Lucene search
+L

49 matches found

OSV
OSV
added 2025/07/03 9:15 a.m.10 views

UBUNTU-CVE-2025-38106

In the Linux kernel, the following vulnerability has been resolved: iouring: fix use-after-free of sq-thread in iouringshowfdinfo syzbot reports: BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304 CPU: 0 UID: 0 PID: 304 Comm: a.out...

7.8CVSS6.2AI score0.00162EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2025/07/03 8:35 a.m.8 views

CVE-2025-38106 io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()

In the Linux kernel, the following vulnerability has been resolved: iouring: fix use-after-free of sq-thread in iouringshowfdinfo syzbot reports: BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304 CPU: 0 UID: 0 PID: 304 Comm: a.out...

7.8CVSS6.2AI score0.00162EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/07/03 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from iouring releasing sq-thread after use in iouringshowfdinfo...

7.8CVSS7AI score0.00162EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:00 a.m.11 views

The vulnerability of the bpf_link_show_fdinfo() function in the kernel/bpf/syscall.c module of the Linux operating system’s BPF component allows a attacker to compromise the confidentiality and accessibility of the protected information.

The vulnerability of the bpflinkshowfdinfo function in the kernel/bpf/syscall.c module of the Linux operating system’s BPF component involves reading memory beyond the boundaries of the allocated buffer. Exploiting this vulnerability could allow an attacker to compromise the confidentiality and...

7.1CVSS7AI score0.00207EPSS
SaveExploits0References9Affected Software1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: iouring: fixed a use-after-free of sq-thread in iouringshowfdinfo syzbot reports: BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304 CPU: 0 UID: 0 PID: 304 Comm...

7.8CVSS6.4AI score0.00162EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/10 2:08 a.m.10 views

SUSE CVE-2025-38002

In the Linux kernel, the following vulnerability has been resolved: iouring/fdinfo: grab ctx-uringlock around iouringshowfdinfo Not everything requires locking in there, which is why the 'haslock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a...

5.5CVSS6.5AI score0.00204EPSS
SaveExploits1References3
NVD
NVD
added 2025/06/06 2:15 p.m.20 views

CVE-2025-38002

In the Linux kernel, the following vulnerability has been resolved: iouring/fdinfo: grab ctx-uringlock around iouringshowfdinfo Not everything requires locking in there, which is why the 'haslock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a...

7.8CVSS0.00204EPSS
SaveExploits1References3
OSV
OSV
added 2025/06/06 2:15 p.m.11 views

UBUNTU-CVE-2025-38002

In the Linux kernel, the following vulnerability has been resolved: iouring/fdinfo: grab ctx-uringlock around iouringshowfdinfo Not everything requires locking in there, which is why the 'haslock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a...

7.8CVSS6.6AI score0.00204EPSS
SaveExploits1References7
OSV
OSV
added 2025/06/06 1:43 p.m.8 views

CVE-2025-38002 io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()

In the Linux kernel, the following vulnerability has been resolved: iouring/fdinfo: grab ctx-uringlock around iouringshowfdinfo Not everything requires locking in there, which is why the 'haslock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a...

7.8CVSS6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/06/06 1:43 p.m.117 views

CVE-2025-38002

CVE-2025-38002 concerns the Linux kernel io_uring/fdinfo path. The fix acquires the ctx->uring_lock around io_uring_show_fdinfo() and wraps the whole process in a ->uring_lock_trylock, returning no output if the lock can’t be grabbed. This addresses a race when the ring is actively resized,...

7.8CVSS6.5AI score0.00204EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/06/06 12:00 a.m.10 views

PT-2025-24275

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns a problem with reading SQE fields in the Linux kernel when the ring is being resized simultaneously. This is related to the io uring/fdinfo functionality, specifically...

7.8CVSS7.4AI score0.20744EPSS
SaveExploits5References321
SUSE CVE
SUSE CVE
added 2025/04/23 2:38 a.m.8 views

SUSE CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

4.7CVSS6.4AI score0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 3:16 p.m.4 views

DEBIAN-CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

4.7CVSS5.8AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.10 views

UBUNTU-CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.15 views

CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

7.8CVSS5.2AI score0.00141EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22100 drm/panthor: Fix race condition when gathering fdinfo group samples

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/04/16 2:12 p.m.112 views

CVE-2025-22100

CVE-2025-22100 corresponds to a Linux kernel race condition in the DRM Panthor driver (panthor_fdinfo_gather_group_samples). The root cause was a failure to protect group access with an xarray lock, which could lead to use-after-free. The issue is addressed by the patch in commit e16635d88fa0 (dr...

7.8CVSS6.5AI score0.00141EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a contention condition in panthor when collecting samples from the fdinfo group, which could lead to reuse after...

4.7CVSS6.4AI score0.00141EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the validity of link-type in bpflinkshowfdinfo If a newly added link type does not invoke BPFLINKTYPE, accessing bpflinktypestrslink-type may lead to an out-of-bounds access. To detect such missed invocations early on ...

7.1CVSS6.4AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/25 10:15 p.m.0 views

DEBIAN-CVE-2024-53099

In the Linux kernel, the following vulnerability has been resolved: bpf: Check validity of link-type in bpflinkshowfdinfo If a newly-added link type doesn't invoke BPFLINKTYPE, accessing bpflinktypestrslink-type may result in an out-of-bounds access. To spot such missed invocations early in the...

7.1CVSS5.8AI score0.00232EPSS
SaveExploits0References1
Rows per page
Query Builder