๐Ÿ” CVE Alert

CVE-2026-15603

MEDIUM 5.3

morgan vulnerable to Log Forging via unescaped Unicode line separators

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 (Next Line), U+2028 (Line Separator), and U+2029 (Paragraph Separator). An unauthenticated remote client can place these characters in an attacker-controlled log token, for example a Basic auth username surfaced through the remote-user token, so that Unicode-aware downstream log processing splits a single request log into multiple logical records. This is a log forging issue (CWE-117) and an incomplete-fix follow-up to CVE-2026-5078, which only addressed ASCII control characters. The issue is fixed in morgan 1.12.0, which extends the escaping set to cover these Unicode line separators. Upgrade to morgan 1.12.0 to remediate.

CWE CWE-117
Vendor morgan
Product morgan
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for morgan morgan

Be the first to know when new medium vulnerabilities affecting morgan morgan are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

morgan / morgan
0 < 1.12.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/expressjs/morgan/security/advisories/GHSA-jxfw-x594-9x9m cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” mfazrinizar UlisesGascon jonchurch bjohansebas ๐Ÿ” iaohkut-from-NightWolf-Team