Lucene search
+L

18434 matches found

OSV
OSV
added 2025/08/16 11:34 a.m.11 views

CVE-2025-38549 efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix memory leak of efivarfsfsinfo in fscontext error paths When processing mount options, efivarfs allocates efivarfsfsinfo sfi early in fscontext initialization. However, sfi is associated with the superblock and...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/16 11:34 a.m.9 views

CVE-2025-38549

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix memory leak of efivarfsfsinfo in fscontext error paths When processing mount options, efivarfs allocates efivarfsfsinfo sfi early in fscontext initialization. However, sfi is associated with the superblock and...

5.5CVSS5.4AI score0.00144EPSS
SaveExploits0
NVD
NVD
added 2025/08/16 11:15 a.m.9 views

CVE-2025-38510

In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasanfindvmarea to prevent possible deadlock findvmarea couldn't be called in atomiccontext. If findvmarea is called to reports vm area information, kasan can trigger deadlock like: CPU0 CPU1 vmalloc; allocvmaparea;...

5.5CVSS0.00145EPSS
SaveExploits0References6
OSV
OSV
added 2025/08/16 11:15 a.m.9 views

UBUNTU-CVE-2025-38510

In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasanfindvmarea to prevent possible deadlock findvmarea couldn't be called in atomiccontext. If findvmarea is called to reports vm area information, kasan can trigger deadlock like: CPU0 CPU1 vmalloc; allocvmaparea;...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References30
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.24 views

CVE-2025-38522 sched/ext: Prevent update_locked_rq() calls with NULL rq

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent updatelockedrq calls with NULL rq Avoid invoking updatelockedrq when the runqueue rq pointer is NULL in the SCXCALLOP and SCXCALLOPRET macros. Previously, calling updatelockedrqNULL with preemption enabled coul...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/16 11:12 a.m.48 views

CVE-2025-38522

CVE-2025-38522 fixes a Linux kernel issue in sched/ext where update_locked_rq() could be called with a NULL runqueue (rq). The patch ensures update_locked_rq() is invoked only when rq is non-NULL, preventing unsafe __this_cpu_write() usage in preemptible contexts. The vulnerability description no...

5.5CVSS6.5AI score0.00137EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.7 views

CVE-2025-38522

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent updatelockedrq calls with NULL rq Avoid invoking updatelockedrq when the runqueue rq pointer is NULL in the SCXCALLOP and SCXCALLOPRET macros. Previously, calling updatelockedrqNULL with preemption enabled coul...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/16 11:12 a.m.12 views

CVE-2025-38522 sched/ext: Prevent update_locked_rq() calls with NULL rq

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent updatelockedrq calls with NULL rq Avoid invoking updatelockedrq when the runqueue rq pointer is NULL in the SCXCALLOP and SCXCALLOPRET macros. Previously, calling updatelockedrqNULL with preemption enabled coul...

6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/08/16 10:54 a.m.20 views

CVE-2025-38510 kasan: remove kasan_find_vm_area() to prevent possible deadlock

In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasanfindvmarea to prevent possible deadlock findvmarea couldn't be called in atomiccontext. If findvmarea is called to reports vm area information, kasan can trigger deadlock like: CPU0 CPU1 vmalloc; allocvmaparea;...

0.00145EPSS
SaveExploits0References5
CVE
CVE
added 2025/08/16 10:54 a.m.61 views

CVE-2025-38510

The CVE-2025-38510 issue in the Linux kernel is about the KASAN memory debugger. The fix removes kasan_find_vm_area() to avoid deadlocks during KASAN reporting when find_vm_area() would be called in an atomic_context. The vulnerability stemmed from a potential deadlock between kernel VM area repo...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/08/16 10:54 a.m.17 views

CVE-2025-38510

In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasanfindvmarea to prevent possible deadlock findvmarea couldn't be called in atomiccontext. If findvmarea is called to reports vm area information, kasan can trigger deadlock like: CPU0 CPU1 vmalloc; allocvmaparea;...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 10:15 a.m.12 views

UBUNTU-CVE-2025-38502

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.8CVSS6.5AI score0.00161EPSS
SaveExploits0References24
NVD
NVD
added 2025/08/16 2:15 a.m.10 views

CVE-2025-55284

Claude Code is an agentic coding tool. Prior to version 1.0.4, it's possible to bypass the Claude Code confirmation prompts to read a file and then send file contents over the network without user confirmation due to an overly broad allowlist of safe commands. Reliably exploiting this requires th...

7.5CVSS0.00462EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/08/16 1:27 a.m.14 views

CVE-2025-55284 Claude Code's Permissive Default Allowlist Enables Unauthorized File Read and Network Exfiltration in Claude Code

Claude Code is an agentic coding tool. Prior to version 1.0.4, it's possible to bypass the Claude Code confirmation prompts to read a file and then send file contents over the network without user confirmation due to an overly broad allowlist of safe commands. Reliably exploiting this requires th...

7.1CVSS0.00462EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/16 1:27 a.m.40 views

CVE-2025-55284 Claude Code's Permissive Default Allowlist Enables Unauthorized File Read and Network Exfiltration in Claude Code

Claude Code is an agentic coding tool. Prior to version 1.0.4, it's possible to bypass the Claude Code confirmation prompts to read a file and then send file contents over the network without user confirmation due to an overly broad allowlist of safe commands. Reliably exploiting this requires th...

7.1CVSS6.9AI score0.00462EPSS
SaveExploits0References3
NVD
NVD
added 2025/08/16 1:15 a.m.13 views

CVE-2025-55286

z2d is a pure Zig 2D graphics library. z2d v0.7.0 released with a new multi-sample anti-aliasing MSAA method, which uses a new buffering mechanism for storing coverage data. This differs from the standard alpha mask surface used for the previous super-sample anti-aliasing SSAA method. Under certa...

7.3CVSS0.00134EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/16 1:02 a.m.32 views

CVE-2025-55286

The CVE-2025-55286 issue affects z2d v0.7.0/v0.7.0-era MSAA buffering. Under scenarios where a drawn path lies wholly or partly outside the rendering surface, incorrect bounding can cause out-of-bounds access in the coverage buffer, impacting high-level operations (Context.fill/stroke, painter.fi...

7.3CVSS6.8AI score0.00134EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.10 views

PT-2025-33553

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw where the kasan find vm area function could lead to a deadlock situation. This occurs because find vm area could be called within an atomic context,...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.9 views

PT-2025-33565 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: The Linux kernel contains a flaw within the scheduler extension sched/ext related to calls to the update locked rq function with a NULL runqueue rq pointer. Invoking update locked rqNU...

5.9AI score0.00137EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.14 views

PT-2025-33516

Name of the Vulnerable Software and Affected Versions: Claude Code versions prior to 1.0.4 Claude Code versions prior to 1.0.24 Description: Claude Code is an agentic coding tool. Prior to version 1.0.4, it’s possible to bypass the confirmation prompts to read a file and then send file contents...

7.5CVSS6.1AI score0.00462EPSS
SaveExploits0References13
Rows per page
Query Builder