Lucene search
K

29497 matches found

RedhatCVE
RedhatCVE
added yesterday6 views

CVE-2026-53072

A flaw was found in the Linux kernel's Bluetooth subsystem. Improper handling of locking within the hciconnrequestevt function, particularly when the HCIPROTODEFER protocol is active, can result in a Use-After-Free UAF vulnerability. This condition arises when a connection object is accessed afte...

7CVSS6AI score0.00164EPSS
Exploits0References4
EUVD
EUVD
added yesterday8 views

EUVD-2026-31397

golang.org/x/crypto/ssh: Invoking client can cause server deadlock on unexpected responses...

9.1CVSS5.8AI score0.00392EPSS
Exploits0References7
NVD
NVD
added yesterday6 views

CVE-2026-28898

swift-nio-http2's HTTP/2-to-HTTP/1.1 codec did not validate pseudo-header values for control characters before placing them into the translated HTTP/1.1 message. swift-nio-http2 1.44.1 adds validation of all pseudo-header values :path, :authority, :scheme, :method, and :status at both the HPACK...

5.3CVSS0.00053EPSS
Exploits0References1
CVE
CVE
added yesterday37 views

CVE-2026-28898

CVE-2026-28898 concerns swift-nio-http2, where the HTTP/2-to-HTTP/1.1 codec did not validate pseudo-header values for control characters before translating to HTTP/1.1. The issue is addressed in swift-nio-http2 1.44.1, which adds validation for all pseudo-header values (:path, :authority, :scheme...

5.3CVSS5.8AI score0.00053EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-28898

swift-nio-http2's HTTP/2-to-HTTP/1.1 codec did not validate pseudo-header values for control characters before placing them into the translated HTTP/1.1 message. swift-nio-http2 1.44.1 adds validation of all pseudo-header values :path, :authority, :scheme, :method, and :status at both the HPACK...

5.3CVSS5.8AI score0.00053EPSS
Exploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-39183

NSD from version 4.13.0 has a heap use-after-free bug in logging errors on TLS connections, causing a crash of the server process, which can be triggered trivially by sending a DNS query over a DoT connection, and closing the connection without reading the response...

8.7CVSS5.8AI score0.00264EPSS
Exploits0References2
EUVD
EUVD
added yesterday5 views

EUVD-2026-39227

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix a use-after-free of the hciconn pointer In isosockrebindbc, the bis pointer is cached, then the socket lock is dropped: bis = isopisk-conn-hcon; / Release the socket before lookups since that requires hcidevlo...

5.7AI score0.00151EPSS
Exploits0References2
CVE
CVE
added yesterday6 views

CVE-2026-53276

CVE-2026-53276 – Linux kernel Bluetooth ISO use-after-free : The issue occurs in iso_sock_rebind_bc() where a cached bis pointer (iso_pi(sk)->conn->hcon) is used after releasing the socket lock, allowing a concurrent close() to free the hci_conn structure. During the unlocked window, hci_de...

5.7AI score0.00151EPSS
Exploits0References2
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-53276

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix a use-after-free of the hciconn pointer In isosockrebindbc, the bis pointer is cached, then the socket lock is dropped: bis = isopisk-conn-hcon; / Release the socket before lookups since that requires hcidevlo...

5.6AI score0.00151EPSS
Exploits0
CVE
CVE
added yesterday5 views

CVE-2026-53267

CVE-2026-53267 affects the Linux kernel netfilter nft_ct path. The issue occurs when a per-CPU template conntrack is attached via nft_ct_set_zone_eval() and subsequently evaluated with nft_ct_get_eval(), where the template is incorrectly treated as a real conntrack. This can lead to a risky 16-by...

5.8AI score0.00163EPSS
Exploits0References5
EUVD
EUVD
added yesterday3 views

EUVD-2026-39204

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: reject short frames before parsing A BNEP peer can send a short BNEP SDU. bneprxframe reads the packet type byte immediately and, for control packets, reads the control opcode and setup UUID-size byte before...

5.7AI score0.0018EPSS
Exploits0References7
CVE
CVE
added yesterday6 views

CVE-2026-53251

In the Linux kernel Bluetooth ISO path, CVE-2026-53251 is due to hci_get_route() returning a reference-counted hci_dev pointer via hci_dev_hold(), and the function may exit without releasing that reference on both normal and error paths. This results in a not-released hdev reference within iso_co...

5.7AI score0.00175EPSS
Exploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-53251

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not releasing hdev reference on isoconnbigsync hcigetroute returns a reference-counted hcidev pointer via hcidevhold. The function exits normally or with an error without ever releasing it...

5.6AI score0.00175EPSS
Exploits0
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-38838

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: fix missing expect put in obj eval nftctexpectobjeval allocates an expectation and may call nfctexpectrelated, but never drops its local reference. Add nfctexpectputexp before return to balance allocation...

5.7AI score0.00184EPSS
Exploits0References9
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-38863

In the Linux kernel, the following vulnerability has been resolved: net/rds: zero per-item info buffer before handing it to visitors rdsforeachconninfo and rdswalkconnpathinfo both hand a caller-allocated on-stack u64 buffer to a per-connection visitor and then copy the full itemlen bytes back to...

6AI score0.00176EPSS
Exploits0References9
OSV
OSV
added 2 days ago8 views

CURL-CVE-2026-8458 wrong reuse for different services

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different "services". libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When...

5.8AI score
Exploits0
OSV
OSV
added 2 days ago7 views

CURL-CVE-2026-8932 incomplete mTLS config matching in conn reuse

libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, some TLS...

5.8AI score
Exploits0
OSV
OSV
added 2 days ago8 views

CURL-CVE-2026-11564 Native CA trust persist

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

5.9AI score
Exploits0
OSV
OSV
added 2 days ago10 views

CURL-CVE-2026-8286 wrong STARTTLS connection reuse

A vulnerability exists where a new transfer that uses STARTTLS to upgrade the connection might reuse an existing live connection even though the TLS configuration mismatches so it should not...

5.9AI score
Exploits0
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-51751

Name of the Vulnerable Software and Affected Versions curl versions 7.7 through 8.11.0 Description libcurl incorrectly reuses connections from its connection pool when certain mTLS mutual TLS configuration options are modified. Specifically, the configuration match checks failed to include option...

6.1AI score
Exploits0References4
Rows per page
Query Builder