CVE-2026-46344

Source
https://cve.org/CVERecord?id=CVE-2026-46344
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46344.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-46344
Aliases
  • GHSA-2wxh-55qf-c7wg
Published
2026-05-29T18:08:02.984Z
Modified
2026-07-15T01:48:55.804451242Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
liboqs: Heap-buffer-overflow in XMSS verification path via OID-controlled parameter mismatch (xmss_commons.c:194)
Details

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 sigbytes, the implementation re-parses the OID from the public key inside xmsssignopen / xmssmtsignopen and uses the resulting (larger) sigbytes 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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "fixed": "0.16.0"
                }
            ]
        }
    ],
    "cwe_ids": [
        "CWE-125"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46344.json"
}
References

Affected packages

Git / github.com/open-quantum-safe/liboqs

Affected ranges

Type
GIT
Repo
https://github.com/open-quantum-safe/liboqs
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "0.15.0"
        }
    ],
    "cpe": "cpe:2.3:a:openquantumsafe:liboqs:*:*:*:*:*:*:*:*"
}

Affected versions

0.*
0.10.0
0.12.0
0.12.0-rc1
0.14.0
0.15.0
0.15.0-rc1
0.15.0-rc2
0.2.0
0.3.0
0.4.0
0.5.0
0.6.0
0.6.0-rc1
0.6.0-rc2
0.6.0-rc3
0.7.0
0.7.0-rc3
0.7.0-rc4
0.7.1
0.7.1-rc1
0.7.2
0.7.2-rc1
0.7.2-rc2
0.8.0
0.8.0-rc1
0.9.0
0.9.0-rc1
Other
ietf116
master-0.*
master-0.1.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46344.json"