Lucene search
+L

4110 matches found

RedHat Linux
RedHat Linux
added 2026/07/20 1:23 p.m.13 views

nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch

A flaw was found in Node.js. This flaw involves a mismatch in how Node.js handles TLS Transport Layer Security hostnames and unicode dot separators during authentication. This mismatch can lead to a wildcard-depth authentication bypass. An attacker could exploit this to bypass intended security...

7.7CVSS7.3AI score0.03231EPSS
SaveExploits0References5
Ubuntu
Ubuntu
added 2026/07/20 12:52 p.m.22 views

USN-8564-1: PHP vulnerabilities

It was discovered that PHP incorrectly handled certain TLS setup failures, resulting in a NULL pointer dereference. An attacker could possibly use this issue to cause PHP to crash, resulting in a denial of service. This issue only affected Ubuntu 26.04 LTS. CVE-2026-12184 It was discovered that P...

5.6CVSS6.2AI score0.00279EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.7 views

netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake

A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS Transport Layer Security ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service DoS due to excessive memor...

7.5CVSS5.4AI score0.00856EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-64046

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS0.00514EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-64025

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict skdataready racing with ktls rx skpsockstrpdataready already checks tlsswhasctxrx and defers to psock-saveddataready when a TLS RX context is present, avoiding a conflict with the TLS strparser's ownership...

9.8CVSS0.00444EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45620

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix off-by-one in sgchain entry count for wrapped skmsg ring When an skmsg scatterlist ring wraps sg.end sg.datamsgpl-sg.start, MAXSKBFRAGS - msgpl-sg.start + 1, msgpl-sg.data; This places the chain pointer at...

5.5AI score0.00514EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64046

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45619

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

5.4AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.38 views

CVE-2026-64046

CVE-2026-64046 concerns a Linux kernel TLS issue where a chain-after-chain in the scatterlist could arise when end = 0 (start != 0). The bug creates a chain link to the content type immediately after the wrap link, and sg_next does not recursively resolve consecutive chain links, making the input...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64046 net: tls: prevent chain-after-chain in plain text SG

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.41 views

CVE-2026-64047 net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix off-by-one in sgchain entry count for wrapped skmsg ring When an skmsg scatterlist ring wraps sg.end sg.datamsgpl-sg.start, MAXSKBFRAGS - msgpl-sg.start + 1, msgpl-sg.data; This places the chain pointer at...

9.8CVSS0.00514EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64047

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix off-by-one in sgchain entry count for wrapped skmsg ring When an skmsg scatterlist ring wraps sg.end sg.datamsgpl-sg.start, MAXSKBFRAGS - msgpl-sg.start + 1, msgpl-sg.data; This places the chain pointer at...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.41 views

CVE-2026-64025 bpf, skmsg: fix verdict sk_data_ready racing with ktls rx

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict skdataready racing with ktls rx skpsockstrpdataready already checks tlsswhasctxrx and defers to psock-saveddataready when a TLS RX context is present, avoiding a conflict with the TLS strparser's ownership...

9.8CVSS0.00444EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45598

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict skdataready racing with ktls rx skpsockstrpdataready already checks tlsswhasctxrx and defers to psock-saveddataready when a TLS RX context is present, avoiding a conflict with the TLS strparser's ownership...

5.4AI score0.00444EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/19 12:16 p.m.11 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS0.00243EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.10 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

5.6AI score0.00243EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.38 views

CVE-2026-63831 mac802154: llsec: add skb_cow_data() before in-place crypto

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS0.00243EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.22 views

PT-2026-61342

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf, skmsg component where a race condition occurs between the verdict sk data ready and ktls rx. When a socket is inserted into a sockmap using BPF SK SKB VERDICT...

9.8CVSS5.2AI score0.00444EPSS
SaveExploits0
CVE
CVE
added 2026/07/17 7:32 p.m.38 views

CVE-2026-4942

CVE-2026-4942 affects IBM i releases 7.3–7.6 (5770-SS1). The issue arises in TLS negotiation where a remote attacker can craft a message to downgrade the TLS protocol to a version disabled by server configuration, leveraging an algorithm downgrade during negotiation. The IBM bulletin lists a CVSS...

7.5CVSS5.4AI score0.00247EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/17 7:32 p.m.43 views

CVE-2026-4942 IBM i is Affected by Algorithm Downgrade in Transport Layer Security []

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to send a specifically crafted message and downgrade the Transport Layer Security TLS protocol to a version disabled in the server configuration...

5.9CVSS0.00247EPSS
SaveExploits0References1
Rows per page
Query Builder