PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-82723 team-alembic CVE debrief

CVE-2026-82723 is an Insertion of Sensitive Information into Log File vulnerability in team-alembic AshAuthentication. The vulnerability allows disclosure of user password digests to readers of the audit store. 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.2. The vulnerability arises from the audit_log add-on in AshAuthentication.AddOn.AuditLog.Auditor.build_extra_data/4, which takes :actor from the action callback context verbatim and deposits it, including its hashed_password attribute, into the audit entry. This allows disclosure of user password digests to readers of the audit store. Defenders should prioritize verifying (

Vendor
team-alembic
Product
ash_authentication
CVSS
LOW 1.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Defenders responsible for AshAuthentication configurations, authentication and authorization settings, and audit store access controls should assess exposure and prioritize remediation.

Why it matters

CVE-2026-82723 is a low-severity vulnerability in AshAuthentication that allows disclosure of user password digests. Defenders should prioritize verifying exposure, reviewing authentication settings, and ensuring proper access controls.

  • Support offline password attacks against active accounts with access to the audit store
  • Require verification of AshAuthentication audit store configurations for potential exposure
  • Necessitate review of authentication and authorization settings to ensure proper access controls

Technical summary

The audit_log add-on in AshAuthentication.AddOn.AuditLog.Auditor.build_extra_data/4 takes :actor from the action callback context verbatim and deposits it, including its hashed_password attribute, into the audit entry. This allows disclosure of user password digests to readers of the audit store. The issue requires independent read access to the audit store, such as database credentials, an audit role, a backup, or a log shipper. The vulnerability affects ash_authentication versions from 4.12.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.2. Defenders should prioritize verifying exposure in AshAuthentication audit store configurations, reviewing authentication and authorization settings, and ensuring

Defensive priority

Defenders should prioritize verifying exposure in AshAuthentication audit store configurations, reviewing authentication and authorization settings, and ensuring proper access controls are in place.

Recommended defensive actions

  • Verify AshAuthentication audit store configurations for potential exposure
  • Review authentication and authorization settings to ensure proper access controls
  • Ensure that audit store access is restricted to authorized personnel
  • Consider upgrading to ash_authentication version 4.15.0 or later, or 5.0.0-rc.2 or later
  • Perform vulnerability scanning to identify potential exposure
  • Implement additional monitoring to detect potential exploitation attempts
  • Review incident response plans to ensure preparedness for potential breaches

Evidence notes

The vulnerability is caused by the audit_log add-on in AshAuthentication.AddOn.AuditLog.Auditor.build_extra_data/4, which takes :actor from the action callback context verbatim and deposits it, including its hashed_password attribute, into the audit entry. The issue requires independent read access to the audit store, such as database credentials, an audit role, a backup, or a log shipper.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-82723 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-82723

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-82723 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82723

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-82723.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/team-alembic/ash_authentication/commit/17ea0dff3bad56a7e915e050c43ab7160b37901f

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/team-alembic/ash_authentication/commit/255cfc9c0e511b7e0de39f8b3d676ae994fae06c

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/team-alembic/ash_authentication/commit/f6b49cc98b9ff7c16a1aeb12e35633a8d93a211f

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-59wx-q3r8-ghv4

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-82723

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.