PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-86522 team-alembic CVE debrief

CVE-2026-86522 Improper Output Neutralization for Logs vulnerability in team-alembic AshAuthentication allows an unauthenticated attacker to forge application log entries by submitting a password reset identity containing newlines or control characters. The vulnerability arises from AshAuthentication.Strategy.Password.RequestPasswordReset.run/3 interpolating the identity argument into its Logger.warning/1 heredocs without escaping, truncating or type-restricting it. This issue affects ash_authentication versions from 4.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14. Defenders should assess exposure and verify versions.

Vendor
team-alembic
Product
ash_authentication
CVSS
MEDIUM 6.3
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 of systems using ash_authentication should assess exposure and verify versions. This includes operators, platform administrators, vulnerability management teams, and security teams who need to ensure that ash_authentication is updated to a secure version to prevent log injection attacks.

Why it matters

CVE-2026-86522 allows an unauthenticated attacker to forge application log entries, potentially complicating log analysis and monitoring.

  • An attacker can forge log entries with arbitrary content
  • Log analysis and monitoring may be complicated by injected entries
  • Defenders need to verify and update ash_authentication versions

Technical summary

The AshAuthentication.Strategy.Password.RequestPasswordReset.run/3 function interpolates the identity argument into its Logger.warning/1 heredocs without escaping, truncating or type-restricting it. This allows an unauthenticated attacker to forge application log entries by submitting a password reset identity containing newlines or control characters. The issue affects ash_authentication versions from 4.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14. Defenders should assess exposure and verify versions to prevent log injection.

Defensive priority

Defenders should prioritize verifying and updating ash_authentication versions to prevent log injection.

Recommended defensive actions

  • Verify ash_authentication version and update to 4.15.0 or later, or 5.0.0-rc.14 or later
  • Review application logs for suspicious entries
  • Implement additional logging security measures
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability allows an unauthenticated attacker to forge application log entries by submitting a password reset identity containing newlines or control characters. The issue affects ash_authentication versions from 4.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14. The AshAuthentication.Strategy.Password.RequestPasswordReset.run/3 function interpolates the identity argument into its Logger.warning/1 heredocs without escaping, truncating or type-restricting it.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-86522 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-86522 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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-86522.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

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

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

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

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

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

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-wg7g-r393-vr3g

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

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

    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.