Lucene search
+L

1578 matches found

Fedora
Fedora
added 2026/07/29 1:09 a.m.12 views

[SECURITY] Fedora 43 Update: restic-0.19.1-1.fc43

Fast, secure, efficient backup program. restic supports the following backends for storing backups natively: Local directory sftp server via SSH HTTP REST server protocol, rest-server Amazon S3 either from Amazon or using the Minio server OpenStack Swift BackBlaze B2 Microsoft Azure Blob Storage...

9.8CVSS5.5AI score0.00744EPSS
SaveExploits0
Fedora
Fedora
added 2026/07/29 1:02 a.m.12 views

[SECURITY] Fedora 44 Update: restic-0.19.1-1.fc44

Fast, secure, efficient backup program. restic supports the following backends for storing backups natively: Local directory sftp server via SSH HTTP REST server protocol, rest-server Amazon S3 either from Amazon or using the Minio server OpenStack Swift BackBlaze B2 Microsoft Azure Blob Storage...

9.8CVSS5.5AI score0.00744EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.13 views

Important: 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.5AI score0.01854EPSS
SaveExploits3References7
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.13 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.14 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:00 a.m.15 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.13 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.61 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
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/23 6:50 p.m.57 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
Snyk
Snyk
added 2026/07/23 5:53 p.m.17 views

Out-of-bounds Read

Overview apple/swift-nio-ssl is a TLS Support for SwiftNIO, based on BoringSSL. Affected versions of this package are vulnerable to Out-of-bounds Read due to improper handling of the NIOSSLCertificate.subjectAlternativeNames process. An attacker can cause out-of-bounds memory access by accessing...

8.8CVSS6.1AI score0.0011EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/23 3:17 p.m.20 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.0011EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/23 3:17 p.m.2 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.7CVSS6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/07/23 3:17 p.m.2 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.5CVSS5.8AI score
SaveExploits0References1
NVD
NVD
added 2026/07/23 3:17 p.m.13 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.15 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
Cvelist
Cvelist
added 2026/07/23 2:33 p.m.44 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.0011EPSS
SaveExploits1References1
CVE
CVE
added 2026/07/23 2:33 p.m.35 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.0011EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2026/07/23 2:33 p.m.52 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
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/23 2:33 p.m.40 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:00 a.m.18 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
Rows per page
Query Builder