CVE-2026-46344
Last modified
CVE-2026-46344 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openquantumsafe | Liboqs | <= 0.15.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46344?
How severe is CVE-2026-46344?
How do I fix CVE-2026-46344?
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 2026
- CVE-2026-46338PyMdown Extensions is a set of extensions for the Python-Mar…4.3
- CVE-2026-463399Router is an AI router & token saver. From 0.4.30 until 0.4…10
- CVE-2026-4634A flaw was found in Keycloak. An unauthenticated attacker ca…7.5
- CVE-2026-46340Netty is a network application framework for development of …7.5
- CVE-2026-46341The Apify MCP server enables AI agents to extract data from …6.1
- CVE-2026-46342Nuxt is an open-source web development framework for Vue.js.…5.4
- CVE-2026-46348Mastodon is a free, open-source social network server based …8.7
- CVE-2026-46349Mastodon is a free, open-source social network server based …5.3
- CVE-2026-4635Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…5.3
- CVE-2026-46351BigBlueButton is an open-source virtual classroom. Prior to …8.1
- CVE-2026-46353BigBlueButton is an open-source virtual classroom. Prior to …8.1
- CVE-2026-46354Coder allows organizations to provision remote development e…9.1
Are you affected by CVE-2026-46344?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
