CVE-2026-46344
CVE-2026-46344 is a medium-severity vulnerability in Openquantumsafe Liboqs with a CVSS 3.x base score of 5.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-125.
Key facts
- Severity: Medium (CVSS 3.x base score 5.3)
- EPSS exploit prediction: 0% (22nd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-33413
- Weakness: CWE-125
- Affected product: Openquantumsafe Liboqs
- Published:
- Last modified:
Description
liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. Prior to 0.16.0, an out-of-bounds read has been identified in the XMSS and XMSS^MT stateful signature verification code. When the verification function is called with a correctly-sized signature buffer for the declared algorithm but a public key whose OID bytes (pk[0..3]) reference a different XMSS parameter set with a larger sig_bytes, the implementation re-parses the OID from the public key inside xmss_sign_open / xmssmt_sign_open and uses the resulting (larger) sig_bytes to index the caller-supplied signature buffer. As with CVE-2026-44518, the out-of-bounds bytes are consumed only as input to an internal hash computation and are not returned to the caller, so no oracle exists to leak their contents to an attacker. The primary observable effect is a possible crash (denial of service) of the verifying process if the read crosses into an unmapped memory page. This vulnerability is fixed in 0.16.0.
Frequently asked questions
- What is CVE-2026-46344?
- liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. Prior to 0.16.0, an out-of-bounds read has been identified in the XMSS and XMSS^MT stateful signature verification code. When the verification function is called with a correctly-sized signature buffer for the declared algorithm but a public key whose OID bytes (pk[0..3]) reference a different XMSS parameter set with a larger sig_bytes, the implementation re-parses the OID from the public key inside xmss_sign_open / xmssmt_sign_open and uses the resulting (larger) sig_bytes to index the caller-supplied signature buffer. As with CVE-2026-44518, the out-of-bounds bytes are consumed only as input to an internal hash computation and are not returned to the caller, so no oracle exists to leak their contents to an attacker. The primary observable effect is a possible crash (denial of service) of the verifying process if the read crosses into an unmapped memory page. This vulnerability is fixed in 0.16.0.
- How severe is CVE-2026-46344?
- CVE-2026-46344 has a CVSS 3.x base score of 5.3, rated medium 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 low.
- Is CVE-2026-46344 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (22nd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-46344?
- CVE-2026-46344 affects Openquantumsafe Liboqs. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-46344?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-46344 have an EU (EUVD) identifier?
- Yes. CVE-2026-46344 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-33413.
- When was CVE-2026-46344 published?
- CVE-2026-46344 was published on 2026-05-29 and last updated on 2026-06-17.
References
- https://github.com/open-quantum-safe/liboqs/commit/077e32a94f39af02209dbbc680bf8a43b774b305
- https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-2wxh-55qf-c7wg
Affected products (1)
- cpe:2.3:a:openquantumsafe:liboqs:*:*:*:*:*:*:*:*
More vulnerabilities in Openquantumsafe Liboqs
- CVE-2024-31510 — Critical (CVSS 9.8): An issue in Open Quantum Safe liboqs v.10.0 allows a remote attacker to escalate privileges via the…
- CVE-2024-54137 — High (CVSS 7.4): liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A…
- CVE-2025-52473 — Medium (CVSS 5.9): liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms.…
- CVE-2024-36405 — Medium (CVSS 5.9): liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A…
- CVE-2026-44518 — Medium (CVSS 5.3): liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms.…
- CVE-2025-48946 — Low (CVSS 3.7): liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms.…
All CVEs affecting Openquantumsafe Liboqs →
Other CWE-125 (Out-of-bounds Read) vulnerabilities
- CVE-2026-24826 — Critical (CVSS 10.0): Out-of-bounds Write, Divide By Zero, NULL Pointer Dereference, Use of Uninitialized Resource, Out-of-bounds Read,…
- CVE-2024-22004 — Critical (CVSS 10.0): Due to length check, an attacker with privilege access on a Linux Nonsecure operating system can trigger a…
- CVE-2021-41556 — Critical (CVSS 10.0): sqclass.cpp in Squirrel through 2.2.5 and 3.x through 3.1 allows an out-of-bounds read (in the core interpreter) that…
- CVE-2021-21777 — Critical (CVSS 10.0): An information disclosure vulnerability exists in the Ethernet/IP UDP handler functionality of EIP Stack Group OpENer…
- CVE-2017-14451 — Critical (CVSS 10.0): An exploitable out-of-bounds read vulnerability exists in libevm (Ethereum Virtual Machine) of CPP-Ethereum. A…
- CVE-2013-0767 — Critical (CVSS 10.0): The nsSVGPathElement::GetPathLengthScale function in Mozilla Firefox before 18.0, Firefox ESR 10.x before 10.0.12 and…