Lucene search
+L

25525 matches found

Cvelist
Cvelist
added 2025/08/16 11:22 a.m.20 views

CVE-2025-38545 net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skbsharedinfo While transitioning from netdevallocipalign to buildskb, memory for the "skbsharedinfo" member of an "skb" was not allocated. Fix this by allocating...

7.5CVSS0.00279EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/16 11:22 a.m.59 views

CVE-2025-38545

CVE-2025-38545 : In the Linux kernel, the am65 CPSW network driver (ti am65-cpsw-nuss) had an issue where skb_shared_info memory was not allocated during transition from netdev_alloc_ip_align() to build_skb(). The fix allocates PAGE_SIZE as the skb length (accounting for packet length, headroom, ...

7.5CVSS6.7AI score0.00279EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/16 11:15 a.m.15 views

UBUNTU-CVE-2025-38513

In the Linux kernel, the following vulnerability has been resolved: wifi: zd1211rw: Fix potential NULL pointer dereference in zdmactxtodev There is a potential NULL pointer dereference in zdmactxtodev. For example, the following is possible: T0 T1 zdmactxtodev / len == skbqueuelenq / while len...

5.5CVSS6.2AI score0.00164EPSS
SaveExploits0References42
OSV
OSV
added 2025/08/16 11:12 a.m.8 views

CVE-2025-38528 bpf: Reject %p% format string in bprintf-like helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...

7.1CVSS7AI score
SaveExploits0References10
CVE
CVE
added 2025/08/16 11:12 a.m.90 views

CVE-2025-38528

CVE-2025-38528: Linux kernel BPF format-string vulnerability in bprintf-like helpers. Root cause: bpf_bprintf_prepare incorrectly skips the second % in %p% during processing, allowing a risky %\x00 to reach the format decoder. The patch changes behavior to not skip punctuation, causing the invali...

7.1CVSS6.4AI score0.00164EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.23 views

CVE-2025-38528 bpf: Reject %p% format string in bprintf-like helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...

7.1CVSS0.00164EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.14 views

CVE-2025-38528

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...

7.1CVSS5.3AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2025/08/16 11:12 a.m.49 views

CVE-2025-38525

CVE-2025-38525 concerns the Linux kernel RXRPC code path where rxrpc_assess_MTU_size() is invoked with IRQs disabled, triggering a warning in the IP layer via local_bh_enable() and potential interrupt handling issues. The issue is resolved by moving the MTU-size assessment out of rxrpc_init_peer(...

7.5CVSS6.7AI score0.00364EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.14 views

CVE-2025-38523

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the smbdresponse slab to allow usercopy The handling of received data in the smbdirect client code involves using copytoiter to copy data from the smbdreponse struct's packet trailer to a folioq buffer provided by...

7.5CVSS5.7AI score0.00353EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.17 views

CVE-2025-38523 cifs: Fix the smbd_response slab to allow usercopy

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the smbdresponse slab to allow usercopy The handling of received data in the smbdirect client code involves using copytoiter to copy data from the smbdreponse struct's packet trailer to a folioq buffer provided by...

7.5CVSS0.00353EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.5 views

CVE-2025-38523

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the smbdresponse slab to allow usercopy The handling of received data in the smbdirect client code involves using copytoiter to copy data from the smbdreponse struct's packet trailer to a folioq buffer provided by...

5.5CVSS5.9AI score0.00353EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/08/16 10:15 a.m.11 views

CVE-2025-38502

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2025/08/16 10:15 a.m.12 views

UBUNTU-CVE-2025-38502

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.8CVSS6.5AI score0.00164EPSS
SaveExploits0References24
Debian CVE
Debian CVE
added 2025/08/16 9:34 a.m.11 views

CVE-2025-38502

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.8CVSS6AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 9:34 a.m.17 views

CVE-2025-38502 bpf: Fix oob access in cgroup local storage

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.8CVSS7.2AI score
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2025/08/16 5:29 a.m.17 views

CVE-2025-5941

Netskope is notified about a potential gap in its agent NS Client in which a malicious actor could trigger a memory leak by sending a crafted DNS packet to a machine. A successful exploitation may require administrative privileges on the machine, based on the exact configuration. A successful...

2CVSS6.6AI score0.00115EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/08/16 12:16 a.m.27 views

CVE-2025-51986

An issue was discovered in the demo/LINUXTCP implementation of cwalter-at freemodbus v.2018-09-12 allowing attackers to reach an infinite loop via a crafted length value for a packet...

7.5CVSS7.1AI score0.00335EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.9 views

PT-2025-33571

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the BPF subsystem where the %p% format string in bprintf-like helpers is not rejected. This results in a kernel warning at runtime, specifically...

5.5CVSS6AI score0.00164EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/08/16 12:00 a.m.5 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 the bpf rejection of the %p% format string, which may result in a kernel warning...

5.5CVSS8.1AI score0.00164EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.9 views

PT-2025-33566 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The handling of received data in the smbdirect client code uses copy to iter to copy data from the smbd response struct's packet trailer to a folioq buffer. When CONFIG HARDENED...

6.1AI score0.00353EPSS
SaveExploits0References5
Rows per page
Query Builder