Lucene search
+L

1118 matches found

Cvelist
Cvelist
added 2026/07/24 3:31 p.m.33 views

CVE-2026-64251 pwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()

In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseqdebugfsseqnext pwrseqdebugfsseqnext declares 'next' with freeputdevice, which causes putdevice to be called on the returned pointer when the variable goes out of scope. This results in a...

7.8CVSS0.00117EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:31 p.m.16 views

CVE-2026-64251

CVE-2026-64251 concerns a Linux kernel bug in the pwrseq core where use-after-free occurs in the pwrseq_debugfs_seq_next() path due to incorrect reference counting. The fix standardizes reference management across seq_file callbacks to prevent prematurely dropped references: start() now returns a...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.13 views

PT-2026-64366

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the pwrseq debugfs seq next function. The function declares a next variable with freeput device, which triggers put device when the variable goes out of...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/21 9:16 p.m.8 views

CVE-2026-63918

A flaw was found in the Linux kernel's Layer 2 Tunneling Protocol l2tp module. A race condition exists where a network session's memory could be prematurely released while still in use. This vulnerability, caused by incorrect reference counting, may allow a local attacker to trigger a system cras...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.8 views

SUSE CVE-2026-63946

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix UAF in isorecvframe isorecvframe reads conn-sk under isoconnlock but releases the lock before using sk, with no reference held. A concurrent isosockkill can free sk in that window, causing use-after-free on...

8.8CVSS5.3AI score0.00327EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64044

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls...

7.8CVSS5.3AI score0.00172EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.7 views

SUSE CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.11 views

CVE-2026-64147

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix debugfslookup dentry leak and error handling debugfslookup returns a dentry with an elevated reference count that must be released with dput. The current code discards the returned dentry without calling dput, causin...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45617

In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls ovpnpeerrelease directly rather than ovpnpeerput, bypassing the kref. The accompanying comment "peer was not yet hashed, thus it is not use...

5.3AI score0.00172EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64044

In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls ovpnpeerrelease directly rather than ovpnpeerput, bypassing the kref. The accompanying comment "peer was not yet hashed, thus it is not use...

7.8CVSS5.2AI score0.00172EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.11 views

CVE-2026-64044

Concrete details confirm CVE-2026-64044 fix in the Linux kernel’s OpenVPN peer handling. The error path in ovpn_nl_peer_new_doit() previously called ovpn_peer_release() directly instead of ovpn_peer_put(), bypassing the kref, risking use-after-free when a caller holds a ref during an in-flight op...

7.8CVSS5.3AI score0.00172EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.14 views

EUVD-2026-45752

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:55 p.m.20 views

CVE-2026-63946

CVE-2026-63946: In the Linux kernel Bluetooth ISO path, iso_recv_frame can use a freed sk due to holding iso_conn_lock but releasing it before using conn->sk. The fix replaces a bare pointer read with iso_sock_hold(conn), which holds the sock while the spinlock is still held and atomically inc...

8.8CVSS5.4AI score0.00327EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63919 xfrm: input: hold netns during deferred transport reinjection

In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb-cb and uses it later from xfrmtransreinject. That pointer must stay valid until the deferred callback run...

8.8CVSS5.3AI score0.00633EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:55 p.m.8 views

EUVD-2026-45691

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

5.3AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:55 p.m.17 views

CVE-2026-63918

CVE-2026-63918 documents a Linux kernel fix: l2tp_session_get_by_ifname previously used refcount_inc() while other getters used refcount_inc_not_zero(), risking use-after-free if a race during RC/Rcu grace period allowed a zero refcount. The change normalizes the getter to refcount_inc_not_zero()...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63918 l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/19 12:2 p.m.11 views

EUVD-2026-45493

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

5.4AI score0.00124EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 12:2 p.m.16 views

CVE-2026-63827

Root cause: Linux kernel AppArmor uses a use-after-free in the rawdata dedup loop (aa_replace_profiles) due to unsafe refcount handling when traversing ns->rawdata_list. The dedup path calls aa_get_profile_loaddata() which has plain kref_get() semantics, allowing a zero counter to be dereferen...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.33 views

CVE-2026-63823 keys: Pin request_key_auth payload in instantiate paths

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS0.00124EPSS
SaveExploits0References8
Rows per page
Query Builder