Lucene search
+L

19 matches found

RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.9 views

swift-crypto: swift-crypto: Denial of Service due to double-free during RSA public key initialization

A flaw was found in swift-crypto. When an RSA Rivest-Shamir-Adleman public key is initialized from DER Distinguished Encoding Rules or PEM Privacy-Enhanced Mail formatted bytes, and an error occurs during the decoding process, a double-free vulnerability can be triggered. This issue, occurring wh...

7.5CVSS5.8AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/25 11:20 p.m.8 views

swift-crypto: swift-crypto: Denial of Service due to double-free during RSA public key initialization

A flaw was found in swift-crypto. When an RSA Rivest-Shamir-Adleman public key is initialized from DER Distinguished Encoding Rules or PEM Privacy-Enhanced Mail formatted bytes, and an error occurs during the decoding process, a double-free vulnerability can be triggered. This issue, occurring wh...

7.5CVSS5.8AI score0.00256EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/23 3:17 p.m.9 views

CVE-2026-43823

When initializing an RSA public key from DER or PEM bytes throws an error, the EVPPKEY 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 from the bytes...

7.5CVSS0.00256EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/23 2:33 p.m.8 views

EUVD-2026-48288

When initializing an RSA public key from DER or PEM bytes throws an error, the EVPPKEY 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 from the bytes...

7.5CVSS5.4AI score0.00256EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 2:33 p.m.32 views

CVE-2026-43823

The CVE describes a double-free in EVP_PKEY* when initializing an RSA public key from DER/PEM bytes if decoding fails. The double-free occurs first in the catch block and again in deinit, potentially causing a crash on subsequent memory allocations. Affected code path manifests when BoringSSL can...

7.5CVSS5.4AI score0.00256EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/23 2:33 p.m.34 views

CVE-2026-43823

When initializing an RSA public key from DER or PEM bytes throws an error, the EVPPKEY 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 from the bytes...

0.00256EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/23 12:0 a.m.12 views

PT-2026-64003

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 from the bytes...

5.3AI score0.00256EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/04/04 4:59 a.m.6 views

CVE-2026-28815

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

7.5CVSS5.9AI score0.00472EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/04/03 3:39 a.m.11 views

Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

Summary The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

7.5CVSS6.2AI score0.00472EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/03 3:39 a.m.6 views

GHSA-9M44-RR2W-PPP7 Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

Summary The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

8.8CVSS6.2AI score0.00472EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/04/03 3:39 a.m.7 views

EUVD-2026-18570

Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length...

7.5CVSS5.8AI score0.00472EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/03 3:16 a.m.7 views

CVE-2026-28815

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

7.5CVSS0.00472EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/03 3:16 a.m.13 views

CVE-2026-28815

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

7.5CVSS6AI score
SaveExploits0References1
CVE
CVE
added 2026/04/03 1:32 a.m.44 views

CVE-2026-28815

CVE-2026-28815 concerns Swift Crypto’s X-Wing HPKE decapsulation path. The issue arises when an attacker-supplied encapsulatedKey is shorter than the required 1120 bytes; the implementation forwards the data to a C API without runtime length validation, enabling an out-of-bounds read in the decap...

7.5CVSS5.9AI score0.00472EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/03 1:32 a.m.3 views

CVE-2026-28815

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

7.5CVSS5.9AI score0.00472EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/04/03 1:32 a.m.26 views

CVE-2026-28815

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

0.00472EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/03 1:32 a.m.5 views

CVE-2026-28815

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

5.9AI score0.00472EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.9 views

PT-2026-29972

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

5.9AI score0.00472EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/04/03 12:0 a.m.11 views

Swift Crypto 安全漏洞

Swift Crypto is an open-source cross-platform encryption library developed by Apple. Versions of Swift Crypto prior to 4.3.1 contained a security vulnerability. This vulnerability was caused by remote attackers who could provide short X-Wing HPKE encapsulation keys and trigger out-of-bound reads ...

7.5CVSS5.8AI score0.00472EPSS
SaveExploits1References1
Rows per page
Query Builder