Lucene search
K

223719 matches found

CVE
CVE
added 2026/05/28 9:36 a.m.12 views

CVE-2026-46148

The CVE concerns the Linux kernel’s SPI microchip-core-qspi driver. The coreQSPI IP supports a single auto-controlled chip select, which could conflict with devices using GPIO CS lines when multiple devices are present. The automated CS logic pulls the built‑in CS low during activity and high whe...

5.8AI score0.00022EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/28 9:36 a.m.9 views

EUVD-2026-32774

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix pin leak and publication ordering in pkvminitvcpu Two bugs exist in the vCPU initialisation path: 1. If a check fails after hyppinsharedmem succeeds, the cleanup path jumps to 'unlock' without calling unpinhostvcp...

5.8AI score0.00022EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.4 views

CVE-2026-46146

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convertchmapv3 The convertchmapv3 has a loop with its increment size of csdesc-wLength, but we forgot to validate csdesc-wLength itself, which may lead to potential endless loop by...

5.7AI score0.00032EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.26 views

CVE-2026-46146 ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3()

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convertchmapv3 The convertchmapv3 has a loop with its increment size of csdesc-wLength, but we forgot to validate csdesc-wLength itself, which may lead to potential endless loop by...

0.00032EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/28 9:36 a.m.6 views

EUVD-2026-32773

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convertchmapv3 The convertchmapv3 has a loop with its increment size of csdesc-wLength, but we forgot to validate csdesc-wLength itself, which may lead to potential endless loop by...

5.8AI score0.00032EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/28 9:36 a.m.10 views

EUVD-2026-32772

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Validate rxhashkeylen Sashiko points out that rxhashkeylen comes from a uAPI structure and is blindly passed to memcpy, allowing the userspace to trash kernel memory. Bounds check it so the memcpy cannot overflow...

5.9AI score0.00013EPSS
Exploits0References5
CVE
CVE
added 2026/05/28 9:36 a.m.13 views

CVE-2026-46145

The CVE-2026-46145 vulnerability affects the Linux kernel, specifically the RDMA/mana component. A user-supplied rx_hash_key_len value supplied via a uAPI structure is blindly passed to memcpy, enabling localized kernel memory corruption if bounds checks are not enforced. Reports from multiple so...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/28 9:36 a.m.10 views

EUVD-2026-32771

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.8AI score0.00024EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:35 a.m.4 views

CVE-2026-46143

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens As prepare can be called mulitple times, this can result in multiple graph opens for playback path. This will result in a memory leaks, fix this by adding a check before openi...

5.7AI score0.00032EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/28 9:35 a.m.24 views

CVE-2026-46143 ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens As prepare can be called mulitple times, this can result in multiple graph opens for playback path. This will result in a memory leaks, fix this by adding a check before openi...

0.00032EPSS
Exploits0References6
CVE
CVE
added 2026/05/28 9:35 a.m.13 views

CVE-2026-46143

CVE-2026-46143 affects the Linux kernel ASoC subsystem for Qualcomm Q6 AP processing. The issue arises in the q6apm-lpass-dai driver where, if prepare is called multiple times, multiple graph opens can occur for the playback path, leading to a memory leak. The root cause is not detailed beyond th...

5.7AI score0.00032EPSS
Exploits0References6
EUVD
EUVD
added 2026/05/28 9:35 a.m.5 views

EUVD-2026-32770

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens As prepare can be called mulitple times, this can result in multiple graph opens for playback path. This will result in a memory leaks, fix this by adding a check before openi...

5.7AI score0.00032EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/28 9:35 a.m.7 views

EUVD-2026-32769

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix VF illegal register access Register WXCFGPORTST is a PF restricted register. When a VF is initialized, attempting to read this register triggers an illegal register access, which lead to a system hang. When the...

5.8AI score0.00024EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/05/28 9:35 a.m.23 views

CVE-2026-46142 net: libwx: fix VF illegal register access

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix VF illegal register access Register WXCFGPORTST is a PF restricted register. When a VF is initialized, attempting to read this register triggers an illegal register access, which lead to a system hang. When the...

0.00024EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:35 a.m.7 views

CVE-2026-46140

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: validate WMT event SKB length before struct access btmtkusbhciwmtsync casts the WMT event response SKB data to struct btmtkhciwmtevt 7 bytes and struct btmtkhciwmtevtfuncc 9 bytes without first checking that the...

5.8AI score0.00023EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2026/05/28 9:35 a.m.8 views

EUVD-2026-32767

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: validate WMT event SKB length before struct access btmtkusbhciwmtsync casts the WMT event response SKB data to struct btmtkhciwmtevt 7 bytes and struct btmtkhciwmtevtfuncc 9 bytes without first checking that the...

5.8AI score0.00023EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/28 9:35 a.m.6 views

EUVD-2026-32766

In the Linux kernel, the following vulnerability has been resolved: smb: client: use kzalloc to zero-initialize security descriptor buffer Commit 62e7dd0a39c2d "smb: common: change the data type of numaces to le16" split struct smbacl's le32 numaces field into le16 numaces and le16 reserved. The...

5.9AI score0.00024EPSS
Exploits0References5
CVE
CVE
added 2026/05/28 9:35 a.m.13 views

CVE-2026-46139

CVE-2026-46139 relates to the Linux kernel Samba SMB ACL handling. A kmalloc’ed security descriptor buffer left the 2-byte reserved field uninitialized, because the code wrote fields with le16() but did not touch the reserved Sbz2 slot. If this field contained non-zero slab garbage, Samba could r...

5.9AI score0.00024EPSS
Exploits0References5
CVE
CVE
added 2026/05/28 9:35 a.m.12 views

CVE-2026-46138

The CVE-2026-46138 issue affects the Linux kernel Bluetooth subsystem, specifically hci_le_create_big_complete_evt. A loop over BT_BOUND connections for a BIG handle may access ev->bis_handle[i++] without ensuring i

8.1CVSS5.7AI score0.00021EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/28 9:35 a.m.9 views

EUVD-2026-32764

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADDADDR rtx: fix potential data-race This mptcppmaddtimer helper is executed as a timer callback in softirq context. To avoid any data races, the socket lock needs to be held with bhlocksock. If the socket is in use,...

5.8AI score0.0006EPSS
Exploits0References5
Rows per page
Query Builder