CVE-2024-9143
Last modified
CVE-2024-9143 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only "named curves" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. EPSS estimates a 5.97% chance of exploitation in the next 30 days.
Description
Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only "named curves" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an "exotic" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with "exotic" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-9143?
How severe is CVE-2024-9143?
How do I fix CVE-2024-9143?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-9137The affected product lacks an authentication check when send…9.4
- CVE-2024-9138Moxa’s cellular routers, secure routers, and network securit…8.6
- CVE-2024-9139The affected product permits OS command injection through im…8.6
- CVE-2024-9140Moxa’s cellular routers, secure routers, and network securit…9.8
- CVE-2024-9141Cross-Site Scripting (XSS) vulnerability in the Oct8ne syste…5.4
- CVE-2024-9142External Control of File Name or Path, : Incorrect Permissio…9.8
- CVE-2024-9145Wiz Code Visual Studio Code extension in versions 1.0.0 up t…7.1
- CVE-2024-9146Improper Limitation of a Pathname to a Restricted Directory …4.9
- CVE-2024-9147Improper Neutralization of Script-Related HTML Tags in a Web…6.1
- CVE-2024-9148Flowise < 2.1.1 suffers from a Stored Cross-Site vulnerabili…6.1
- CVE-2024-9149Improper Neutralization of Special Elements used in an SQL C…8.6
- CVE-2024-9150Report generation functionality in Wyn Enterprise allows for…8.7
Are you affected by CVE-2024-9143?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
