Vulnerability Description
**DISPUTED**A 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gnu | Gcc | < 2023-09-12 |
Related Weaknesses (CWE)
References
- https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20VulnExploitPatchThird Party Advisory
- https://github.com/metaredteam/external-disclosures/security/advisories/GHSA-x7cExploitPatchThird Party Advisory
- https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20VulnExploitPatchThird Party Advisory
- https://github.com/metaredteam/external-disclosures/security/advisories/GHSA-x7cExploitPatchThird Party Advisory
FAQ
What is CVE-2023-4039?
CVE-2023-4039 is a vulnerability with a CVSS score of 4.8 (MEDIUM). **DISPUTED**A 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 y...
How severe is CVE-2023-4039?
CVE-2023-4039 has been rated MEDIUM with a CVSS base score of 4.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-4039?
Check the references section above for vendor advisories and patch information. Affected products include: Gnu Gcc.