CVE Catalog

CVE-2026-86522

MediumCVSS 6.3
Published: Translated: NVD NIST

Summary

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. AshAuthentication.Strategy.Password.RequestPasswordReset.run/3 interpolates the identity argument into its Logger.warning/1 heredocs without escaping, truncating or type-restricting it. This issue affects ash_authentication: from 4.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.

Risk Assessment

An attacker can inject forged log entries, potentially leading to log poisoning, hiding real events, or misleading monitoring and security analysis systems. The risk affects log data integrity and may hinder incident detection.

Recommendation

Update ash_authentication to version 4.15.0 or 5.0.0-rc.14 or later to fix the log injection vulnerability. Consider validating and sanitizing input in password reset requests.

Other vulnerabilities in AshAuthentication

See all
Original NVD description (English source)

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. AshAuthentication.Strategy.Password.RequestPasswordReset.run/3 interpolates the identity argument, the email or username taken straight from the reset request, into its Logger.warning/1 heredocs without escaping, truncating or type-restricting it. The resource logged beside it is passed through inspect/1, which would have neutralized the value. A newline in the identity therefore ends the log record, and everything after it is written as a line of its own, so an attacker chooses the severity tag and the content of entries that appear to have come from the application. This issue affects ash_authentication: from 4.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS