VYPR

Swift Crypto

by Apple Inc.

Source repositories

CVEs (2)

  • CVE-2026-28815HigApr 3, 2026
    risk 0.42cvss 7.5epss 0.00

    A remote attacker can supply a short X-Wing HPKE encapsulated key and trigger an out-of-bounds read in the C decapsulation path, potentially causing a crash or memory disclosure depending on runtime protections. This issue is fixed in swift-crypto version 4.3.1.

  • CVE-2026-43823HigJul 23, 2026
    risk 0.40cvss 7.5epss 0.00

    When initializing an RSA public key from DER or PEM bytes throws an error, the EVP_PKEY* is double-freed: first in the catch block, then in the deinit. This can lead to a crash on future memory allocations. This double-free manifests when BoringSSL cannot decode the public key…