Lucene search
+L

2814 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.14 views

UBUNTU-CVE-2022-49801

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in tracingreadpipe kmemleak reports this issue: unreferenced object 0xffff888105a18900 size 128: comm "testprogs", pid 18933, jiffies 4336275356 age 22801.766s hex dump first 32 bytes: 25 73 00 90 81 88 f...

5.5CVSS6AI score0.00174EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.9 views

UBUNTU-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.1AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.8 views

UBUNTU-CVE-2022-49798

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is enabled. This leads to a race where the eprobe may b...

4.7CVSS5.8AI score0.00124EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.20 views

UBUNTU-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.1CVSS6.1AI score0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.13 views

UBUNTU-CVE-2022-49796

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on tracearray in kprobeeventgentestexit When testgenkprobecmd failed after kprobeeventgencmdend, it will goto delete, which will call kprobeeventdelete and release the corresponding...

5.5CVSS6AI score0.00175EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49891 tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix memory leak in testgenkprobe/kretprobecmd testgenkprobecmd only free buf in fail path, hence buf will leak when there is no failure. Move kfreebuf from fail path to common path to prevent the memleak. The sam...

6.1AI score0.00176EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:10 p.m.84 views

CVE-2022-49889

In CVE-2022-49889, the Linux kernel ring-buffer wake path could dereference a NULL or invalid buffer when waking waiters during ring-buffer shutdown on systems where listed CPUs > online CPUs. The fix adds a NULL check for the buffer and validates the allocation against online CPUs; it also no...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.28 views

CVE-2022-49800 tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in testgensynthcmd and testemptysynthevent testgensynthcmd only free buf in fail path, hence buf will leak when there is no failure. Add kfreebuf to prevent the memleak. The same reason and solution in...

0.00176EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:9 p.m.82 views

CVE-2022-49801

CVE-2022-49801 is a Linux kernel vulnerability tied to the tracing subsystem, specifically a memory leak in tracing_read_pipe() that can trigger a kmemleak-unreferenced-object issue. The linked OpenVAS/Nessus entries and EulerOS advisories (EulerOS-SA-2025-2546, EulerOS-SA-2025-2296, etc.) list t...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.7 views

CVE-2022-49801

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in tracingreadpipe kmemleak reports this issue: unreferenced object 0xffff888105a18900 size 128: comm "testprogs", pid 18933, jiffies 4336275356 age 22801.766s hex dump first 32 bytes: 25 73 00 90 81 88 f...

5.5CVSS5.5AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.24 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.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.27 views

CVE-2022-49798 tracing: Fix race where eprobes can be called before the event

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is enabled. This leads to a race where the eprobe may b...

0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.50 views

CVE-2022-49798

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is enabled. This leads to a race where the eprobe may b...

4.7CVSS5.1AI score0.00124EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.33 views

CVE-2022-49797 tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()

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

0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 2:9 p.m.14 views

CVE-2022-49796 tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on tracearray in kprobeeventgentestexit When testgenkprobecmd failed after kprobeeventgencmdend, it will goto delete, which will call kprobeeventdelete and release the corresponding...

5.5CVSS5.8AI score0.00175EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.13 views

CVE-2022-49796

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on tracearray in kprobeeventgentestexit When testgenkprobecmd failed after kprobeeventgencmdend, it will goto delete, which will call kprobeeventdelete and release the corresponding...

5.5CVSS5.5AI score0.00175EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.4 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 release a formatted buffer in a tracing pipeline read, which could lead to a memory leak...

5.5CVSS6.3AI score0.00174EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.13 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.1.0-rc1-00174-g9522dc5c87da-dirty Description: A potential null pointer dereference issue has been identified in the Linux kernel, specifically in the kprobe tracing functionality. This issue arises when the...

8.8CVSS7.3AI score0.0129EPSS
SaveExploits2References429
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.26 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel's tracing subsystem has been resolved. The issue arises when the number of listed CPUs exceeds the actual number of existing CPUs. The tracing...

8.8CVSS7.5AI score0.0129EPSS
SaveExploits4References663
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.8 views

PT-2025-18518 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the tracing read pipe function. The kmemleak tool reports an unreferenced object, indicating a memory leaka...

8.8CVSS7.4AI score0.0129EPSS
SaveExploits2References431
Rows per page
Query Builder