Lucene search
+L

23 matches found

CVE
CVE
added 5 days ago19 views

CVE-2026-74385

CVE-2026-74385 affects the Linux kernel’s nvmet-tcp component. The vulnerability arises because nvmet_tcp_set_queue_sock() return value is ignored in nvmet_tcp_tls_handshake_done(), so if the call fails (e.g., socket not TCP_ESTABLISHED), socket callbacks aren’t set and queues/sockets can leak. T...

7.5CVSS5.4AI score0.00432EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/13 5:53 p.m.13 views

SUSE-SU-2026:2925-1 Security update for curl

This update for curl fixes the following issues - CVE-2026-4873: connection reuse ignores TLS requirement bsc1262631. - CVE-2026-8286: wrong STARTTLS connection reuse bsc1268402. - CVE-2026-8458: wrong reuse for different services bsc1268407. - CVE-2026-8924: traling dot domain super cookie...

9.8CVSS6.3AI score0.00584EPSS
SaveExploits11References23
Tenable Nessus
Tenable Nessus
added 2026/07/12 12:0 a.m.14 views

openSUSE 16: curl / curl-fish-completion / curl-zsh-completion / libcurl-devel / etc (openSUSE-SU-2026:21272-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21272-1 advisory. This update for curl fixes the following issues - CVE-2026-8286: wrong STARTTLS connection reuse bsc1268402. - CVE-2026-8458: wrong reuse for...

9.8CVSS6.2AI score0.00584EPSS
SaveExploits10References30
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.10 views

SUSE CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

5.9CVSS6AI score0.00295EPSS
SaveExploits1References10
Cvelist
Cvelist
added 2026/07/03 6:17 a.m.57 views

CVE-2026-9080 UAF after pause in socket callback

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

0.00295EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/03 6:17 a.m.18 views

EUVD-2026-41511

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

5.9AI score0.00295EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/03 6:17 a.m.73 views

CVE-2026-9080

CVE-2026-9080 is a use-after-free in libcurl triggered when curl_easy_pause() is called from the event-based CURLMOPT_SOCKETFUNCTION callback. The underlying issue is a freed mev_sh_entry pointer being used to update tracing fields, potentially allowing DoS or code execution paths. Affected softw...

7.3CVSS5.9AI score0.00295EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/03 6:17 a.m.7 views

CVE-2026-9080 UAF after pause in socket callback

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

5.9AI score0.00295EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/06/26 12:0 a.m.22 views

libcurl 8.13.0 < 8.21.0 Use-After-Free in Socket Callback

The version of libcurl installed on the remote host is 8.13.0 prior to 8.21.0. It is, therefore, affected by a use-after-free vulnerability: - Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability. CVE-2026-9080 Note that Nessus has n...

7.3CVSS6AI score0.00295EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2026/06/25 12:17 p.m.33 views

curl: UAF read in mev_pollset_diff() trace path after curl_easy_pause() in socket callback

Summary: The CVE-2026-9080 fix re-fetches the shentry after the socket callback inside mevshentryupdate, because curleasypause called from that callback re-enters mevassess and can free the entry. The same re-fetch was not applied at the caller, mevpollsetdiff, which dereferences its own entry...

7.3CVSS5.8AI score0.00295EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/06/25 7:56 a.m.25 views

curl: Use-after-free in `mev_forget_socket` when `curl_easy_pause()` is called from a `CURL_POLL_REMOVE` socket callback (incomplete fix of CVE-2026-9080)

Summary libcurl's event interface lets the application's socket callback CURLMOPTSOCKETFUNCTION call curleasypause. CVE-2026-9080 was issued for a use-after-free that this triggers, and the fix added a post-callback re-fetch of the socket-hash entry in the UPDATE leg mevshentryupdate,...

7.3CVSS5.8AI score0.00295EPSS
SaveExploits1
OSV
OSV
added 2026/06/24 2:0 p.m.10 views

UBUNTU-CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS5.7AI score0.00295EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/06/24 2:0 p.m.9 views

CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS6AI score0.00295EPSS
SaveExploits1References3
curl security advisories
curl security advisories
added 2026/06/24 8:0 a.m.22 views

UAF after pause in socket callback

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS5.7AI score0.00295EPSS
SaveExploits1References1Affected Software2
OSV
OSV
added 2026/06/24 8:0 a.m.12 views

CURL-CVE-2026-9080 UAF after pause in socket callback

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS5.7AI score0.00295EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2026/05/28 8:5 a.m.12 views

Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()

...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.53 views

CVE-2026-45918 ovpn: tcp - don't deref NULL sk_socket member after tcp_close()

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - don't deref NULL sksocket member after tcpclose When deleting a peer in case of keepalive expiration, the peer is removed from the OpenVPN hashtable and is temporary inserted in a "release list" for further processing...

0.00163EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/26 5:16 p.m.24 views

CVE-2026-45836

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2capsockgetsndtimeocb Add the same NULL guard already present in l2capsockresumecb and l2capsockreadycb...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References37
Positive Technologies
Positive Technologies
added 2026/05/26 12:0 a.m.42 views

PT-2026-43304

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL-pointer dereference exists in the Bluetooth L2CAP subsystem, specifically within the l2cap sock get sndtimeo cb function. This issue can lead to kernel crashes and a denial of...

5.7CVSS5.8AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/26 12:0 a.m.38 views

PT-2026-43302

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified openSUSE Tumbleweed versions prior to kernel-devel-7.0.11-1.1 Description A null pointer dereference exists in the Bluetooth L2CAP component. This occurs within the l2cap sock state change cb...

5.7CVSS5.8AI score0.00123EPSS
SaveExploits0
Rows per page
Query Builder