Skip to content

AAP-87504 - fix(deps): override form-data to >=4.0.6 for CVE-2026-12143 - #1247

Closed
daphnemaeve wants to merge 1 commit into
RedHatInsights:develfrom
redhat-chai-bot:AAP-87504/fix-cve-2026-12143-form-data
Closed

daphnemaeve wants to merge 1 commit into
RedHatInsights:develfrom
redhat-chai-bot:AAP-87504/fix-cve-2026-12143-form-data

Conversation

@daphnemaeve

Copy link
Copy Markdown
Contributor

CRLF injection in the form-data npm package (through v4.0.5) allows arbitrary header injection via unescaped CR/LF/double-quote characters in field names and filenames passed to FormData#append.

form-data is a transitive dependency via axios. Adding an npm override to force resolution to the fixed version 4.0.6.

Ref: https://access.redhat.com/security/cve/CVE-2026-12143

CRLF injection in the form-data npm package (through v4.0.5) allows
arbitrary header injection via unescaped CR/LF/double-quote characters
in field names and filenames passed to FormData#append.

form-data is a transitive dependency via axios. Adding an npm override
to force resolution to the fixed version 4.0.6.

Ref: https://access.redhat.com/security/cve/CVE-2026-12143
@h-kataria

Copy link
Copy Markdown
Contributor

Closing in favor of #1252

@h-kataria h-kataria closed this Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants