VYPR

swift-nio-ssl

by Apple Inc.

CVEs (1)

  • CVE-2026-43820Jul 23, 2026
    risk 0.00cvss epss 0.00

    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…