Lucene search
+L

64986 matches found

Cvelist
Cvelist
added 2 days ago19 views

CVE-2026-72339 qede: fix off-by-one in BD ring consumption on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on buildskb failure qederxbuildskb and qedetparxbuildskb do not check for a NULL return from qedebuildskb. When it returns NULL under memory pressure, the functions still consume a BD...

9.8CVSS0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59213

In the Linux kernel, the following vulnerability has been resolved: regulator: core: regulatorlocktwo should test for EDEADLK not EDEADLOCK Compare against -EDEADLK, which is what wwmutexlock actually returns and what every other deadlock check in this file already uses. Function regulatorlocktwo...

5.4AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago12 views

CVE-2026-72312

CVE-2026-72312 affects the Linux kernel component octeontx2-af and fixes an issue where VF bringup could erroneously modify the PF’s promiscuous/allmulti MCAM rules. The root cause was that mbox handling of nix_set_rx_mode (and related APIs) acted only on the PF, not the VF, potentially clearing ...

7.9CVSS5.4AI score0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59209

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix overflow in passthrough ioctl bounds check smb2ioctlqueryinfo validates the PASSTHRUFSCTL response payload before copying it to userspace. The payload offset and length both come from 32-bit fields. The bounds...

5.8AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago19 views

CVE-2026-72310 smb: client: fix overflow in passthrough ioctl bounds check

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix overflow in passthrough ioctl bounds check smb2ioctlqueryinfo validates the PASSTHRUFSCTL response payload before copying it to userspace. The payload offset and length both come from 32-bit fields. The bounds...

8.1CVSS0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago16 views

CVE-2026-72301

Summary (CVE-2026-72301) The Linux kernel's ASoC: SOF ipc3-control component exposes a TOCTOU fix in sof_ipc3_bytes_put/bytes_get. The issue arises because memcpy length in sof_ipc3_bytes_put() used the old data->size from the buffer rather than the incoming data’s sof_abi_hdr.size, risking tr...

7.8CVSS5.4AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago19 views

CVE-2026-72301 ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix TOCTOU in bytesput and bytesget In sofipc3bytesput, the size used for the memcpy is derived from the old data-size already in the buffer, not the incoming new data's size field. If the new data has a...

7.8CVSS0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59160

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in sndsofupdatecontrol In sndsofupdatecontrol, firmware-provided cdata-numelems is checked against localcdata-data-size but never against the actual allocation size. If localcdata-data-size...

5.4AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72261 ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in sndsofupdatecontrol In sndsofupdatecontrol, firmware-provided cdata-numelems is checked against localcdata-data-size but never against the actual allocation size. If localcdata-data-size...

7.8CVSS0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago17 views

CVE-2026-72262 ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

7.8CVSS0.00216EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago5 views

CVE-2026-72243 selinux: check connect-related permissions on TCP Fast Open

In the Linux kernel, the following vulnerability has been resolved: selinux: check connect-related permissions on TCP Fast Open Similar to Landlock, SELinux was not updated when TCP Fast Open support was introduced to ensure connect-related permissions are checked when using TCP Fast Open. Update...

5.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2 days ago20 views

CVE-2026-72231 batman-adv: tt: avoid request storms during pending request

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: avoid request storms during pending request batadvsendttrequest allocates a ttreqnode when none exists for the destination originator node. This should prevent that a multiple TT requests are send at the same time...

7.5CVSS0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59126

In the Linux kernel, the following vulnerability has been resolved: batman-adv: mcast: avoid OOB read of numdests header Before the access to struct batadvtvlvmcasttracker's numdests, it is attempted to check whether enough space is actually in the network header. But instead of using offsetofend...

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago17 views

CVE-2026-72210 ntfs: fix off-by-one in mapping pairs decoding bounds checks

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfsmappingpairsdecompress, attrend points one byte past the end of the attribute record: attrend = u8 attr + le32tocpuattr-length; The two bounds checks validating...

9.8CVSS0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago12 views

CVE-2026-72210

The CVE relates to the Linux kernel ntfs decoding path: in ntfs_mapping_pairs_decompress, attr_end points one byte past the attribute end, and two bounds checks used strict greater-than; this permits a one-byte out-of-bounds read when the data extends to attr_end. The root cause is using > ins...

9.8CVSS5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago15 views

CVE-2026-72208

CVE-2026-72208 affects the Linux kernel NTFS EA handling code. The vulnerability arises from insufficient bounds checking in ntfs_ea_lookup and ntfs_listxattr, where the code accesses the next_entry_offset field of an EA entry without verifying there is enough space. The issue is resolved in the ...

9.8CVSS5.3AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago20 views

CVE-2026-72208 ntfs: add bounds check before accessing EA entries

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

9.8CVSS0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-58966

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago13 views

CVE-2026-72160

CVE-2026-72160 affects the Linux kernel OCFS2 filesystem: it fixes validation of dinode i_mode to reject non-canonical POSIX file types. The patch series “ocfs2: harden inode validators against forged metadata” adds structural checks in ocfs2_validate_inode_block() and mirrors them in the online ...

8.8CVSS5.4AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago21 views

CVE-2026-72158 fpga: dfl: add bounds check in dfh_get_param_size()

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

0.002EPSS
SaveExploits0References5
Rows per page
Query Builder