Fix CVE-2024-29041 in Express.js HIGH

Fix CVE-2024-29041 (open redirect via response.redirect()) in Express.js for npm. Paste your package.json into PackageFix and get a patched version back — no CLI, no signup.

⚠ Vulnerability

CVE-2024-29041 — open redirect via response.redirect() in Express.js. Update to 4.19.2 or later.

Vulnerable Version — package.json

"express": "4.17.1"

Fixed Version — package.json

"express": "4.19.2"
✓ Fix

Update to 4.19.2 and run npm install to apply the fix.

Scan your dependencies now — paste your manifest, get a fixed version back in seconds.

Open PackageFix →

No signup · No CLI · No GitHub connection · Runs 100% in your browser

Frequently Asked Questions

What is CVE-2024-29041?
CVE-2024-29041 is a vulnerability in Express.js that allows open redirect via response.redirect(). Update to version 4.19.2 or later to fix it.
Is CVE-2024-29041 on the CISA KEV catalog?
Check the live CISA KEV catalog at packagefix.dev — the catalog updates daily and PackageFix always reflects the current status.
How do I fix CVE-2024-29041 in Express.js?
Update Express.js to version 4.19.2 or later in your package.json. Run npm install after updating.
Does CVE-2024-29041 affect all versions of Express.js?
Check the OSV advisory for the exact affected version range. PackageFix shows the minimum safe version for your installed version.