Lucene search
+L

1497 matches found

EUVD
EUVD
added 3 hours ago4 views

EUVD-2026-52372

Ghidra contains an arbitrary code execution vulnerability in the Swift demangler analyzer that allows an attacker to execute arbitrary binaries by supplying a malicious Ghidra project with a crafted Swift tool directory path. When a victim opens the attacker-supplied project, SwiftDemanglerAnalyz...

7.1CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 3 hours ago6 views

CVE-2026-18718

Ghidra contains an ARBITRARY CODE EXECUTION vulnerability in the Swift demangler analyzer. By supplying a malicious Ghidra project with a crafted Swift tool directory path, an attacker can cause SwiftDemanglerAnalyzer to restore a persisted Swift binary directory from project state and trigger Sw...

7.1CVSS6.5AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.8 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: swift-lang: swift-lang-6.3.3-0.1.1.hum1 aarch64, x8664 swift-lang-runtime-6.3.3-0.1.1.hum1 aarch64, x8664 swift-lang-6.3.3-0.1.1.hum1.src src Security Fixes: swift-lang: CVE-2026-43823...

8.8CVSS5.8AI score0.01483EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 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
RedHat Linux
RedHat Linux
added 2026/07/25 11:20 p.m.7 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
GitLab Advisory Database
GitLab Advisory Database
added 2026/07/24 12:0 a.m.9 views

swift-nio-http2: Missing CR/LF/NUL validation in header values

SwiftNIO HTTP/2 was missing validation on inbound HEADERS frames that let CR, LF, NUL, SP and other control characters reach an HTTP/1.1 backend through NIOHTTP2's HTTP/2-to-HTTP/1 codec, enabling HTTP request smuggling or response splitting...

5.3CVSS5.8AI score0.00181EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/23 6:50 p.m.10 views

CVE-2026-64785

SwiftNIO HTTP/2 was missing validation on inbound HEADERS frames that let CR, LF, NUL, SP and other control characters reach an HTTP/1.1 backend through NIOHTTP2's HTTP/2-to-HTTP/1 codec, enabling HTTP request smuggling or response splitting. This vulnerability is addressed in swift-nio-http2...

5.8AI score0.00181EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 6:50 p.m.19 views

CVE-2026-64785

CVE-2026-64785 affects SwiftNIO HTTP/2; the issue is missing validation of inbound HEADERS frames, allowing CR, LF, NUL, SP and other control characters to reach an HTTP/1.1 backend via the HTTP/2-to-HTTP/1 codec. This can enable HTTP request smuggling or response splitting. The vulnerability is ...

5.3CVSS5.3AI score0.00181EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/23 6:50 p.m.48 views

CVE-2026-64785

SwiftNIO HTTP/2 was missing validation on inbound HEADERS frames that let CR, LF, NUL, SP and other control characters reach an HTTP/1.1 backend through NIOHTTP2's HTTP/2-to-HTTP/1 codec, enabling HTTP request smuggling or response splitting. This vulnerability is addressed in swift-nio-http2...

0.00181EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/23 3:17 p.m.9 views

CVE-2026-43820

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 ASN1STRING, but not all SANs are backed by ASN1STRING, so accessing the buffer for such a type can lead to out-of-bounds memory access. This...

7.7CVSS0.00078EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/23 3:17 p.m.6 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
Cvelist
Cvelist
added 2026/07/23 2:33 p.m.34 views

CVE-2026-43820

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 ASN1STRING, but not all SANs are backed by ASN1STRING, so accessing the buffer for such a type can lead to out-of-bounds memory access. This...

0.00078EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/23 2:33 p.m.6 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.13 views

CVE-2026-43820

The CVE-2026-43820 vulnerability affects the NIOSSL component used with SwiftNIO SSL. NIOSSLCertificate._subjectAlternativeNames exposes the raw bytes of a certificate’s SANs; NIOSSL may expose a buffer expected to be backed by an ASN1_STRING, but not all SAN types are backed accordingly, which c...

7.7CVSS5.7AI score0.00078EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 2:33 p.m.16 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.30 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.9 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
NVD
NVD
added 2026/07/14 4:16 p.m.12 views

CVE-2026-14504

An authorization bypass in Nexus Repository 3's component upload API allowed a user with only read/browse privileges on a Swift, Terraform, or Conda hosted repository to upload arbitrary artifacts, bypassing the intended write-permission check...

8.2CVSS0.00264EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/14 3:55 p.m.22 views

CVE-2026-14504

Nexus Repository 3 suffers an authorization bypass in its component upload API. A user with only read/browse privileges on Swift, Terraform, or Conda hosted repositories can upload arbitrary artifacts, bypassing the intended write-permission check. The CVSS/metrics indicate high impact with netwo...

8.2CVSS6.2AI score0.00264EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/14 3:55 p.m.35 views

CVE-2026-14504 Nexus Repository 3 - Authorization Bypass in Component Upload API

An authorization bypass in Nexus Repository 3's component upload API allowed a user with only read/browse privileges on a Swift, Terraform, or Conda hosted repository to upload arbitrary artifacts, bypassing the intended write-permission check...

8.2CVSS0.00264EPSS
SaveExploits0References2
Rows per page
Query Builder