Lucene search
K

29009 matches found

NVD
NVD
added 2025/05/05 3:15 p.m.20 views

CVE-2024-58100

In the Linux kernel, the following vulnerability has been resolved: bpf: check changespktdata property for extension programs When processing calls to global sub-programs, verifier decides whether to invalidate all packet pointers in current state depending on the changespktdata property of the...

5.5CVSS0.00146EPSS
Exploits1References3
OSV
OSV
added 2025/05/05 3:15 p.m.7 views

AZL-69929 CVE-2024-58100 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: check changespktdata property for extension programs When processing calls to global sub-programs, verifier decides whether to invalidate all packet pointers in current state depending on the changespktdata property of the...

5.5CVSS5.6AI score0.00146EPSS
Exploits1References1
OSV
OSV
added 2025/05/05 3:15 p.m.1 views

UBUNTU-CVE-2024-58100

In the Linux kernel, the following vulnerability has been resolved: bpf: check changespktdata property for extension programs When processing calls to global sub-programs, verifier decides whether to invalidate all packet pointers in current state depending on the changespktdata property of the...

5.5CVSS6.3AI score0.00146EPSS
Exploits1References5
CVE
CVE
added 2025/05/05 2:53 p.m.124 views

CVE-2024-58100

CVE-2024-58100 concerns the Linux kernel BPF verifier and how it handles the changes_pkt_data property for extension/global programs. The available details describe a commit that: adds a changes_pkt_data flag to struct bpf_prog_aux, sets this flag for the main sub-program in check_cfg() and for o...

5.5CVSS7.1AI score0.00146EPSS
Exploits1References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/05 2:53 p.m.6 views

CVE-2024-58100

In the Linux kernel, the following vulnerability has been resolved: bpf: check changespktdata property for extension programs When processing calls to global sub-programs, verifier decides whether to invalidate all packet pointers in current state depending on the changespktdata property of the...

5.5CVSS5.6AI score0.00146EPSS
Exploits1
OSV
OSV
added 2025/05/05 2:53 p.m.8 views

CVE-2024-58100 bpf: check changes_pkt_data property for extension programs

In the Linux kernel, the following vulnerability has been resolved: bpf: check changespktdata property for extension programs When processing calls to global sub-programs, verifier decides whether to invalidate all packet pointers in current state depending on the changespktdata property of the...

5.5CVSS6.2AI score0.00146EPSS
Exploits1References6
Positive Technologies
Positive Technologies
added 2025/05/05 12:0 a.m.2 views

PT-2025-19710

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the tracking of changes pkt data property for global functions. The issue occurs when processing calls to certain helper...

5.5CVSS5.4AI score0.00146EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/05/05 12:0 a.m.2 views

PT-2025-19711

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns the Linux kernel's handling of extension programs in relation to the changes pkt data property. When processing calls to global sub-programs, the verifier decides...

5.5CVSS5.5AI score0.00146EPSS
Exploits1
Positive Technologies
Positive Technologies
added 2025/05/04 12:0 a.m.2 views

PT-2025-22274

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, which caused a double SIGFPE crash on parisc. The issue occurred because glibc uses a double-word floating-point store to atomicall...

7.8CVSS7AI score0.0016EPSS
Exploits0
NVD
NVD
added 2025/05/01 3:15 p.m.7 views

CVE-2022-49764

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS0.00151EPSS
Exploits0References2
OSV
OSV
added 2025/05/01 3:15 p.m.5 views

AZL-69716 CVE-2022-49764 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS5.9AI score0.00151EPSS
Exploits0References1
CVE
CVE
added 2025/05/01 2:10 p.m.104 views

CVE-2022-49873

The CVE-2022-49873 entry concerns the Linux kernel eBPF verifier. The release_reference() path could leave memory-allocated resources unfreed, causing registers tied to released pointers to be marked as SCALAR_VALUE, which in turn may allow an unprivileged user to observe a kernel pointer when st...

5.5CVSS6.3AI score0.00176EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.7 views

CVE-2022-49840 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS5.9AI score0.00184EPSS
Exploits0References10
Vulnrichment
Vulnrichment
added 2025/05/01 2:9 p.m.4 views

CVE-2022-49840 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

6.1AI score0.00184EPSS
Exploits0References7
CVE
CVE
added 2025/05/01 2:9 p.m.54 views

CVE-2022-49782

CVE-2022-49782 affects the Linux kernel perf subsystem, where __perf_event_overflow incorrectly handled missing SIGTRAP, allowing a scenario where hrtimer/irq work could re-enter kernel space before returning to user space. The fix introduces a 32‑bit hash of the current IP into pending_sigtrap t...

5.5CVSS6.3AI score0.00157EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.11 views

CVE-2022-49764 bpf: Prevent bpf program recursion for raw tracepoint probes

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

0.00151EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.6 views

CVE-2022-49764

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS5.7AI score0.00151EPSS
Exploits0
CVE
CVE
added 2025/05/01 2:9 p.m.66 views

CVE-2022-49764

CVE-2022-49764 (Linux kernel) : A vulnerability in BPF raw tracepoint handling allows a BPF program to recursion-trigget the same tracepoint via bpf_trace_printk, causing spinlock contention paths to recurse and potentially affecting tracing by taking the slow path. Root cause: a BPF program atta...

5.5CVSS6.8AI score0.00151EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.7 views

CVE-2022-49764 bpf: Prevent bpf program recursion for raw tracepoint probes

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS6.2AI score0.00151EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a recursive call to the bpf program, which could lead to a deadlock...

5.5CVSS6.2AI score0.00151EPSS
Exploits0References2
Rows per page
Query Builder