CVE-2026-82759
Last modified
CVE-2026-82759 is a low-severity vulnerability rated 1.8/10 on the CVSS scale. Use of a One-Way Hash with a Predictable Salt vulnerability in team-alembic AshAuthentication allows readers of the audit store to recover the client IP addresses that the audit log add-on's :hash privacy mode is meant to pseudonymise. AshAuthentication.AddOn.AuditLog.IpPrivacy.hash_ip/1 computes a single unkeyed :crypto.hash(:sha256, salt <> ip) and truncates the result to 16 hexadecimal characters. The salt is read from the :audit_log_ip_salt or :secret application config keys, and falls back to the constant "default-salt-change-in-production" published in the library source when neither is set, with nothing warning that the default is in use.
Description
Use of a One-Way Hash with a Predictable Salt vulnerability in team-alembic AshAuthentication allows readers of the audit store to recover the client IP addresses that the audit log add-on's :hash privacy mode is meant to pseudonymise. AshAuthentication.AddOn.AuditLog.IpPrivacy.hash_ip/1 computes a single unkeyed :crypto.hash(:sha256, salt <> ip) and truncates the result to 16 hexadecimal characters. The salt is read from the :audit_log_ip_salt or :secret application config keys, and falls back to the constant "default-salt-change-in-production" published in the library source when neither is set, with nothing warning that the default is in use. The IPv4 space is only 2^32 values and SHA-256 is fast, so the whole hash table is precomputable and every stored value maps back to its source address. Truncating to 16 characters does not help, and even a configured salt leaves the hash cheap enough to enumerate once it leaks. This issue affects ash_authentication: from 4.12.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| team-alembic | ash_authentication | >= 4.12.0, < 4.15.0; >= 5.0.0-rc.0, < 5.0.0-rc.14 |
| team-alembic | ash_authentication | >= 255cfc9c0e511b7e0de39f8b3d676ae994fae06c, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82759?
How severe is CVE-2026-82759?
How do I fix CVE-2026-82759?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82753Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-82754Improper Protection of Alternate Path vulnerability in ash-p…6.3
- CVE-2026-82755Use of Cache Containing Sensitive Information vulnerability …6.3
- CVE-2026-82756Improper Encoding or Escaping of Output vulnerability in ash…6.3
- CVE-2026-82757Server-Side Request Forgery (SSRF) vulnerability in ash-proj…6.3
- CVE-2026-82758Improper Authentication vulnerability in ash-project ash_aut…6.3
- CVE-2026-8276A flaw has been found in bettercap up to 2.41.5. Affected by…3.7
- CVE-2026-82760Inefficient Algorithmic Complexity vulnerability in team-ale…8.2
- CVE-2026-82761Time-of-check Time-of-use (TOCTOU) Race Condition vulnerabil…9.1
- CVE-2026-82762Improper neutralization of special elements used in an OS co…8.8
- CVE-2026-82763Cross-site scripting vulnerability exists in Contec FX5000 s…5.4
- CVE-2026-82764Cross-site request forgery vulnerability exists in multiple …5.1
Are you affected by CVE-2026-82759?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
