CVE-2023-4039

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-4039
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-4039.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-4039
Downstream
Related
Published
2023-09-13T09:15:15Z
Modified
2025-08-09T19:01:27Z
Severity
  • 4.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N CVSS Calculator
Summary
[none]
Details

DISPUTEDA failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables.

The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.

Database specific
{
    "isDisputed": true
}
References

Affected packages