CVE-2026-41898

Source
https://cve.org/CVERecord?id=CVE-2026-41898
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41898.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-41898
Aliases
Downstream
Related
Published
2026-04-24T17:20:38.073Z
Modified
2026-07-17T18:29:36.671859380Z
Severity
  • 8.3 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
rust-openssl: Unchecked callback-returned length in PSK and cookie generate trampolines can cause OpenSSL to leak adjacent memory to the network peer
Details

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.24 to before 0.10.78, the FFI trampolines behind SslContextBuilder::setpskclientcallback, setpskservercallback, setcookiegeneratecb, and setstatelesscookiegenerate_cb forwarded the user closure's returned usize directly to OpenSSL without checking it against the &mut [u8] that was handed to the closure. This can lead to buffer overflows and other unintended consequences. This vulnerability is fixed in 0.10.78.

Database specific
{
    "cwe_ids": [
        "CWE-126",
        "CWE-130"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41898.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/rust-openssl/rust-openssl

Affected ranges

Type
GIT
Repo
https://github.com/rust-openssl/rust-openssl
Events
Database specific
{
    "cpe": "cpe:2.3:a:rust-openssl_project:rust-openssl:*:*:*:*:*:rust:*:*",
    "extracted_events": [
        {
            "introduced": "0.9.24"
        },
        {
            "fixed": "0.10.78"
        }
    ],
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ]
}

Database specific

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