Lucene search
+L

12014 matches found

OSV
OSV
added 3 days ago3 views

CVE-2026-74399 evm: terminate and bound the evm_xattrs read buffer

In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evmxattrs read buffer evmreadxattrs allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlentemp to simplereadfrombuffer. When no configured xattrs are enabled, the...

5.8AI score
SaveExploits0References10
EUVD
EUVD
added 3 days ago8 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
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59479

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

5.4AI score0.00144EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago16 views

CVE-2026-74332

The CVE-2026-74332 entry relates to the Linux kernel ASoC: amd (acp-sdw-sof): Bound DAI link iteration. The issue occurred in create_sdw_dailinks() which walked sof_dais beyond allocated entries when all entries were initialized. A fix was implemented to pass the allocated entry count to create_s...

8.4CVSS5.3AI score0.00144EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago34 views

CVE-2026-74324 wifi: mt76: mt7925: validate skb length in testmode query

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925tmquery, the response skb from mt76mcusendandgetmsg is used in a memcpy without validating its length: memcpyevtresp, skb-data + 8, MT7925EVTRSPLEN; where...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-74300 Bluetooth: hci: validate codec capability element length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes...

8.8CVSS0.0026EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago4 views

CVE-2026-74291 ASoC: topology: Check PCM and DAI name strings before use

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Check PCM and DAI name strings before use Topology objects store several PCM and DAI names in fixed-size UAPI arrays. Other topology parser paths validate these fields with bounded strnlen checks before using them...

5.6AI score
SaveExploits0References5
CVE
CVE
added 3 days ago14 views

CVE-2026-74291

CVE-2026-74291 concerns the Linux kernel ASoC topology parser. Affected: PCM/DAI name fields stored in fixed-size UAPI arrays. Root cause: those PCM/DAI paths forwarded non-NUL-terminated or unterminated name strings to C-strings, strlen(), and related lookups without prior bounded checks. Conseq...

5.4AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59438

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Check PCM and DAI name strings before use Topology objects store several PCM and DAI names in fixed-size UAPI arrays. Other topology parser paths validate these fields with bounded strnlen checks before using them...

5.5AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59307

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

5.5AI score0.00407EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72351 gue: validate REMCSUM private option length

In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdrflagslen, but guehdrprivflagslen currently...

9.8CVSS0.00755EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago16 views

CVE-2026-72351

CVE-2026-72351 : In the Linux kernel, the vulnerability concerns GUE private flags indicating REMCSUM metadata. The root cause is that guehdr_priv_flags_len() returns 0 when GUE_PFLAG_REMCSUM is set, allowing a packet with only the private flags field to pass validate_gue_flags(). Consequently, g...

9.8CVSS5.4AI score0.00755EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago20 views

CVE-2026-72310

CVE-2026-72310 : In the Linux kernel SMB client, the passthrough ioctl bounds check for smb2_ioctl_query_info() uses 32-bit fields for OutputOffset and input_buffer_length. The code adds these values directly, allowing 32-bit wrap-around, which can let a malicious server craft a large OutputOffse...

8.1CVSS5.8AI score0.00642EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago17 views

CVE-2026-72302

The CVE-2026-72302 entry documents a Linux kernel flaw in ASoC: SOF ipc3-control where sof_ipc3_control_update() used firmware-provided cdata->num_elems in arithmetic that could overflow on 32-bit platforms. This overflow could let cdata->rhdr.hdr.size comparisons pass with mismatched sizes...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago3 views

CVE-2026-72300 ASoC: SOF: topology: validate vendor array size before parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: validate vendor array size before parsing sofparsetokensets reads array-size while iterating over topology private data. The loop condition only checks that some data remains, so a malformed topology with a...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59184

In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVMTDXINITVM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdxtdinit first reads userdata-cpuid.nent to...

5.5AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72285 KVM: TDX: Reject concurrent change to CPUID entry count

In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVMTDXINITVM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdxtdinit first reads userdata-cpuid.nent to...

7.8CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago22 views

CVE-2026-72232

CVE-2026-72232 relates to the Linux kernel/batman-adv stack, where a local user with eBPF TC hook access could trigger a packet truncation that redirects to a batman-adv interface. The vulnerability arises because the code assumes at least ETH_HLEN bytes are available and may read beyond the buff...

7.8CVSS5.4AI score0.00156EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-72232 batman-adv: ensure minimal ethernet header on TX

In the Linux kernel, the following vulnerability has been resolved: batman-adv: ensure minimal ethernet header on TX As documented in commit 8bd67ebb50c0 "net: bridge: xmit: make sure we have at least eth header len bytes", it is possible by for a local user with eBPF TC hook access to attach a t...

7.8CVSS5.6AI score
SaveExploits0References11
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-58968

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...

5.4AI score0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder