Lucene search
+L

320 matches found

Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.14 views

PT-2026-78320

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A race condition exists in the ELF core dump code. The system counts dumpable VM map entries and allocates a buffer for program headers, then iterates over the m...

7.4CVSS5.7AI score0.00106EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/17 2:55 p.m.7 views

CVE-2026-74499

A flaw was found in the kernel's Advanced Linux Sound Architecture ALSA USB audio driver. An integer overflow vulnerability in the sndusbmidiakaioutput function, when processing data from a USB device with a small bulk-OUT endpoint, can lead to an out-of-bounds write in the kernel heap. A local...

7CVSS6.3AI score0.00177EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:27 p.m.38 views

CVE-2026-74498

CVE-2026-74498 affects the Linux kernel ALSA USB-audio driver. The vulnerability arises from DMA buffer sizing for full-packet transfers: when fill_max is set, data_ep_set_params() promotes ep->curpacksize to ep->maxpacksize, but maxsize remains the original value derived from the sample ra...

5.6AI score0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:22 a.m.13 views

CVE-2026-74278

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE with the original event embedded as variable-length data, while kernel...

0.00168EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74278

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE with the original event embedded as variable-length data, while kernel...

5.6AI score0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-74278

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE with the original event embedded as variable-length data, while kernel...

5.5AI score0.00168EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:57 a.m.31 views

CVE-2026-74278

CVE-2026-74278 affects the Linux kernel ALSA seq subsystem. The leak arises from bounce_error_event() always emitting SNDRV_SEQ_EVENT_KERNEL_ERROR with a raw struct snd_seq_event pointer exposed to users. The fix differentiates by client type: for USER_CLIENTS, send SNDRV_SEQ_EVENT_BOUNCE with SN...

5.4AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.34 views

CVE-2026-74278 ALSA: seq: Fix kernel heap address leak in bounce_error_event()

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE with the original event embedded as variable-length data, while kernel...

0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 5:54 a.m.5 views

CVE-2026-72218

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlmfile refcount leak on cached nlmdofopen failure The cached-file path in nlmlookupfile reaches the found: label unconditionally, even when nlmdofopen fails. At that label result and file-fcount are updated before th...

5.3AI score0.00211EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-74498

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5AI score0.00177EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-74278

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE wi...

5.5AI score0.00168EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-72714

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounce error event The comment above bounce error event documents that user clients should receive SNDRV SEQ EVENT BOUNCE with the original event embedded as variable-length data, while...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/14 5:52 p.m.7 views

EUVD-2026-58752

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS5.5AI score0.0012EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 5:52 p.m.9 views

CVE-2026-12366

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

5.4AI score0.0012EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/14 5:52 p.m.30 views

CVE-2026-12366 Use-after-free freeing an armed dynamically-allocated k_timer in Zephyr userspace object disposal

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 5:52 p.m.23 views

CVE-2026-12366

Summary: CVE-2026-12366 in Zephyr describes a use-after-free in the dynamic object disposal path for kernels objects. When a user-thread holds the last permission on a timer (K_OBJ_TIMER) and frees it, the timer’s memory is released without cancelling its embedded _timeout node from the global _t...

8.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.12 views

PT-2026-72033

Nozomi Networks Labs identified a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization 'Race Condition' vulnerability in the event notification functionality of KUNBUS piControl in version 2.6.2 that allows a local authenticated attacker to corrupt kernel heap and...

5.8CVSS5.5AI score0.00096EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/08/12 3:04 p.m.41 views

Exploit for CVE-2026-68398

CVE-2026-68398: Ubuntu PPPoL2TP use-after-free to local root...

6AI score0.00195EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/08/12 4:39 a.m.32 views

CVE-2026-12234 TOCTOU double-fetch in `zsock_sendmsg`/`recvmsg` userspace verifiers allows kernel-heap out-of-bounds write

The userspace syscall verifiers zvrfyzsocksendmsg and zvrfyzsockrecvmsg in subsys/net/lib/sockets/sockets.c snapshot the caller-supplied struct netmsghdr into a kernel-side copy with kusermodefromcopy, but then re-read the still-live user struct for subsequent decisions. The kernel iovec shadow...

7.8CVSS0.00081EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/12 4:39 a.m.8 views

EUVD-2026-57069

The userspace syscall verifiers zvrfyzsocksendmsg and zvrfyzsockrecvmsg in subsys/net/lib/sockets/sockets.c snapshot the caller-supplied struct netmsghdr into a kernel-side copy with kusermodefromcopy, but then re-read the still-live user struct for subsequent decisions. The kernel iovec shadow...

7.8CVSS5.6AI score0.00081EPSS
SaveExploits0References2
Rows per page
Query Builder