CVE-2023-50980
CVE-2023-50980 is a high-severity vulnerability in Cryptopp Crypto++ with a CVSS 3.x base score of 7.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- Severity: High (CVSS 3.x base score 7.5)
- EPSS exploit prediction: 1% (53rd percentile)
- Actively exploited: Not listed in CISA KEV
- Affected product: Cryptopp Crypto++
- Published:
- Last modified:
Description
gf2n.cpp in Crypto++ (aka cryptopp) through 8.9.0 allows attackers to cause a denial of service (application crash) via DER public-key data for an F(2^m) curve, if the degree of each term in the polynomial is not strictly decreasing.
Frequently asked questions
- What is CVE-2023-50980?
- gf2n.cpp in Crypto++ (aka cryptopp) through 8.9.0 allows attackers to cause a denial of service (application crash) via DER public-key data for an F(2^m) curve, if the degree of each term in the polynomial is not strictly decreasing.
- How severe is CVE-2023-50980?
- CVE-2023-50980 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
- Is CVE-2023-50980 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (53rd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2023-50980?
- CVE-2023-50980 affects Cryptopp Crypto++. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2023-50980?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- When was CVE-2023-50980 published?
- CVE-2023-50980 was published on 2023-12-18 and last updated on 2026-06-17.
References
Affected products (1)
- cpe:2.3:a:cryptopp:crypto\+\+:*:*:*:*:*:*:*:*
More vulnerabilities in Cryptopp Crypto++
- CVE-2023-50981 — High (CVSS 7.5): ModularSquareRoot in Crypto++ (aka cryptopp) through 8.9.0 allows attackers to cause a denial of service (infinite…
- CVE-2022-48570 — High (CVSS 7.5): Crypto++ through 8.4 contains a timing side channel in ECDSA signature generation. Function…
- CVE-2016-3995 — High (CVSS 7.5): The timing attack protection in Rijndael::Enc::ProcessAndXorBlock and Rijndael::Dec::ProcessAndXorBlock in Crypto++…
- CVE-2016-9939 — High (CVSS 7.5): Crypto++ (aka cryptopp and libcrypto++) 5.6.4 contained a bug in its ASN.1 BER decoding routine. The library will…
- CVE-2016-7544 — High (CVSS 7.5): Crypto++ 5.6.4 incorrectly uses Microsoft's stack-based _malloca and _freea functions. The library will request a block…
- CVE-2023-50979 — Medium (CVSS 5.9): Crypto++ (aka cryptopp) through 8.9.0 has a Marvin side channel during decryption with PKCS#1 v1.5 padding.