Lucene search
+L

2200 matches found

RedhatCVE
RedhatCVE
added 6 hours ago2 views

CVE-2026-68393

A flaw was found in the Bluetooth hcisync component of the Linux kernel. This vulnerability arises from the incorrect handling of Read-Copy-Update RCU protected pointers outside their designated critical sections without proper reference counting. An attacker could exploit this by triggering a ra...

7.1CVSS5.8AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 6 hours ago2 views

CVE-2026-68409

A flaw was found in the mac80211 Wi-Fi driver of the Linux kernel. When an MLO Multi-Link Operation link is removed, the RX statistics per-CPU buffer is freed immediately, while the link container is deferred to RCU Read-Copy-Update. This timing issue can lead to a use-after-free vulnerability,...

7.1CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added yesterday12 views

CVE-2026-68409

The CVE concerns the Linux kernel’s mac80211 layer. sta_remove_link frees a removed MLO link’s RX stats percpu buffer immediately but quarantines only the link container to RCU, allowing readers to access a now-freed percpu block via link_sta. The race occurs because the per-CPU RX stats memory c...

5.6AI score
SaveExploits0References3
EUVD
EUVD
added yesterday7 views

EUVD-2026-55590

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: use wiphy work for socket owner autodisconnect nl80211netlinknotify walks the cfg80211 wireless device list when a NETLINKGENERIC socket is released. If the socket owns a connection, the notifier queues the embedd...

5.3AI score
SaveExploits0References2
EUVD
EUVD
added yesterday8 views

EUVD-2026-55584

In the Linux kernel, the following vulnerability has been resolved: ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tprecv runs in the L2TP UDP-encap softirq RX path: l2tpudpencaprecv - l2tprecvcommon - pppol2tprecv - pppinput&po-chan It runs under rcureadlock holding...

5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added yesterday29 views

CVE-2026-68396 scsi: core: wake eh reliably when using scsi_schedule_eh

In the Linux kernel, the following vulnerability has been resolved: scsi: core: wake eh reliably when using scsischeduleeh Drivers which use the scsischeduleeh function to run the error handler currently risk the error handler thread never waking once all commands are timed out or inactive. There...

SaveExploits0References4
CVE
CVE
added yesterday11 views

CVE-2026-68392

The CVE-2026-68392 entry documents a Linux kernel Bluetooth mgmt issue where dereferencing RCU-protected pointers outside critical sections could cause use-after-free. The fix replaces RCU-based lookup with taking hdev->lock for hci_conn lookup and hci_abort_conn to ensure the connection is fu...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday13 views

CVE-2026-68383

The CVE-2026-68383 issue affects the Linux kernel’s DRM/XE/GUC subsystem. The vulnerability arises because the scheduler keeps a pointer to the timeline name, but q->name is freed when the exec queue is freed, while scheduler fences can still reference it. The fix stores the timeline name in t...

5.3AI score
SaveExploits0References2
EUVD
EUVD
added yesterday7 views

EUVD-2026-55563

In the Linux kernel, the following vulnerability has been resolved: net/sched: acttunnelkey: Defer dstrelease to RCU callback Fix a race-condition use-after-free in tunnelkeyreleaseparams. The function releases the metadatadst of the old params synchronously via dstrelease while deferring the...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday19 views

CVE-2026-68377

CVE-2026-68377 affects the Linux kernel net/sched code, specifically the act_tunnel_key path. A race-condition use-after-free in tunnel_key_release_params() can occur because the function releases the old params’ metadata_dst synchronously via dst_release() while it defers freeing the params stru...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday13 views

CVE-2026-68177

The CVE-2026-68177 issue affects the Linux kernel tracing subsystem, specifically the delay of module refcount release for the "enable_event" trigger. The root cause was that the module refcount was released immediately while the enable_event data could still be accessed after module removal, cre...

5.4AI score
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: procfs: Fixed a missing RCU protection when reading realparent in dotaskstat. When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection. This leads to the following sequence of events: cpu 0 c...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday7 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: KVM: x86: Added SRCU protection for reading PDPTRs in getsregs2. Added read-side protection when reading PDPTR registers in getsregs2. Reading PDPTRs may trigger access to guest memory: kvmpdptrread - svmcachereg - loadpdptrs ...

7.8CVSS5.2AI score0.00139EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday11 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: - In the net subsystem, use dstdevrcu in sksetupcaps. - Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. - Also use dstdevrcu in ip6dstmtumaybeforward and ipdstmtumaybeforward. - ip4dsthoplimit can...

7.8CVSS5.7AI score0.00147EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday12 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Unconditionally sets set-nelems before inserting an element. In the event that the set is full, a new element is inserted and then removed without waiting for the RCU grace period. Meanwhile, the RCU reader m...

7.8CVSS4.7AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday17 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: prevented RCU stalls in kasanreleasevmallocnode When CONFIGPAGEOWNER is enabled, freeing KASAN shadow pages during vmalloc cleanup triggers expensive stack unwinding that acquires RCU read locks. Processing a large...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: hsr: It is necessary to hold the rcu lock and dev lock during the execution of hsrgetportndev. The hsrgetportndev function calls hsrforeachport, which requires holding the rcu lock. On the other hand, before returning the port...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: mptcp: fixed a race condition in mptcppmdeladdtimer The mptcppmdeladdtimer function can call skstoptimersyncsk, &entry-addtimer. It is reported that there might already be a free entry, as reported by syzbot. Added RCU...

9.8CVSS5.8AI score0.00454EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: macvlan: fixed a possible Use-after-Allocation UAF in macvlanforwardsource. Added RCU protection for the vlan field in struct macvlansourceentry. Whenever macvlanhashdelsource is called, we must clear the entry-vlan pointer befor...

7.8CVSS6.4AI score0.00188EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added yesterday2 views

Linux Distros Unpatched Vulnerability : CVE-2026-68398

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tprecv runs in the L2TP UDP-encap softirq RX path: l2tpudpencaprecv - l2tprecvcommo...

5.5AI score
SaveExploits0References2
Rows per page
Query Builder