CVE-2022-42444
12.02.2023, 04:15
IBM App Connect Enterprise 11.0.0.8 through 11.0.0.19 and 12.0.1.0 through 12.0.5.0 is vulnerable to a buffer overflow. A remote privileged user could overflow a buffer and cause the application to crash. IBM X-Force ID: 238538.
Vendor | Product | Version |
---|---|---|
ibm | app_connect_enterprise | 11.0.0.8 ≤ 𝑥 ≤ 11.0.0.19 |
ibm | app_connect_enterprise | 12.0.1.0 ≤ 𝑥 ≤ 12.0.5.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).