Lucene search
+L

6101 matches found

CVE
CVE
added 2025/07/25 3:27 p.m.105 views

CVE-2025-38459

CVE-2025-38459: Linux kernel ATM CLIP module vulnerability causing Denial of Service via infinite recursion in clip_push(). Root cause: second ATMARP_MKIP ioctl triggers recursion when vcc->old_push is used after first call; mitigation implemented by checking vcc->user_back (clip_vcc) and u...

7.8CVSS6.2AI score0.0017EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.6 views

CVE-2025-38459

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

7.8CVSS6.2AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.13 views

CVE-2025-38459 atm: clip: Fix infinite recursive call of clip_push().

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

0.0017EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/25 3:27 p.m.6 views

CVE-2025-38459 atm: clip: Fix infinite recursive call of clip_push().

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

7.2AI score
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2025/07/16 5:49 a.m.9 views

kernel: misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()

In the Linux kernel, the following vulnerability has been resolved: misc/vmwvmci: fix an infoleak in vmcihostdoreceivedatagram struct vmcieventqp allocated by qpnotifypeer contains padding, which may carry uninitialized data to the userspace, as observed by KMSAN: BUG: KMSAN: kernel-infoleak in...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/14 12:25 a.m.9 views

kernel: dm ioctl: prevent potential spectre v1 gadget

A vulnerability was found in the Linux kernel's dm-ioctl interface in the lookupioctl function, which accepts a user-provided cmd value that is used to index the ioctls array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before cmd i...

5.5CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/14 12:20 a.m.7 views

kernel: dm ioctl: prevent potential spectre v1 gadget

A vulnerability was found in the Linux kernel's dm-ioctl interface in the lookupioctl function, which accepts a user-provided cmd value that is used to index the ioctls array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before cmd i...

5.5CVSS7.2AI score0.00307EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.4 views

SUSE CVE-2025-38323

In the Linux kernel, the following vulnerability has been resolved: net: atm: add lecmutex syzbot found its way in net/atm/lec.c, and found an error path in lecdattach could leave a dangling pointer in devlec. Add a mutex to protect devlecp uses from lecdattach, lecvccattach and lecmcastattach...

7CVSS5.2AI score0.00181EPSS
SaveExploits0References32
OSV
OSV
added 2025/07/10 9:15 a.m.6 views

UBUNTU-CVE-2025-38323

In the Linux kernel, the following vulnerability has been resolved: net: atm: add lecmutex syzbot found its way in net/atm/lec.c, and found an error path in lecdattach could leave a dangling pointer in devlec. Add a mutex to protect devlecp uses from lecdattach, lecvccattach and lecmcastattach...

7.8CVSS6.2AI score0.00181EPSS
SaveExploits0References28
Positive Technologies
Positive Technologies
added 2025/07/10 12:0 a.m.8 views

PT-2025-29045

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue was identified in the net/atm/lec.c component of the Linux kernel. Specifically, an error path in the lecd attach function could result in a dangling pointer...

7.8CVSS6.6AI score0.00181EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/09 11:22 p.m.6 views

SUSE CVE-2025-38257

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size calculation for memdupuser Number of apqn target list entries contained in 'nrapqns' variable is determined by userspace via an ioctl call so the result of the product in calculation of size...

7.8CVSS6.7AI score0.00152EPSS
SaveExploits0References31
OSV
OSV
added 2025/07/09 10:42 a.m.5 views

CVE-2025-38257 s390/pkey: Prevent overflow in size calculation for memdup_user()

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size calculation for memdupuser Number of apqn target list entries contained in 'nrapqns' variable is determined by userspace via an ioctl call so the result of the product in calculation of size...

7.3CVSS6.6AI score
SaveExploits0References10
CVE
CVE
added 2025/07/09 10:42 a.m.91 views

CVE-2025-38257

The CVE-2025-38257 vulnerability is in the Linux kernel (s390/pkey) where the size calculation for memdup_user() can overflow because the number of apqn target list entries (nr_apqns) is supplied by userspace via ioctl, causing the allocated area size to diverge from its description and leading t...

7.8CVSS6.7AI score0.00152EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.21 views

CVE-2025-38250 Bluetooth: hci_core: Fix use-after-free in vhci_flush()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix use-after-free in vhciflush syzbot reported use-after-free in vhciflush without repro. 0 From the splat, a thread closed a vhci file descriptor while its device was being used by iotcl on another thread...

7.8CVSS0.00145EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/07/08 11:21 p.m.5 views

SUSE CVE-2025-38236

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS7.8AI score0.00252EPSS
SaveExploits1References17
OSV
OSV
added 2025/07/08 8:15 a.m.16 views

AZL-64799 CVE-2025-38236 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS6.6AI score0.00252EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2025/07/07 2:28 a.m.6 views

webkitgtk: Improper access management to CLONE_NEWUSER and the TIOCSTI ioctl

A flaw was found in webkitgtk in versions prior to 2.28.3 and in WPE WebKit in versions prior to 2.28.3. The bubblewrap sandbox failed to properly block access to CLONENEWUSER and the TIOCSTI ioctl. CLONENEWUSER could potentially be used to confuse xdg- desktop-portal, which allows access outside...

10CVSS6.8AI score0.02917EPSS
SaveExploits0References5
NVD
NVD
added 2025/07/03 9:15 a.m.10 views

CVE-2025-38111

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fix potential out-of-bounds read/write access When using publicly available tools like 'mdio-tools' to read/write data from/to network interface and its PHY via mdiobus, there is no verification of parameters passed ...

7.8CVSS0.00188EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/07/01 1:11 a.m.12 views

kernel: dm ioctl: prevent potential spectre v1 gadget

A vulnerability was found in the Linux kernel's dm-ioctl interface in the lookupioctl function, which accepts a user-provided cmd value that is used to index the ioctls array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before cmd i...

5.5CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/01 12:41 a.m.8 views

kernel: dm ioctl: prevent potential spectre v1 gadget

A vulnerability was found in the Linux kernel's dm-ioctl interface in the lookupioctl function, which accepts a user-provided cmd value that is used to index the ioctls array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before cmd i...

5.5CVSS7.2AI score0.00307EPSS
SaveExploits0References5
Rows per page
Query Builder