CVE-2026-43820 PUBLISHED

Assigner: apple
Reserved: 01.05.2026 Published: 23.07.2026 Updated: 23.07.2026

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.

Product Status

Vendor Apple
Product swift-nio-ssl
Versions
  • affected from 0 to 2.37.2 (excl.)

References

Problem Types

  • 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.