Lucene search
+L

100530 matches found

CVE
CVE
•added 2026/08/22 3:33 p.m.•48 views

CVE-2026-74733

A race condition in the Linux kernel's gpio: pca953x driver (managing PCA953x GPIO expanders) allows concurrent threads to access hardware registers without proper locking. The function pca953x_irq_bus_sync_unlock() performed regmap read/write operations without holding the driver's i2c_lock , wh...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•14 views

EUVD-2026-64420

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

5.5AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•35 views

CVE-2026-74733 gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

7.8CVSS0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•13 views

EUVD-2026-64405

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

5.5AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/22 3:33 p.m.•15 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•36 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/22 3:33 p.m.•41 views

CVE-2026-74718

This vulnerability affects the Linux kernel devlink subsystem. In devlink_nl_reload_doit(), a call to devlink_netns_get() acquires a reference to a network namespace. When the requested namespace differs from the current one and the reload action is not DRIVER_REINIT, the function returns -EOPNOT...

5.5AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•16 views

EUVD-2026-64395

In the Linux kernel, the following vulnerability has been resolved: xsk: validate launch-time metadata size Launch-time metadata extends beyond the first 16 bytes of struct xsktxmetadata. Reject the request when the registered metadata area does not contain the complete field. Snapshot the...

5.4AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•36 views

CVE-2026-74708 xsk: validate launch-time metadata size

In the Linux kernel, the following vulnerability has been resolved: xsk: validate launch-time metadata size Launch-time metadata extends beyond the first 16 bytes of struct xsktxmetadata. Reject the request when the registered metadata area does not contain the complete field. Snapshot the...

7.8CVSS0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/22 3:33 p.m.•23 views

CVE-2026-74708 xsk: validate launch-time metadata size

In the Linux kernel, the following vulnerability has been resolved: xsk: validate launch-time metadata size Launch-time metadata extends beyond the first 16 bytes of struct xsktxmetadata. Reject the request when the registered metadata area does not contain the complete field. Snapshot the...

7.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
•added 2026/08/22 3:33 p.m.•47 views

CVE-2026-74708

CVE-2026-74708 is a Linux kernel vulnerability in the AF_XDP (xsk) subsystem. Launch-time metadata extends beyond the first 16 bytes of struct xsk_tx_metadata, and the kernel failed to validate that the registered metadata area contained the complete field. The fix rejects the request when the me...

7.8CVSS5.4AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/22 3:33 p.m.•31 views

CVE-2026-74703

CVE-2026-74703 affects the Linux kernel's vhost-scsi component. When T10 Protection Information (PI) is negotiated, a malformed request can declare protection bytes that cover or exceed the full payload length. This causes a zero data SGL count to reach sg_alloc_table_chained() , triggering a BUG...

7.1CVSS5.6AI score0.00184EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•30 views

CVE-2026-74701 net/openvswitch: check Ethernet header length in key_extract()

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

7.8CVSS0.00176EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•16 views

EUVD-2026-64388

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

5.5AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:33 p.m.•48 views

CVE-2026-74701

This vulnerability affects the Open vSwitch (OVS) component of the Linux kernel in key_extract() within net/openvswitch/flow.c. When a packet with the ETH_P_TEB protocol arrives on an ARPHRD_NONE device (e.g., TUN), the function unconditionally pulls Ethernet header bytes (MAC addresses and ether...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:32 p.m.•34 views

CVE-2026-74693

CVE-2026-74693 affects the Linux kernel 's Prestera network driver (net: prestera). The function prestera_fw_hdr_parse() reads the firmware header before verifying that the firmware image is long enough to contain it, resulting in an out-of-bounds read of the magic and version fields. The fix rej...

5.4AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•16 views

EUVD-2026-64363

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

5.4AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:32 p.m.•50 views

CVE-2026-74676

CVE-2026-74676 affects the Linux kernel virtual terminal (VT) subsystem. The KDSKBMETA ioctl, which modifies keyboard meta mode, lacked the !perm permission check enforced by all other keyboard setter ioctls in vt_k_ioctl() . This allowed a process to change the meta mode on a non-controlling con...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•35 views

CVE-2026-74676 vt: add permission check for KDSKBMETA ioctl

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•25 views

CVE-2026-74676 vt: add permission check for KDSKBMETA ioctl

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

5.5AI score
SaveExploits0References11
Rows per page
Query Builder