Lucene search
+L

3048 matches found

Cvelist
Cvelist
added 6 days ago32 views

CVE-2026-74350 ocfs2: validate fast symlink target during inode read

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

9.8CVSS0.00379EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 6 days ago7 views

CVE-2026-74350

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

5.6AI score0.00379EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 6 days ago15 views

CVE-2026-74348

CVE-2026-74348 affects the Linux kernel, specifically the ocfs2/dlm path for locking_state debugfs opens. The root cause is that debug_lockres_open() calls dlm_grab(dlm) but ignores its return value; after the last domain unregisters, dlm_grab() can return NULL, yet open stores the raw pointer an...

5.5AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-59495

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

5.5AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago32 views

CVE-2026-74345 RDMA/siw: Fix endpoint/socket association handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

9.8CVSS0.0045EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 6 days ago11 views

CVE-2026-74345

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

5.3AI score0.0045EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-59492

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

5.4AI score0.0045EPSS
SaveExploits0References4
CVE
CVE
added 6 days ago29 views

CVE-2026-74345

The CVE-2026-74345 entry describes a Linux kernel vulnerability in the RDMA/siw driver where disassociating a socket from an endpoint may release the last reference to the endpoint, leading to a use-after-free if the endpoint’s socket pointer is cleared after the disassociation. The fix ensures t...

9.8CVSS5.3AI score0.0045EPSS
SaveExploits0References4
OSV
OSV
added 6 days ago16 views

CVE-2026-74345 RDMA/siw: Fix endpoint/socket association handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

9.8CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 6 days ago18 views

CVE-2026-74333

CVE-2026-74333: In the Linux kernel ASoC subsystem for amd: acp-sdw-legacy, a bound check bug occurs in create_sdw_dailinks() where it iterates soc_dais beyond the allocated entries if all entries are initialized. Reports from KASAN show a slab-out-of-bounds read. The fix is to pass the allocated...

8.4CVSS5.3AI score0.00142EPSS
SaveExploits0References3
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-59480

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration createsdwdailinks walks socdais until it finds an entry with initialised cleared, but socdais is allocated with exactly numends entries. If all entries are initialised, the loop...

5.4AI score0.00142EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago5 views

CVE-2026-74333 ASoC: amd: acp-sdw-legacy: Bound DAI link iteration

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration createsdwdailinks walks socdais until it finds an entry with initialised cleared, but socdais is allocated with exactly numends entries. If all entries are initialised, the loop...

8.4CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 6 days ago35 views

CVE-2026-74333 ASoC: amd: acp-sdw-legacy: Bound DAI link iteration

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration createsdwdailinks walks socdais until it finds an entry with initialised cleared, but socdais is allocated with exactly numends entries. If all entries are initialised, the loop...

8.4CVSS0.00142EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago12 views

CVE-2026-74317 ixgbe: do not configure xps for XDP queues

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

7.8CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-74317 ixgbe: do not configure xps for XDP queues

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

7.8CVSS0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-59464

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

5.5AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago21 views

CVE-2026-74317

CVE-2026-74317 : In the Linux kernel, the ixgbe driver incorrectly configures XDP TX queues via netif_set_xps_queue, causing a KASAN slab-out-of-bounds and a warning during XDP program load on systems with many CPUs. The fix is to skip XPS configuration for XDP TX queues. The vulnerability is res...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-59457

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

5.5AI score0.0014EPSS
SaveExploits0References6
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS0.0014EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago13 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS5.6AI score
SaveExploits0References9
Rows per page
Query Builder