Lucene search
+L

3101 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-72012

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing/osnoise: Call synchronizercu when unregistering This ensures that any RCU readers traversing the instance list have finished, before releasing the...

7.8CVSS7.2AI score0.00164EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-72028

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - riscv: probes: save original sp in rethook trampoline Reading a word from the stack in a kretprobe crashes a risc-v kernel. $ cd /sys/kernel/tracing/ $ echo 'r...

5.9AI score0.002EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74391

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Bound synthetic-field strings with seqbuf The synthetic field helpers build a prefixed synthetic variable name and a generated hist command in fixed...

5.9AI score0.00168EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.19 views

PT-2026-72923

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of register event in trace module add events trace module add events ignores the return value of register event and unconditionally calls add event to tracers for each event. If register event fails fo...

5.5AI score0.00126EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.17 views

PT-2026-72573

In the Linux kernel, the following vulnerability has been resolved: tracing/fprobe: Fix NULL pointer dereference in fprobe fgraph entry fprobe fgraph entry sizes a shadow-stack reservation in one walk of the per-ip fprobe list and fills it in a second walk, both under rcu read lock only. A fprobe...

5.4AI score0.00198EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74471

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-68283

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c tracing: Add bulk garbage collection of freeing eventtriggerdata moved the kfree of...

8.8CVSS5.9AI score0.00374EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68177

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Delay module ref count for enableevent trigger Triggers are now delayed from freeing, but can still be triggered until after the RCU grace period has...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 5:43 p.m.13 views

CVE-2026-68283

A flaw was found in the Linux kernel's tracing subsystem. A synchronization issue during the freeing of trigger private data allows a concurrent tracepoint handler to access memory after it has been released. This use-after-free vulnerability could lead to memory corruption...

8.8CVSS5.3AI score0.00374EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 4:47 p.m.13 views

CVE-2026-68174

A flaw was found in the Linux kernel's tracing subsystem. When handling dynamic events, a memory collision occurs where a reference counter is mistakenly interpreted as a module pointer. This can happen when filtering or setting events for a specific module without properly checking the event's...

5.5CVSS5.4AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 12:44 p.m.14 views

CVE-2026-68177

A flaw was found in the Linux kernel's tracing module. When a module with an active enable/disable event is removed, its data can be accessed after it has been freed, leading to a use-after-free vulnerability. This could allow a local attacker to cause a denial of service or potentially escalate...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS0.00374EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68177

In the Linux kernel, the following vulnerability has been resolved: tracing: Delay module ref count for "enableevent" trigger Triggers are now delayed from freeing, but can still be triggered until after the RCU grace period has ended. The freeing of the enableevent data is put into the...

7.8CVSS0.00154EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68176

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix mmiotrace possible NULL dereferencing of hiter-dev If the mmiopipeopen fails to find a PCI device, the hiter-dev will be assigned to NULL. The mmiotrace read function dereferences the hiter-dev if hiter exists. Chang...

5.4AI score0.00211EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.18 views

CVE-2026-68175

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix resource leak on mmiotrace tracepipe close The mmiotrace tracer was added May 12th 2008. At that time, resources created in pipeopen could not be freed because there was not pipeclose function pointer of the tracer...

5.3AI score0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.9 views

UBUNTU-CVE-2026-68177

In the Linux kernel, the following vulnerability has been resolved: tracing: Delay module ref count for "enableevent" trigger Triggers are now delayed from freeing, but can still be triggered until after the RCU grace period has ended. The freeing of the enableevent data is put into the...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68174

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix union collision of module and refcnt for dynamic events In 'struct traceeventcall', the 'module' pointer and the 'refcnt' atomic variable share the same memory space in a union. For dynamic events, the union member i...

5.5AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.10 views

UBUNTU-CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS5.3AI score0.00374EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS5.7AI score0.00374EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:02 p.m.43 views

CVE-2026-68283

The CVE-2026-68283 issue is in the Linux kernel tracing subsystem. A use-after-free arises because freeing of event_trigger_data was moved to a kthread and synchronized later via tracepoint_synchronize_unregister(), breaking prior inline synchronization in trigger_data_free(). As a result, after ...

8.8CVSS5.4AI score0.00374EPSS
SaveExploits0References2
Rows per page
Query Builder