CVE-2024-51999
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-01

Last updated on: 2025-12-02

Assigner: GitHub, Inc.

Description
Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. Reason: This candidate was issued in error and is not a valid vulnerability. Notes: All references and descriptions in this candidate have been removed to prevent accidental usage.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-01
Last Modified
2025-12-02
Generated
2026-05-07
AI Q&A
2025-12-01
EPSS Evaluated
2025-12-02
NVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
expressjs express 4.22.0
expressjs express 4.0
expressjs express 5.2.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-915 The product receives input from an upstream component that specifies multiple attributes, properties, or fields that are to be initialized or updated in an object, but it does not properly control which attributes can be modified.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in Express.js versions prior to 5.2.0 and 4.22.0 when using the extended query parser. The request.query object inherits all object prototype properties, but these properties can be overwritten by query string parameter keys that match the property names. This can lead to unexpected behavior in how query parameters are processed.


How can this vulnerability impact me? :

The vulnerability can cause the request.query object to behave unexpectedly by allowing query string parameters to overwrite inherited prototype properties. This may lead to security issues such as manipulation of application logic or unexpected application behavior, potentially impacting the integrity of request handling.


What immediate steps should I take to mitigate this vulnerability?

Upgrade Express.js to version 5.2.0 or 4.22.0 or later, where this vulnerability is fixed. Additionally, avoid using the 'extended' query parser option in Express.js until the upgrade is applied.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart