CVE Catalog

CVE-2017-6949

High
Published: Translated: NVD NIST

Summary

An issue was discovered in CHICKEN Scheme through version 4.12.0 related to allocating an SRFI-4 vector in unmanaged memory. The vector size was used in unsanitised form as an argument to malloc(), which could lead to segfaults or buffer overflows.

Risk Assessment

Organizations may face serious stability issues in applications, including segmentation faults and buffer overflows, potentially leading to unauthorized memory access.

Recommendation

It is recommended to update CHICKEN Scheme to the latest version to mitigate this vulnerability and review the code for potential unsanitized data usage.

Other vulnerabilities in CHICKEN Scheme

See all
Original NVD description (English source)

An issue was discovered in CHICKEN Scheme through 4.12.0. When using a nonstandard CHICKEN-specific extension to allocate an SRFI-4 vector in unmanaged memory, the vector size would be used in unsanitised form as an argument to malloc(). With an unexpected size, the impact may have been a segfault or buffer overflow.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS