Lucene search
+L

164 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.13 views

UBUNTU-CVE-2024-56665

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References21
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.6 views

CVE-2024-56665 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

7.7AI score0.0022EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/12/08 12:00 a.m.20 views

PT-2024-36975

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue is related to an invalid access to prog array in perf event detach bpf prog. A crash occurs when a tracepoint perf event with attr.inherit=1 is created, attached to a process, and a b...

5.5CVSS5.5AI score0.0022EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.6 views

SUSE CVE-2022-48950

In the Linux kernel, the following vulnerability has been resolved: perf: Fix perfpendingtask UaF Per syzbot it is possible for perfpendingtask to run after the event is free'd. There are two related but distinct cases: - the taskwork was already queued before destroying the event; - destroying t...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 8:15 p.m.23 views

UBUNTU-CVE-2022-48950

In the Linux kernel, the following vulnerability has been resolved: perf: Fix perfpendingtask UaF Per syzbot it is possible for perfpendingtask to run after the event is free'd. There are two related but distinct cases: - the taskwork was already queued before destroying the event; - destroying t...

7.8CVSS5.7AI score0.00252EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/13 3:15 p.m.13 views

UBUNTU-CVE-2024-46713

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix AUX buffer serialization Ole reported that event-mmapmutex is strictly insufficient to serialize the AUX buffer, add a per RB mutex to fully serialize it. Note that in the lock order comment the perfevent::mmapmutex...

7.8CVSS6.3AI score0.00302EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.9 views

SUSE CVE-2024-43870

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/08/21 7:40 p.m.23 views

CVE-2024-43870

A logical flaw exists in the Linux kernel. When a task is scheduled, pending sigtrap deliveries are deferred to the target task upon resuming to userspace via taskwork. However, failures are ignored while adding an event's callback to the taskwork engine. Since the last call for the event exit...

5.1CVSS7.3AI score0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 1:15 a.m.7 views

DEBIAN-CVE-2024-43869

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via freeevent directly, this can potentially result in a leaked...

5.5CVSS5.8AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 1:15 a.m.10 views

UBUNTU-CVE-2024-43869

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via freeevent directly, this can potentially result in a leaked...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References18
Debian CVE
Debian CVE
added 2024/08/21 12:06 a.m.15 views

CVE-2024-43870

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

5.5CVSS5.7AI score0.00212EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/21 12:06 a.m.43 views

CVE-2024-43870 perf: Fix event leak upon exit

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

0.00212EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/21 12:06 a.m.180 views

CVE-2024-43870

CVE-2024-43870 : In the Linux kernel perf subsystem, a window exists during task_exit where pending sigtrap deliveries may be queued but not added to the event’s task_work due to a failure when adding the event’s callback to task_work. This creates a small window in which the event refcount can b...

5.5CVSS6.5AI score0.00212EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/21 12:06 a.m.22 views

CVE-2024-43869 perf: Fix event leak upon exec and file release

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via freeevent directly, this can potentially result in a leaked...

6.8AI score0.00212EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 12:06 a.m.32 views

CVE-2024-43869 perf: Fix event leak upon exec and file release

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via freeevent directly, this can potentially result in a leaked...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2024/08/21 12:06 a.m.33 views

CVE-2024-43869 perf: Fix event leak upon exec and file release

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via freeevent directly, this can potentially result in a leaked...

0.00212EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/29 5:43 a.m.26 views

CVE-2023-52476 perf/x86/lbr: Filter vsyscall addresses

In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted NMI for perf sampling, this call sequence can occur most recent at top:...

6.5AI score0.00228EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/28 9:15 a.m.18 views

UBUNTU-CVE-2021-47006

In the Linux kernel, the following vulnerability has been resolved: ARM: 9064/1: hwbreakpoint: Do not directly check the event's overflowhandler hook The commit 1879445dfa7b "perf/core: Set event's default ::overflowhandler" set a default event-overflowhandler in perfeventalloc, and replace the...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2024/02/16 12:00 a.m.9 views

CVE-2013-2094

...

8.4CVSS7.2AI score0.47709EPSS
SaveExploits16
OSV
OSV
added 2024/01/26 12:10 a.m.19 views

USN-6609-1 linux, linux-aws, linux-aws-5.15, linux-gcp, linux-gcp-5.15, linux-gke, linux-gkeop, linux-gkeop-5.15, linux-hwe-5.15, linux-ibm, linux-ibm-5.15, linux-kvm, linux-lowlatency-hwe-5.15, linux-raspi vulnerabilities

Lin Ma discovered that the netfilter subsystem in the Linux kernel did not properly validate network family support while creating a new netfilter table. A local attacker could use this to cause a denial of service or possibly execute arbitrary code. CVE-2023-6040 It was discovered that the CIFS...

7.8CVSS6.9AI score0.00843EPSS
SaveExploits2References7
Rows per page
Query Builder