Lucene search
+L

255440 matches found

NVD
NVD
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74501

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix use-after-free in umptoendpoint createmidi2ump registers a card-owned sndumpendpoint and stores a back-pointer to its per-interface sndusbmidi2ump object in ump-privatedata, but it never installs an...

0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74505

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Fix UAF at error handling during probe Although 6fire driver had a few fixes for dealing with the early error handling during the probe phase, it forgot a pending URB before freeing the resources, which may lead to a...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74504

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix division by zero in initializetimer A userspace-driven ALSA timer SNDUTIMER lets an unprivileged user set the backing sndtimer's hardware resolution to an arbitrary 64-bit value via SNDRVTIMERIOCTLCREATE...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

AZL-96105 CVE-2026-74501 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix use-after-free in umptoendpoint createmidi2ump registers a card-owned sndumpendpoint and stores a back-pointer to its per-interface sndusbmidi2ump object in ump-privatedata, but it never installs an...

5.8AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74509

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

8.8CVSS0.00249EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74508

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS0.00262EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.4 views

AZL-96473 CVE-2026-74508 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS5.8AI score0.00262EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.6 views

CVE-2026-74497

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Clamp frame size in implicit-feedback mode sndusbhandlesyncurb scales received sync packet sizes by the sender's stride and stores the result directly in outpacket-packetsizei. If a connected USB device sends an...

8.4CVSS0.00142EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74500

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix stack info leak in RME Digiface status sndrmedigifacereadstatus reads a four-word status block from the device into an uninitialised on-stack le32 buf4 and, whenever the vendor control-IN transfer does not...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 1:17 p.m.9 views

CVE-2026-74499

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidiakaioutput sndusbmidiakaioutput computes its fill-loop bound bufend = ep-maxtransfer - MAXAKAISYSEXLEN - 1; as a signed int, so a small device-advertised bulk-OUT maxtransfer makes bufe...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.4 views

AZL-96299 CVE-2026-74495 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: igbvf: Fix leak in TX DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buffers already mapped for that skb. Because count is incremented before each frag mapping, it will always...

9.8CVSS5.8AI score0.00514EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.16 views

CVE-2026-74498

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix DMA buffer out-of-bounds write when fillmax is set When a USB audio endpoint requests full packet transfers via the fillmax descriptor flag, dataepsetparams promotes ep-curpacksize to ep-maxpacksize. However,...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 1:17 p.m.9 views

CVE-2026-74496

In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in foucreate foucreate publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist fails, the error path frees fou while it is still reachable through...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74495

In the Linux kernel, the following vulnerability has been resolved: igbvf: Fix leak in TX DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buffers already mapped for that skb. Because count is incremented before each frag mapping, it will always...

9.8CVSS0.00514EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.4 views

AZL-96431 CVE-2026-74499 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidiakaioutput sndusbmidiakaioutput computes its fill-loop bound bufend = ep-maxtransfer - MAXAKAISYSEXLEN - 1; as a signed int, so a small device-advertised bulk-OUT maxtransfer makes bufe...

5.8AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.3 views

AZL-96326 CVE-2026-74493 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination smclgrterminate drops connslock after finding a connection in lgr-connsall, but before taking a reference on its socket. The connection is embedded in the socket, a...

9.8CVSS5.8AI score0.005EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74494

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject repeated SMB2 NEGOTIATE requests Unauthenticated client can send multiple successful SMB2 NEGOTIATE requests on one connection before SESSIONSETUP. While the connection is in KSMBDSESSNEEDSETUP, smb2handlenegotiate...

0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 1:17 p.m.3 views

AZL-96519 CVE-2026-74498 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix DMA buffer out-of-bounds write when fillmax is set When a USB audio endpoint requests full packet transfers via the fillmax descriptor flag, dataepsetparams promotes ep-curpacksize to ep-maxpacksize. However,...

5.9AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

AZL-96521 CVE-2026-74492 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: do not update comments from kernel-side hash adds mtyperesize copies comment pointers with memcpy, not the comment objects themselves. During the window after an entry has been copied but before the table swap a...

8.4CVSS5.8AI score0.00142EPSS
SaveExploits0References1
Rows per page
Query Builder