CVE-2023-37536
11.10.2023, 07:15
An integer overflow in xerces-c++ 3.2.3 in BigFix Platform allows remote attackers to cause out-of-bound access via HTTP request.Enginsight
Vendor | Product | Version |
---|---|---|
hcltech | bigfix_platform | 9.5.22 ≤ 𝑥 ≤ 9.5.22 |
hcltech | bigfix_platform | 10.0.9 ≤ 𝑥 ≤ 10.0.9 |
apache | xerces-c\+\+ | 3.2.3 |
hcltech | bigfix_platform | 9.0.0 ≤ 𝑥 < 9.5.23 |
hcltech | bigfix_platform | 10.0.0 ≤ 𝑥 < 10.0.10 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-190 - Integer Overflow or WraparoundThe software 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 can introduce other weaknesses when the calculation is used for resource management or execution control.
- CWE-680 - Integer Overflow to Buffer OverflowThe 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.
References