8.8
CVE-2023-37536
- EPSS 1%
- Veröffentlicht 11.10.2023 07:15:10
- Zuletzt bearbeitet 21.11.2024 08:11:53
- Quelle psirt@hcl.com
- Teams Watchlist Login
- Unerledigt Login
An integer overflow in xerces-c++ 3.2.3 in BigFix Platform allows remote attackers to cause out-of-bound access via HTTP request.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Apache ≫ Xerces-c++ Version3.2.3
Hcltech ≫ Bigfix Platform Version >= 9.0.0 < 9.5.23
Hcltech ≫ Bigfix Platform Version >= 10.0.0 < 10.0.10
Fedoraproject ≫ Fedora Version37
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1% | 0.762 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
psirt@hcl.com | 8.2 | 2.3 | 5.3 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:H
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
CWE-680 Integer Overflow to Buffer Overflow
The product performs a calculation to determine how much memory to allocate, but an integer overflow can occur that causes less memory to be allocated than expected, leading to a buffer overflow.