Vulnerability Details : CVE-2022-2809
A vulnerability in bmcweb of OpenBMC Project allows user to cause denial of service. When fuzzing the multipart_parser code using AFL++ with address sanitizer enabled to find smallest memory corruptions possible. It detected problem in how multipart_parser handles unclosed http headers. If long enough http header is passed in the multipart form without colon there is one byte overwrite on heap. It can be conducted multiple times in a loop to cause DoS.
Vulnerability category: OverflowMemory CorruptionDenial of service
Products affected by CVE-2022-2809
- cpe:2.3:a:openbmc-project:openbmc:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-2809
0.09%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 37 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-2809
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
3.9
|
3.6
|
NIST | |
8.2
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H |
3.9
|
4.2
|
The OpenBMC Project |
CWE ids for CVE-2022-2809
-
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().Assigned by: openbmc-security@lists.ozlabs.org (Secondary)
-
The product does not properly handle when the expected number of values for parameters, fields, or arguments is not provided in input, or if those values are undefined.Assigned by: openbmc-security@lists.ozlabs.org (Secondary)
-
The product writes data past the end, or before the beginning, of the intended buffer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2022-2809
-
https://github.com/openbmc/bmcweb
GitHub - openbmc/bmcweb: A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMCProduct;Third Party Advisory
Jump to