Lucene search
+L

2181 matches found

CVE
CVE
added 6 hours ago6 views

CVE-2026-68371

CVE-2026-68371 relates to the Linux kernel subsystem usb: musb: omap2430. The vulnerability arises when omap2430_probe() stores pdev->dev.of_node in a local np variable (a borrowed pointer) and erroneously calls of_node_put(np) on all paths. This drains a reference owned by the platform device...

5.3AI score
SaveExploits0References5
CVE
CVE
added 6 hours ago5 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
CVE
CVE
added 6 hours ago5 views

CVE-2026-68174

The vulnerability CVE-2026-68174 affects the Linux kernel tracing subsystem. In struct trace_event_call, the module pointer and the refcnt atomic share a union, so for dynamic events (kprobe, uprobe, fprobe, eprobe, wprobe) the refcnt may be non-zero and cause call->module to appear as a small...

5.5AI score
SaveExploits0References3
CVE
CVE
added 6 hours ago7 views

CVE-2026-68138

Concretely, CVE-2026-68138 affects the Linux kernel net/sched path, where qdisc_get_rtab()/qdisc_put_rtab() mutate a global qdisc_rtab_list and a non-atomic refcnt without proper locking. The race between concurrent RTM_NEWTFILTER requests carrying a police action (with TCA_ACT_FLAGS_NO_RTNL) can...

5.3AI score
SaveExploits0References2
CVE
CVE
added 6 hours ago7 views

CVE-2026-68122

CVE-2026-68122: Linux kernel ovpn code has a race in TCP error paths where ovpn_peer_hold() refs can be leaked if schedule_work() is already pending. The fix is to check schedule_work() return value on both RX/TX error paths and drop the extra reference with ovpn_peer_put() when the work is alrea...

5.3AI score
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ext4: fixed the iloc.bh leak in ext4xattr inodeupdateref The error branch of ext4xattr inodeupdateref forgot to release the refcount for iloc.bh. This issue was discovered during code review...

5.5CVSS5.1AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Remove the improper idxdfree The call to idxdfree introduces a duplicate putdevice call, leading to a reference count underflow: refcountt: underflow; use-after-free. WARNING: CPU: 15, PID: 4428, at...

7.8CVSS5.4AI score0.0014EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago14 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/rxe: Fixed a race condition in QP timer handlers I encountered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at rxeschedtask+0x1c8/0x238 rdmarxe, CPU0: swapper/0/0 … libsha1 last unloaded:...

7.8CVSS6.5AI score0.00102EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ipv4: A reference count leak was fixed when using error routes with nexthop objects. When a nexthop object is deleted, it is marked as “dead”, and then fibtableFlush is called to flush all routes that use the dead nexthop. The...

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago5 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fixed a reference count leak in bpfprogtestrunxdp syzbot reports: unregisternetdevice: Waiting for sit0 to become available. Usage count = 2. A debug printk patch revealed that a reference count is obtained at...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago16 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Net: Ethernet: mtkethsoc: Reset the progptr to oldprog in case of an error in mtkxdpsetup. Reset the eBPF program pointer to oldprog, and do not decrease its reference count if the mtkopen routine in mtkxdpsetup fails...

5.5CVSS5.1AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Tracing: The WARNON message in tracingbuffersmmapclose has been fixed. When a process forks, the child process copies the parent’s virtual memory addresses, but the usermapped reference count is not incremented. As a result, when...

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: j1939xtprxrtssessionactive – The session is deactivated upon receiving the second RTS packet. Since j1939tprxtimer calls j1939sessiondeactivateactivatenext only when the timer is enabled, we need to call this...

7.5CVSS5.3AI score0.00424EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago13 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: fbdev: In of: displaytiming, there is a fix for the refcount leak in ofgetdisplaytimings. The function ofparsephandle returns a devicenode with the refcount incremented. This value is stored in ‘entry’ and then copied to...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fixed a reference count leak when an invalid session is found during session lookup. When a session is found, but its state is not SMB2SESSIONVALID, it indicates that no valid session was found. However, the reference coun...

7.5CVSS5.3AI score0.00233EPSS
SaveExploits0References3
NVD
NVD
added 17 hours ago8 views

CVE-2026-19380

A vulnerability was identified in Mullvad wireguard.sys 0.10.1. The affected element is the function AdapterState of the component IOCTL Handler. Such manipulation leads to improper update of reference count. Local access is required to approach this attack. The exploit is publicly available and...

4.6CVSS
SaveExploits0References5
EUVD
EUVD
added 18 hours ago8 views

EUVD-2026-54975

A vulnerability was identified in Mullvad wireguard.sys 0.10.1. The affected element is the function AdapterState of the component IOCTL Handler. Such manipulation leads to improper update of reference count. Local access is required to approach this attack. The exploit is publicly available and...

4.6CVSS4.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 18 hours ago10 views

CVE-2026-19380 Mullvad wireguard.sys IOCTL AdapterState reference count

A vulnerability was identified in Mullvad wireguard.sys 0.10.1. The affected element is the function AdapterState of the component IOCTL Handler. Such manipulation leads to improper update of reference count. Local access is required to approach this attack. The exploit is publicly available and...

4.6CVSS
SaveExploits0References5
CVE
CVE
added 18 hours ago24 views

CVE-2026-19380

The CVE-2026-19380 affects Mullvad wireguard.sys 0.10.1, specifically the AdapterState function within the IOCTL Handler. The vulnerability is described as a manipulation that leads to an improper update of the reference count, requiring local access to exploit. Public exploitation material is no...

4.6CVSS4.5AI score
SaveExploits0References5
OSV
OSV
added 4 days ago8 views

UBUNTU-CVE-2026-64584

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi: cancel pending IN work before freeing the midi object The fmidi driver embeds a work item midi-work whose handler, fmidiinwork, dereferences the enclosing struct fmidi through containerof. This work is armed...

7.8CVSS5AI score0.00116EPSS
SaveExploits0References8
Rows per page
Query Builder