Lucene search
+L

47 matches found

Cvelist
Cvelist
added 2025/09/17 2:56 p.m.17 views

CVE-2023-53368 tracing: Fix race issue between cpu buffer write and swap

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race issue between cpu buffer write and swap Warning happened in rbendcommit at code: if RBWARNONcpubuffer, !localread&cpubuffer-committing WARNING: CPU: 0 PID: 139 at kernel/trace/ringbuffer.c:3142...

0.00131EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.15 views

CVE-2023-53368 tracing: Fix race issue between cpu buffer write and swap

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race issue between cpu buffer write and swap Warning happened in rbendcommit at code: if RBWARNONcpubuffer, !localread&cpubuffer-committing WARNING: CPU: 0 PID: 139 at kernel/trace/ringbuffer.c:3142...

6.2AI score0.00131EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/17 2:56 p.m.55 views

CVE-2023-53368

CVE-2023-53368 – Linux kernel tracing race : A race between writing to the per-CPU tracing buffer and swapping the buffer via per_cpu/cpu0/snapshot can cause a false “committing” state in rb_end_commit(), leading to a WARN and potential commit inconsistencies. The issue manifests in the tracing r...

4.7CVSS6.2AI score0.00131EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/09/15 2:15 p.m.6 views

DEBIAN-CVE-2022-50255

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix reading strings from synthetic events The follow commands caused a crash: cd /sys/kernel/tracing echo 's:open char file' dynamicevents echo 'hist:keys=commonpid:file=filename:onchange$file.traceopen,$file'...

7.1CVSS6.2AI score0.00164EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 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...

4.4CVSS6.5AI score0.00172EPSS
SaveExploits0References4
NVD
NVD
added 2025/08/16 12:15 p.m.12 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.8CVSS0.00172EPSS
SaveExploits0References10
CVE
CVE
added 2025/08/16 11:12 a.m.90 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
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2021-3679

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A lack of CPU resource in the Linux kernel tracing module functionality in versions prior to 5.14-rc3 was found in the way user uses trace ring buffer in a...

5.5CVSS6.3AI score0.00751EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/20 4:15 p.m.3 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.00198EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/05/05 1:35 p.m.12 views

SUSE 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...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/01 4:15 p.m.10 views

AZL-69527 CVE-2025-21899 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix bad hist from corrupting namedtriggers list The following commands causes a crash: cd /sys/kernel/tracing/events/rcu/rcucallback echo 'hist:name=bad:keys=commonpid:onmaxbogus.savecommonpid' trigger bash: echo: write...

7.8CVSS6.5AI score0.00214EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.8 views

CVE-2024-49570 drm/xe/tracing: Fix a potential TP_printk UAF

In the Linux kernel, the following vulnerability has been resolved: drm/xe/tracing: Fix a potential TPprintk UAF The commit afd2627f727b "tracing: Check "%s" dereference via the field and not the TPprintk format" exposes potential UAFs in the xebomove trace event. Fix those by avoiding...

7.5AI score0.00225EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/02/24 12:00 a.m.12 views

The vulnerability of the Linux operating system’s kernel tracing component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel tracing component is related to the execution of operations beyond the buffer in memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.9AI score0.00257EPSS
SaveExploits0References43Affected Software6
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.2 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 "tracing: tprobe-events: Fix leakage of module refcount" moved trymoduleget from findtracepointmodulecb to findtracepoint caller, but that introduced a...

6.4AI score0.00259EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.14 views

The vulnerability of the Linux operating system’s kernel tracing component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel tracing component is related to improper blocking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00283EPSS
SaveExploits0References15Affected Software8
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.8 views

SUSE CVE-2023-52879

In the Linux kernel, the following vulnerability has been resolved: tracing: Have traceeventfile have ref counters The following can crash the kernel: cd /sys/kernel/tracing echo 'p:sched schedule' kprobeevents exec 5events/kprobes/sched/enable kprobeevents exec 5&- The above commands: 1. Change...

4.4CVSS6.7AI score0.00226EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/03/26 3:17 p.m.43 views

CVE-2024-26645

In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracingmap Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce an unexpected warning about duplicate histogram...

5.5CVSS7.1AI score0.00242EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/02/29 3:56 a.m.17 views

SUSE CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS8AI score0.00246EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/27 7:04 p.m.17 views

UBUNTU-CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2023/02/15 3:48 a.m.21 views

SUSE CVE-2021-3679

A lack of CPU resource in the Linux kernel tracing module functionality in versions prior to 5.14-rc3 was found in the way user uses trace ring buffer in a specific way. Only privileged local users with CAPSYSADMIN capability could use this flaw to starve the resources causing denial of service...

5.5CVSS6.3AI score0.00751EPSS
SaveExploits0References33
Rows per page
Query Builder