Lucene search
+L

105 matches found

Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.11 views

CVE-2025-38539

In the Linux kernel, the following vulnerability has been resolved: tracing: Add downwritetraceeventsem when adding trace event When a module is loaded, it adds trace events defined by the module. It may also need to modify the modules trace printk formats to replace enum names with their values...

7.8CVSS5.4AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.22 views

CVE-2025-38539 tracing: Add down_write(trace_event_sem) when adding trace event

In the Linux kernel, the following vulnerability has been resolved: tracing: Add downwritetraceeventsem when adding trace event When a module is loaded, it adds trace events defined by the module. It may also need to modify the modules trace printk formats to replace enum names with their values...

7.8CVSS0.00172EPSS
SaveExploits0References8
CVE
CVE
added 2025/08/16 11:12 a.m.81 views

CVE-2025-38539

CVE-2025-38539 : Linux kernel tracing fix. When a module loads and adds trace events, it now takes the trace_event_sem for write while adding the event, preventing possible corruption of the ftrace_events list if two modules load simultaneously. The patch also adds a lockdep_assert_held() on the ...

7.8CVSS6.8AI score0.00172EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
added 2025/08/16 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 a failure to acquire a write lock when adding a trace event, which could result in a corrupted list...

5.5CVSS6AI score0.00172EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-37938

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Verify event formats that have %p.. The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is n...

7.1CVSS6.7AI score0.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/07/19 12:00 a.m.7 views

PT-2025-33582

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to trace event handling. Concurrent loading of modules can lead to corruption of the trace event list during modification of printk format...

5.5CVSS6.1AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38034

In the Linux kernel, the following vulnerability has been resolved: btrfs: correct the order of prelimref arguments in btrfsprelimref btrfsprelimref calls the old and new reference variables in the incorrect order. This causes a NULL pointer dereference because oldref is passed as NULL to...

5.5CVSS5.5AI score0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/20 4:15 p.m.26 views

CVE-2025-37938

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

7.1CVSS0.00193EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/20 4:15 p.m.2 views

DEBIAN-CVE-2025-37938

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/20 3:34 p.m.158 views

CVE-2025-37938

CVE-2025-37938 involves the Linux kernel tracing subsystem. The vulnerability centers on the trace event verifier, which checks print formats to ensure pointers reference valid memory that is part of the event or data that will be freed. If an event uses the format "%*p.." and the verifier ignore...

7.1CVSS6.5AI score0.00193EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/20 3:34 p.m.18 views

CVE-2025-37938 tracing: Verify event formats that have "%*p.."

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

7.1CVSS6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/20 3:34 p.m.30 views

CVE-2025-37938 tracing: Verify event formats that have "%*p.."

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

7.1CVSS0.00193EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/05/06 3:07 a.m.8 views

SUSE CVE-2022-49797

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on traceeventfile in kprobeeventgentestexit When tracegeteventfile failed, genkretprobetest will be assigned as the error code. If module kprobeeventgentest is removed now, the null...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/01 3:16 p.m.20 views

CVE-2022-49799

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...

7.1CVSS0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 3:16 p.m.10 views

DEBIAN-CVE-2022-49797

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on traceeventfile in kprobeeventgentestexit When tracegeteventfile failed, genkretprobetest will be assigned as the error code. If module kprobeeventgentest is removed now, the null...

5.5CVSS5.5AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:09 p.m.13 views

CVE-2022-49799 tracing: Fix wild-memory-access in register_synth_event()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.39 views

CVE-2022-49799 tracing: Fix wild-memory-access in register_synth_event()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...

0.00198EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/01 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, which stems from a traceeventfile null pointer dereference in the kprobe event test, which could lead to a system crash...

5.5CVSS6.1AI score0.00193EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.20 views

PT-2025-18514 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.1.0-rc1 Description: A potential null pointer dereference issue has been identified in the Linux kernel, specifically in the kprobe event gen test exit function. This issue occurs when the trace get event file...

8.8CVSS7.5AI score0.01339EPSS
SaveExploits2References429
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.16 views

PT-2025-18516 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.1.0-rc1-00186-g76f33a7eedb4 Description: A bug in the Linux kernel's tracing system has been fixed, which caused a wild-memory-access issue in the register synth event function. If set synth event print fmt...

8.8CVSS7.3AI score0.01339EPSS
SaveExploits3References464
Rows per page
Query Builder