Lucene search
+L

19489 matches found

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

EUVD-2026-45600

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

5.5AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.33 views

CVE-2026-64027 net: shaper: rework the VALID marking (again)

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64027 net: shaper: rework the VALID marking (again)

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 2:56 p.m.7 views

EUVD-2026-45583

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free race in nfcllcprecvcc A race condition exists in the NFC LLCP connection state machine where the connection acceptance packet CC can be processed concurrently with socket release. This can lead to a...

5.5AI score0.00255EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.33 views

CVE-2026-64010 nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free race in nfcllcprecvcc A race condition exists in the NFC LLCP connection state machine where the connection acceptance packet CC can be processed concurrently with socket release. This can lead to a...

8.8CVSS0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-64010 nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free race in nfcllcprecvcc A race condition exists in the NFC LLCP connection state machine where the connection acceptance packet CC can be processed concurrently with socket release. This can lead to a...

8.8CVSS5.5AI score0.00255EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/19 2:56 p.m.5 views

CVE-2026-64011 nfc: llcp: Fix use-after-free in llcp_sock_release()

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free in llcpsockrelease llcpsockrelease unconditionally unlinks the socket from the local sockets list. However, if the socket is still in connecting state, it is on the connecting list. Fix this by...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-64011

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix use-after-free in llcpsockrelease llcpsockrelease unconditionally unlinks the socket from the local sockets list. However, if the socket is still in connecting state, it is on the connecting list. Fix this by...

7.8CVSS5.2AI score0.00126EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:56 p.m.15 views

CVE-2026-64010

CVE-2026-64010 involves a use-after-free in the Linux NFC LLCP stack. The race occurs when nfc_llcp_recv_cc() moves a socket from the connecting_sockets list to the sockets list without holding the socket lock, risking linking a freed socket if llcp_sock_release() runs concurrently. The mitigatio...

8.8CVSS5.5AI score0.00255EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.12 views

EUVD-2026-45714

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap ZCREL2 provided by a guest hypervisor ZCREL2 can be updated by a VHE guest hypervisor either using ZCREL2 which traps or ZCREL1 which does not trap. KVM handles both in different way: - on ZCREL2 trap,...

5.2AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:55 p.m.15 views

CVE-2026-63941

CVE-2026-63941 documents a Linux kernel KVM arm64 issue where ZCR_EL2 updates from a guest hypervisor could bypass proper masking, allowing L2 guests to observe VL values they shouldn’t. The fix moves the VL capping into restore points so the HW is always programmed with a capped value, regardles...

8.8CVSS5.2AI score0.00154EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.7 views

CVE-2026-63941

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap ZCREL2 provided by a guest hypervisor ZCREL2 can be updated by a VHE guest hypervisor either using ZCREL2 which traps or ZCREL1 which does not trap. KVM handles both in different way: - on ZCREL2 trap,...

8.8CVSS5.1AI score0.00154EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45689

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Fix OOB write in wacomhidsetdevicemode wacomhidsetdevicemode currently assumes that the HIDDGINPUTMODE usage is always located in the first field field0 of the feature report. However, a device can specify...

5.5AI score0.00345EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63916 HID: wacom: Fix OOB write in wacom_hid_set_device_mode()

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Fix OOB write in wacomhidsetdevicemode wacomhidsetdevicemode currently assumes that the HIDDGINPUTMODE usage is always located in the first field field0 of the feature report. However, a device can specify...

8.8CVSS5.4AI score0.00345EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/19 2:55 p.m.15 views

CVE-2026-63916

CVE-2026-63916 affects the Linux kernel HID subsystem for Wacom devices. The vulnerability arises because wacom_hid_set_device_mode() assumed HID_DG_INPUTMODE always resides in the first feature-report field (field[0]). If HID_DG_INPUTMODE is in another field and the first field’s report_count is...

8.8CVSS5.5AI score0.00345EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.32 views

CVE-2026-63916 HID: wacom: Fix OOB write in wacom_hid_set_device_mode()

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Fix OOB write in wacomhidsetdevicemode wacomhidsetdevicemode currently assumes that the HIDDGINPUTMODE usage is always located in the first field field0 of the feature report. However, a device can specify...

8.8CVSS0.00345EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63916

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Fix OOB write in wacomhidsetdevicemode wacomhidsetdevicemode currently assumes that the HIDDGINPUTMODE usage is always located in the first field field0 of the feature report. However, a device can specify...

8.8CVSS5.3AI score0.00345EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63915 nfc: hci: fix out-of-bounds read in HCP header parsing

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

8.8CVSS0.00345EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45688

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

5.6AI score0.00345EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.13 views

CVE-2026-63915

CVE-2026-63915 : In the Linux kernel, the NFC NFC HCI stack (nfc_hci_recv_from_llc and nci_hci_data_received_cb) is vulnerable to an out-of-bounds heap read from packet->header when a 0-byte HCP frame is received, because the code reads skb->data at entry without ensuring a byte is present....

8.8CVSS5.6AI score0.00345EPSS
SaveExploits0References8
Rows per page
Query Builder