Skip to content

fix(deps): update dependency morgan to v1.11.0 [security] - #245

Open
renovate[bot] wants to merge 1 commit into
nextfrom
renovate/template-demo-npm-morgan-vulnerability
Open

fix(deps): update dependency morgan to v1.11.0 [security]#245
renovate[bot] wants to merge 1 commit into
nextfrom
renovate/template-demo-npm-morgan-vulnerability

Conversation

@renovate

@renovaterenovateBot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
morgan1.10.01.11.0ageconfidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


morgan vulnerable to Log Forging via unneutralized control characters in :remote-user

CVE-2026-5078 / GHSA-4vj7-5mj6-jm8m

More information

Details

Impact

Morgan's :remote-user token extracts the Basic auth username from the Authorization header and writes it to the log stream without neutralizing control characters. An attacker can send a crafted Authorization: Basic header containing CR/LF characters to inject forged log lines, corrupting the one-request-per-line structure of access logs.

The built-in combined, common, default, and short formats are affected, as well as any custom format that includes :remote-user.

Patches

Users should upgrade to version 1.11.0.

Workarounds

Use a custom format string that does not include :remote-user.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

expressjs/morgan (morgan)

v1.11.0

Compare Source

===================

  • add :pid token

Security Fix:

v1.10.1

Compare Source

===================


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/template-demo-npm-morgan-vulnerability branch from b32cab6 to 6eaca70CompareAugust 12, 2026 00:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants