Back to overview

CVE-2026-43820

Description
NIOSSLCertificate._subjectAlternativeNames provides access to the raw bytes for a cert's SANs. NIOSSL provides access to a buffer assumed to be backed by an ASN1_STRING, but not all SANs are backed by ASN1_STRING, so accessing the buffer for such a type can lead to out-of-bounds memory access. This vulnerability is addressed in swift-nio-ssl version 2.37.2.

Metadata

CVE ID
CVE-2026-43820
State
PUBLISHED
Assigner
apple
Reserved
2026-05-01 22:46 UTC
Published
2026-07-23 14:33 UTC
Last updated
2026-07-23 14:33 UTC
Vendor / Product
Apple / swift-nio-ssl
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (1)
VendorProductPlatformVersions
Apple swift-nio-ssl 0 < 2.37.2
Weakness (CWE)
CWESourceDescription
cna NIOSSLCertificate._subjectAlternativeNames provides access to the raw bytes for a cert's SANs. NIOSSL provides access to a buffer assumed to be backed by an ASN1_STRING, but not all SANs are backed by ASN1_STRING, so accessing the buffer for such a type can lead to out-of-bounds memory access.
Back to overview