Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-83615.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-83615
Upstream
Published
2026-04-24T18:16:29Z
Modified
2026-08-31T05:26:07Z
Summary
CVE-2026-41678 affecting package 389-ds-base 3.1.1-11
Details

rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrapkey() contains an incorrect assertion: it checks that out.len() + 8 <= in.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8, ensuring the output buffer is large enough. Because of the inverted check, the function only accepts buffers at or below the minimum required size and rejects larger ones. If a smaller buffer is provided the function will write past the end of out by in_.len() - 8 - out.len() bytes, causing an out-of-bounds write from a safe public function. This vulnerability is fixed in 0.10.78.

References

Affected packages

Azure Linux:3 / 389-ds-base

Package

Name
389-ds-base
Purl
pkg:rpm/azure-linux/389-ds-base

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
3.1.1-11

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-83615.json"