CVE-2023-28527
09.12.2023, 03:15
IBM Informix Dynamic Server 12.10 and 14.10 cdr is vulnerable to a heap buffer overflow, caused by improper bounds checking which could allow a local user to cause a segmentation fault. IBM X-Force ID: 251206.Enginsight
Vendor | Product | Version |
---|---|---|
ibm | informix_dynamic_server | 12.10 |
ibm | informix_dynamic_server | 14.10 |
ibm | informix_dynamic_server_on_cloud_pak_for_data | * |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA 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().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.