Lucene search
+L

58 matches found

Vulnrichment
Vulnrichment
added 2025/08/19 5:03 p.m.18 views

CVE-2025-38591 bpf: Reject narrower access to pointer ctx fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.3AI score0.00197EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.25 views

CVE-2025-38591 bpf: Reject narrower access to pointer ctx fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

0.00197EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:00 a.m.14 views

The vulnerability of the check_max_stack_depth() function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support in the Linux operating system’s kernel, allows a hacker to access protected information or trigger a service failure.

The vulnerability of the checkmaxstackdepth function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support in the Linux operating system, involves reading beyond the buffer boundaries. Exploiting this vulnerability could allow an attacker to access protected informatio...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References10Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:00 a.m.12 views

The vulnerability of the check_helper_mem_access() function in the kernel/bpf/verifier.c module of the Linux operating system allows a attacker to compromise the integrity and accessibility of the protected information.

The vulnerability of the checkhelpermemaccess function in the kernel/bpf/verifier.c module of the Linux operating system is related to errors in the code. Exploiting this vulnerability could allow an attacker to compromise the integrity and accessibility of the protected information...

7.1CVSS6.7AI score0.00214EPSS
SaveExploits0References14Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/06/19 12:00 a.m.12 views

The vulnerability of the check_func_arg() function in the kernel/bpf/verifier.c module of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the checkfuncarg function in the kernel/bpf/verifier.c module of the Linux operating system is related to improper control of resource identifiers “resource injection”. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.1CVSS6.5AI score0.00232EPSS
SaveExploits0References18Affected Software4
Positive Technologies
Positive Technologies
added 2025/05/23 12:00 a.m.16 views

PT-2025-28999

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.15.0-rc4 Description: A flaw was discovered in the Linux kernel's BPF Berkeley Packet Filter verifier. The issue involves not excluding the stack pointer register during precision backtracking bookkeeping,...

7.8CVSS6.7AI score0.00174EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 4:15 p.m.13 views

UBUNTU-CVE-2025-37938

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

7.1CVSS6.2AI score0.00193EPSS
SaveExploits0References28
SUSE CVE
SUSE CVE
added 2025/03/28 3:39 a.m.9 views

SUSE CVE-2023-52928

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc call in checkkfunccall, which would be captured in fixupkfunccall if such insn is not eliminated by dead code elimination. However, this can lead to t...

5.5CVSS7.9AI score0.00245EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/12/19 12:58 a.m.14 views

kernel: bpf: Fix a kernel verifier crash in stacksafe()

A flaw was found in the Linux kernel. A local attacker with specific privileges could trigger an invalid memory access within the BPF Berkeley Packet Filter verifier's stacksafe function. This out-of-bounds access could lead to a kernel crash, resulting in a Denial of Service DoS for the system...

7.8CVSS6.8AI score0.00232EPSS
SaveExploits1References5
attackerkb
attackerkb
added 2024/11/05 10:15 a.m.16 views

CVE-2023-52920

In the Linux kernel, the following vulnerability has been resolved: bpf: support non-r10 register spill/fill to/from stack in precision tracking Use instruction jump history to record instructions that performed register spill/fill to/from stack, regardless if this was done through read-only r10...

5.5CVSS6.4AI score0.00254EPSS
SaveExploits0References5Affected Software1
Microsoft CVE
Microsoft CVE
added 2024/10/15 7:00 a.m.6 views

bpf: Fix a kernel verifier crash in stacksafe()

...

7.8CVSS6.6AI score0.00232EPSS
SaveExploits1
OSV
OSV
added 2024/09/11 4:15 p.m.11 views

UBUNTU-CVE-2024-45020

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to invalid memory access in stacksafe. More specifically,...

7.8CVSS6.5AI score0.00232EPSS
SaveExploits1References11
Cvelist
Cvelist
added 2024/09/11 3:13 p.m.30 views

CVE-2024-45020 bpf: Fix a kernel verifier crash in stacksafe()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to invalid memory access in stacksafe. More specifically,...

7.8CVSS0.00232EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/09/11 3:13 p.m.25 views

CVE-2024-45020 bpf: Fix a kernel verifier crash in stacksafe()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to invalid memory access in stacksafe. More specifically,...

6.5AI score0.00232EPSS
SaveExploits1References3
CVE
CVE
added 2024/09/11 3:13 p.m.139 views

CVE-2024-45020

Concrete details found: CVE-2024-45020 affects the Linux kernel BPF verifier, specifically a crash in stacksafe() caused by out-of-bounds memory access when iterating old->allocated_stack. The fix adds a check i >= cur->allocated_stack to fail stacksafe() when the condition would access ...

7.8CVSS5.8AI score0.00232EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/09/11 3:13 p.m.20 views

CVE-2024-45020 bpf: Fix a kernel verifier crash in stacksafe()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to invalid memory access in stacksafe. More specifically,...

7.8CVSS6AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/03/11 12:00 a.m.15 views

The vulnerability of the `check_stack_slot_within_bounds()` function in the kernel/bpf/verifier.c module of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the checkstackslotwithinbounds function in the kernel/bpf/verifier.c module of the Linux operating system is related to reading memory beyond the allocated buffer. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.7AI score0.00239EPSS
SaveExploits0References11Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/03/11 12:00 a.m.10 views

The vulnerability of the check_stack_write_fixed_off() function in the kernel/bpf/verifier.c module of the Linux operating system allows a attacker to compromise the integrity of the protected information.

The vulnerability of the checkstackwritefixedoff function in the kernel/bpf/verifier.c module of the Linux operating system is related to incorrect register checking. Exploiting this vulnerability could allow an attacker to compromise the integrity of the protected information...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References32Affected Software3
BDU FSTEC
BDU FSTEC
added 2023/07/19 12:00 a.m.29 views

The vulnerability of the backtrack_insn() function in the kernel/bpf/verifier.c module of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the backtrackinsn function in the kernel/bpf/verifier.c module of the Linux operating system is related to calls outside of the allocated buffer. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the...

8.8CVSS6.9AI score0.03665EPSS
SaveExploits1References15Affected Software5
SUSE CVE
SUSE CVE
added 2023/02/15 4:45 a.m.4 views

SUSE CVE-2017-9150

The docheck function in kernel/bpf/verifier.c in the Linux kernel before 4.11.1 does not make the allowptrleaks value available for restricting the output of the printbpfinsn function, which allows local users to obtain sensitive address information via crafted bpf system calls...

4CVSS6AI score0.01248EPSS
SaveExploits1References6
Rows per page
Query Builder