Lucene search
+L

1659 matches found

OSV
OSV
added 2024/05/19 9:15 a.m.13 views

UBUNTU-CVE-2024-35871

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs-gp is never used since the kernel gp is not touched by switchto. For a...

7.1CVSS6.4AI score0.00264EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/09 5:3 p.m.10 views

SUSE-SU-2024:1581-1 Security update for the Linux Kernel (Live Patch 39 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024160 fixes several issues. The following security issues were fixed: - CVE-2024-0775: Fixed a use-after-free flaw was found in the ext4remount in fs/ext4/super.c in ext4 bsc1219079. - CVE-2023-5717: Fixed a heap out-of-bounds write vulnerability perf...

7.8CVSS7.5AI score0.28058EPSS
SaveExploits16References7
OSV
OSV
added 2024/05/08 2:3 p.m.10 views

SUSE-SU-2024:1558-1 Security update for the Linux Kernel (Live Patch 34 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059127 fixes several issues. The following security issues were fixed: - CVE-2024-0775: Fixed a use-after-free flaw was found in the ext4remount in fs/ext4/super.c in ext4 bsc1219079. - CVE-2023-5717: Fixed a heap out-of-bounds write vulnerability perf...

7.8CVSS7.7AI score0.28058EPSS
SaveExploits16References9
OSV
OSV
added 2024/05/07 4:33 p.m.12 views

SUSE-SU-2024:1551-1 Security update for the Linux Kernel (Live Patch 37 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024154 fixes several issues. The following security issues were fixed: - CVE-2024-0775: Fixed a use-after-free flaw was found in the ext4remount in fs/ext4/super.c in ext4 bsc1219079. - CVE-2023-5717: Fixed a heap out-of-bounds write vulnerability perf...

7.8CVSS7.5AI score0.28058EPSS
SaveExploits16References7
CVE
CVE
added 2024/05/01 5:27 a.m.7568 views

CVE-2024-26992

The CVE-2024-26992 entry concerns the Linux kernel KVM: x86/pmu feature to disable adaptive PEBS. The advisory states that adaptive PEBS support is dropped due to architectural/breakage and because adaptive PEBS could leak host LBRs/addresses to guests. Root causes include: (1) improper handling ...

3.3CVSS5.9AI score0.00221EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:27 a.m.26 views

CVE-2024-26992 KVM: x86/pmu: Disable support for adaptive PEBS

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/pmu: Disable support for adaptive PEBS Drop support for virtualizing adaptive PEBS, as KVM's implementation is architecturally broken without an obvious/easy path forward, and because exposing adaptive PEBS can leak host...

6.3AI score0.00221EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: bpf: Disable preemption in bpf_event_output

A race condition was found in the BPF event output mechanism. When preemption is enabled during bpfeventoutput, two tasks can access the same perfsampledata buffer concurrently, leading to data corruption and kernel crashes...

5.9AI score0.00168EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: perf trace: Really free the evsel->priv area

A memory leak flaw was found in the Linux kernel's perf trace tool in the event selector cleanup logic. A local user can trigger this issue by running perf trace commands, causing the tool to free memory based on an incorrect condition check that inverts the intended logic for non-syscall...

5.5CVSS7.2AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: bpf: Disable preemption in bpf_perf_event_output

A flaw was found in the Linux kernel's BPF subsystem. The bpfperfeventoutput function relies on disabled preemption for nesting protection, but when called from uprobes context via bpfprogrunarraysleepable, preemption remains enabled. This allows task preemption during protected sections, leading...

6AI score0.00166EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/04/30 7:0 a.m.7 views

perf: RISCV: Fix panic on pmu overflow handler

...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/23 1:44 a.m.5 views

SUSE CVE-2024-26902

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

5.5CVSS7.8AI score0.00238EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/17 5:54 p.m.29 views

CVE-2024-26902

A flaw was found in the Linux kernel in the RISC-V architecture. The issue arises in the perf subsystem's handling of Performance Monitoring Unit PMU overflow interrupts. Specifically, it involves an error when setting bits in the overflowedctrs variable, where an incorrect shift operation using ...

4.4CVSS5.3AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 11:15 a.m.9 views

AZL-40076 CVE-2024-26902 affecting package kernel for versions less than 6.6.29.1-3

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.1 views

DEBIAN-CVE-2024-26902

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

5.5CVSS5.2AI score0.00238EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/17 11:15 a.m.23 views

CVE-2024-26902

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/17 10:27 a.m.105 views

CVE-2024-26902

CVE-2024-26902 concerns the Linux kernel: a RISCV perf PMU overflow panic when setting bits for overflowed_ctrs due to using (1 <

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.74 views

CVE-2024-26902

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/16 2:56 p.m.14 views

kernel: Out of boundary write in perf_read_group() as result of overflow a perf_event's read_size

A flaw was found in the Linux kernel's Performance Events system component. A condition can be triggered that allows data to be written past the end or before the beginning of the intended memory buffer. This may lead to a system crash, code execution, or local privilege escalation...

7.8CVSS6.8AI score0.00715EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.6 views

SUSE CVE-2024-26784

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: Fix NULL dereference on scmiperfdomain removal On unloading of the scmiperfdomain module got the below splat, when in the DT provided to the system under test the 'power-domain-cells' property was missing. Indeed,...

5.5CVSS6.5AI score0.00195EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.6 views

SUSE CVE-2024-26796

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: ctrgetwidth function for legacy is not defined With parameters CONFIGRISCVPMULEGACY=y and CONFIGRISCVPMUSBI=n linux kernel crashes when you try perf record: $ perf record ls 46.749286 Unable to handle kernel NULL...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References3
Rows per page
Query Builder