Lucene search
+L

2921 matches found

OSV
OSV
added 2025/05/09 7:16 a.m.2 views

DEBIAN-CVE-2025-37845

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

7.8CVSS5.6AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.7 views

UBUNTU-CVE-2025-37845

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

7.8CVSS6.2AI score0.00282EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.41 views

CVE-2025-37845 tracing: fprobe events: Fix possible UAF on modules

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

7.8CVSS0.00282EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/05/09 6:41 a.m.15 views

CVE-2025-37845

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

7.8CVSS5.6AI score0.00282EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.9 views

SUSE CVE-2022-49891

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

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References9
OpenVAS
OpenVAS
added 2025/05/07 12:00 a.m.6 views

Configure Audit Rules for File Access Failures

System calls, such as open, truncate, ftruncate, create and openat, are audited and monitored. If the -EACCES or -EPERM error is returned, you lack the permission to access the files. In this case, audit logs need to be recorded. File access failures due to a lack of proper permissions are common...

6.8AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2025/05/07 12:00 a.m.3 views

Configure Audit Rules for File Deletion

Generally, it is highly risky to delete files in the OS. Misoperations by administrators or attacks may cause severe system faults. You are advised to audit and monitor system calls, such as rename, unlink, unlinkat, and renameat, and record deletion operation logs. Deleting system or service fil...

6.9AI score
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/05/06 3:07 a.m.9 views

SUSE 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.5CVSS6.2AI score0.00188EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/06 3:07 a.m.7 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.00189EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/06 3:07 a.m.7 views

SUSE 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.7CVSS6.3AI score0.00133EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/06 3:07 a.m.5 views

SUSE 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.5CVSS6.4AI score0.00187EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:00 a.m.6 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-22035)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-22035 advisory. - In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in...

7.8CVSS6AI score0.00285EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/05/05 1:35 p.m.9 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.00193EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/05/05 1:35 p.m.6 views

SUSE CVE-2022-49800

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

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.6 views

tracing: Fix use-after-free in print_graph_function_flags during tracer switching

...

7.8CVSS7.4AI score0.00285EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/03 4:48 p.m.23 views

CVE-2022-49800

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

6.9AI score0.00189EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.8 views

SUSE CVE-2023-53093

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not let histogram values have some modifiers Histogram values can not be strings, stacktraces, graphs, symbols, syscalls, or grouped in buckets or log. Give an error if a value is set to do so. Note, the histogram cod...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/02 4:15 p.m.15 views

CVE-2023-53093

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not let histogram values have some modifiers Histogram values can not be strings, stacktraces, graphs, symbols, syscalls, or grouped in buckets or log. Give an error if a value is set to do so. Note, the histogram cod...

5.5CVSS0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 4:15 p.m.1 views

DEBIAN-CVE-2023-53093

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not let histogram values have some modifiers Histogram values can not be strings, stacktraces, graphs, symbols, syscalls, or grouped in buckets or log. Give an error if a value is set to do so. Note, the histogram cod...

5.5CVSS5.6AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.13 views

AZL-70135 CVE-2023-53093 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not let histogram values have some modifiers Histogram values can not be strings, stacktraces, graphs, symbols, syscalls, or grouped in buckets or log. Give an error if a value is set to do so. Note, the histogram cod...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References1
Rows per page
Query Builder