Lucene search
+L

1878 matches found

NVD
NVD
added yesterday6 views

CVE-2026-64108

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

Exploits0References6
NVD
NVD
added yesterday5 views

CVE-2026-64045

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

Exploits0References3
NVD
NVD
added yesterday4 views

CVE-2026-63975

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix possible crash on l2capecredconnrsp If dcid is received for an already-assigned destination CID the spec requires that both channels to be discarded, but calling l2capchandel may invalidate the tmp cursor...

Exploits0References8
NVD
NVD
added yesterday4 views

CVE-2026-63974

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

Exploits0References4
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-64108

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

5.2AI score
Exploits0References7Affected Software1
CVE
CVE
added yesterday4 views

CVE-2026-64108

The CVE-2026-64108 entry describes a Linux kernel CIFS issue where a cifs file close work (deferred) can run after unmount, leaving a dentry still referenced, triggering a WARN during generic_shutdown_super. Affected component: CIFS file handling in the Linux kernel; root cause: the cifs file kee...

5.3AI score
Exploits0References6
EUVD
EUVD
added yesterday4 views

EUVD-2026-45793

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

5.3AI score
Exploits0References6
Cvelist
Cvelist
added yesterday13 views

CVE-2026-64108 cifs: Fix busy dentry used after unmounting

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

Exploits0References6
CVE
CVE
added yesterday4 views

CVE-2026-64045

CVE-2026-64045 describes a Linux kernel race in ovpn_tcp_close() where the code loads sock->peer under an RCU read lock, caches the pointer, then uses the dereferenced sock->peer after the RCU section. This can race with ovpn_socket_release()’s detach/synchronize_rcu path, potentially leadi...

5.3AI score
Exploits0References3
EUVD
EUVD
added yesterday5 views

EUVD-2026-45618

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

5.3AI score
Exploits0References3
Cvelist
Cvelist
added yesterday15 views

CVE-2026-64045 ovpn: tcp - use cached peer pointer in ovpn_tcp_close()

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

Exploits0References3
CVE
CVE
added yesterday5 views

CVE-2026-63975

CVE-2026-63975 affects the Linux kernel Bluetooth L2CAP path, where receiving a dcid for an already-assigned destination CID could cause a crash due to using l2cap_chan_del (which may invalidate a tmp cursor from list_for_each_entry_safe and is the wrong action since chan->dcid might be assign...

5.3AI score
Exploits0References8
EUVD
EUVD
added yesterday8 views

EUVD-2026-45748

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix possible crash on l2capecredconnrsp If dcid is received for an already-assigned destination CID the spec requires that both channels to be discarded, but calling l2capchandel may invalidate the tmp cursor...

5.3AI score
Exploits0References8
CVE
CVE
added yesterday5 views

CVE-2026-63974

The CVE covers the Linux kernel Bluetooth HCI subsystem. The vulnerability arises in hci_sync: during device close, HCI_CMD_DRAIN_WORKQUEUE was not set, potentially allowing timeouts to be queued while the hdev workqueue drains. The root cause is that hci_dev_close_sync() can be invoked in the re...

5.3AI score
Exploits0References4
EUVD
EUVD
added yesterday6 views

EUVD-2026-45747

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

5.3AI score
Exploits0References4
Cvelist
Cvelist
added yesterday13 views

CVE-2026-63974 Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

Exploits0References4
CVE
CVE
added yesterday5 views

CVE-2026-63913

The CVE describes a Linux kernel netfilter conntrack tcp issue where an RST with an invalid sequence, observed after a SYN, can prematurely drive the conntrack entry to TCP_CONNTRACK_CLOSE regardless of correct direction. The root cause is a state-machine path that assumes RST is a response to an...

5.4AI score
Exploits0References8
EUVD
EUVD
added yesterday4 views

EUVD-2026-45686

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check An unintended behavior in the TCP conntrack state machine allows a connection to be forced into the CLOSE state using an RST packet with an...

5.4AI score
Exploits0References8
Cvelist
Cvelist
added yesterday12 views

CVE-2026-63913 netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check An unintended behavior in the TCP conntrack state machine allows a connection to be forced into the CLOSE state using an RST packet with an...

Exploits0References8
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-61362

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpn tcp close ovpn tcp close loads the ovpn socket via rcu dereference sk user data under rcu read lock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the re...

5.3AI score
Exploits0References4
Rows per page
Query Builder