Lucene search
+L

5110 matches found

Cvelist
Cvelist
added 2025/12/16 1:48 p.m.35 views

CVE-2025-68208 bpf: account for current allocated stack depth in widen_imprecise_scalars()

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

7.8CVSS0.00149EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/16 1:48 p.m.28 views

CVE-2025-68200

CVE-2025-68200 is a Linux kernel vulnerability addressed by introducing bpf_prog_run_data_pointers() to save/restore net_sched storage that collides with BPF data_meta/data_end. The issue stemmed from cls_bpf_classify() potentially modifying tc_skb_cb(skb)->drop_reason, triggering a warning in...

6.1AI score0.00202EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/16 1:48 p.m.10 views

CVE-2025-68200 bpf: Add bpf_prog_run_data_pointers()

In the Linux kernel, the following vulnerability has been resolved: bpf: Add bpfprogrundatapointers syzbot found that clsbpfclassify is able to change tcskbcbskb-dropreason triggering a warning in skskbreasondrop. WARNING: CPU: 0 PID: 5965 at net/core/skbuff.c:1192 skskbreasondrop...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.34 views

CVE-2025-68200 bpf: Add bpf_prog_run_data_pointers()

In the Linux kernel, the following vulnerability has been resolved: bpf: Add bpfprogrundatapointers syzbot found that clsbpfclassify is able to change tcskbcbskb-dropreason triggering a warning in skskbreasondrop. WARNING: CPU: 0 PID: 5965 at net/core/skbuff.c:1192 skskbreasondrop...

0.00202EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:30 p.m.42 views

CVE-2025-40350

CVE-2025-40350 (net/mlx5e) is fixed in the Linux kernel for XDP multi-buffer handling. The mlx5 driver previously assumed an unchanged xdp_buff layout when XDP programs resize data, causing erroneous skb generation or kernel warnings. The fix records the original fragment count, rewinds the end f...

9.8CVSS6AI score0.00531EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68208

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv...

7.8CVSS6.2AI score0.00149EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68200

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Add bpfprogrundatapointers syzbot found that clsbpfclassify is able to change tcskbcbskb-dropreason triggering a warning in skskbreasondrop. WARNING: CPU: ...

5.9AI score0.00202EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:00 a.m.25 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2025-2464)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : scsi: qla2xxx: Fix warning message due to adisc being flushedCVE-2022-49158 scsi: qla2xxx: Implement ref count for SRBCVE-2022-49159 tcp: add...

9.8CVSS7.2AI score0.0062EPSS
SaveExploits3References85
RedhatCVE
RedhatCVE
added 2025/12/10 9:33 a.m.18 views

CVE-2025-40319

No description is available for this CVE...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 8:34 a.m.9 views

CVE-2023-53790

In the Linux kernel, the following vulnerability has been resolved: bpf: Zeroing allocated object from slab in bpf memory allocator Currently the freed element in bpf memory allocator may be immediately reused, for htab map the reuse will reinitialize special fields in map value e.g., bpfspinlock...

5.5CVSS5.9AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 4:24 a.m.16 views

CVE-2022-50654

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix panic due to wrong pageattr of im-image In the scenario where livepatch and kretfunc coexist, the pageattr of im-image is rox after archpreparebpftrampoline in bpftrampolineupdate, and then modifyfentry or registerfentry...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 3:26 a.m.19 views

CVE-2022-50650

A flaw was found in the Linux kernel's BPF verifier. The verifier incorrectly handles reference state management for synchronous callbacks that execute multiple times foreach style helpers. This can lead to reference leaks when callbacks acquire references, or double-free conditions when callback...

5.5CVSS6.2AI score0.00157EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.16 views

SUSE CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

6CVSS6.5AI score0.00157EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.21 views

SUSE CVE-2022-50654

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix panic due to wrong pageattr of im-image In the scenario where livepatch and kretfunc coexist, the pageattr of im-image is rox after archpreparebpftrampoline in bpftrampolineupdate, and then modifyfentry or registerfentry...

6.5AI score0.00193EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:36 a.m.9 views

SUSE CVE-2023-53790

In the Linux kernel, the following vulnerability has been resolved: bpf: Zeroing allocated object from slab in bpf memory allocator Currently the freed element in bpf memory allocator may be immediately reused, for htab map the reuse will reinitialize special fields in map value e.g., bpfspinlock...

7.8CVSS6.5AI score0.00148EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.11 views

SUSE CVE-2023-53857

In the Linux kernel, the following vulnerability has been resolved: bpf: bpfskstorage: Fix invalid wait context lockdep report './testprogs -t testlocalstorage' reported a splat: 27.137569 ============================= 27.138122 BUG: Invalid wait context 27.138650 6.5.0-03980-gd11ae1b16b0a 247...

5.5CVSS6.1AI score0.00205EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53790

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Zeroing allocated object from slab in bpf memory allocator Currently the freed element in bpf memory allocator may be immediately reused, for htab map the...

7.8CVSS5.4AI score0.00148EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50654

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix panic due to wrong pageattr of im-image In the scenario where livepatch and kretfunc coexist, the pageattr of im-image is rox after...

5.3AI score0.00193EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-50650

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once,...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/09 6:30 p.m.14 views

EUVD-2023-60139

In the Linux kernel, the following vulnerability has been resolved: bpf: bpfskstorage: Fix invalid wait context lockdep report './testprogs -t testlocalstorage' reported a splat: 27.137569 ============================= 27.138122 BUG: Invalid wait context 27.138650 6.5.0-03980-gd11ae1b16b0a 247...

5.6AI score0.00205EPSS
SaveExploits0References3
Rows per page
Query Builder