CVE-2021-44907
CVSS V2 Medium 5
CVSS V3 High 7.5
Description
** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Overview
- CVE ID
- CVE-2021-44907
- Assigner
- cve@mitre.org
- Vulnerability Status
- Rejected
- Published Version
- 2022-03-17T21:15:07
- Last Modified Date
- 2022-04-11T18:15:09
Weakness Enumerations
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:N/I:N/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- NONE
- Availability Impact
- PARTIAL
- Base Score
- 5
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
| Reference URL | Reference Tags |
|---|---|
| https://jsfiddle.net/65jxksay/ | Exploit Third Party Advisory |
| https://jsfiddle.net/pb6an1dy/ | Exploit Third Party Advisory |
| https://github.com/ljharb/qs/blob/master/dist/qs.js#L670 | Exploit Third Party Advisory |
| https://github.com/ljharb/qs/issues/436 | Issue Tracking Third Party Advisory |
Sources
| Source Name | Source URL |
|---|---|
| NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-44907 |
| MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44907 |
History
| Created | Old Value | New Value | Data Type | Notes |
|---|---|---|---|---|
| 2022-04-04 00:42:30 | Added to TrackCVE | |||
| 2022-12-06 12:42:41 | 2022-03-17T21:15Z | 2022-03-17T21:15:07 | CVE Published Date | updated |
| 2022-12-06 12:42:41 | 2022-04-11T18:15:09 | CVE Modified Date | updated | |
| 2022-12-06 12:42:41 | Rejected | Vulnerability Status | updated | |
| 2022-12-06 12:42:41 | A Denial of Service vulnerability exists in qs up to 6.8.0 due to insufficient sanitization of property in the gs.parse function. The merge() function allows the assignment of properties on an array in the query. For any property being assigned, a value in the array is converted to an object containing these properties. Essentially, this means that the property whose expected type is Array always has to be checked with Array.isArray() by the user. This may not be obvious to the user and can cause unexpected behavior. | ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none. | Description | updated |