Lucene search
+L

3416 matches found

Cvelist
Cvelist
added 2025/09/04 3:33 p.m.23 views

CVE-2025-38730 io_uring/net: commit partial buffers on retry

In the Linux kernel, the following vulnerability has been resolved: iouring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. iouring deals with this and invalidates them on retry. But on the...

7.8CVSS0.00162EPSS
SaveExploits0References5
attackerkb
attackerkb
added 2025/09/04 3:33 p.m.13 views

CVE-2025-38718

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs...

7.8CVSS5.2AI score0.00161EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/09/04 3:33 p.m.84 views

CVE-2025-38718

CVE-2025-38718 affects the Linux kernel SCTP implementation. The issue arises when cloning head skbs with fraglists, causing use-after-likes from sharing frag skbs and leading to uninitialized-value bugs (KMSAN) in sctp_inq_pop and related code paths. The fix patches sctp_rcv() to linearize clone...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/04 3:33 p.m.15 views

CVE-2025-38718 sctp: linearize cloned gso packets in sctp_rcv

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs...

7.8CVSS6.6AI score0.00161EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/04 3:32 p.m.11 views

CVE-2025-38690 drm/xe/migrate: prevent infinite recursion

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: prevent infinite recursion If the buf + offset is not aligned to XECAHELINEBYTES we fallback to using a bounce buffer. However the bounce buffer here is allocated on the stack, and the only alignment requirement...

6.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.20 views

CVE-2025-38690 drm/xe/migrate: prevent infinite recursion

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: prevent infinite recursion If the buf + offset is not aligned to XECAHELINEBYTES we fallback to using a bounce buffer. However the bounce buffer here is allocated on the stack, and the only alignment requirement...

0.00137EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/04 11:02 a.m.11 views

wifi: ath11k: clear initialized flag for deinit-ed srng lists

...

8.8CVSS7AI score0.00239EPSS
SaveExploits0
OSV
OSV
added 2025/09/04 10:42 a.m.11 views

DEBIAN-CVE-2025-58057

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In netty-codec-compression versions 4.1.124.Final and below, and netty-codec versions 4.2.4.Final and below, when supplied with specially crafted...

7.5CVSS6.1AI score0.00601EPSS
SaveExploits1References1
NVD
NVD
added 2025/09/04 10:42 a.m.24 views

CVE-2025-58057

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In netty-codec-compression versions 4.1.124.Final and below, and netty-codec versions 4.2.4.Final and below, when supplied with specially crafted...

7.5CVSS0.00601EPSS
SaveExploits1References2
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:59 a.m.15 views

rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy

...

5.5CVSS7AI score0.00183EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 2:31 a.m.10 views

An issue was discovered in Mbed TLS before 2.24.0 (and before 2.16.8 LTS and before 2.7.17 LTS). There is missing zeroization of plaintext buffers in mbedtls_ssl_read to erase unused application data from memory.

...

7.5CVSS7AI score0.0157EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/04 12:00 a.m.9 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 recursive use of stack buffers in XE migrations that could lead to a stack overflow...

5.5CVSS6.2AI score0.00137EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/04 12:00 a.m.10 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 Linux kernel that stems from the habanalabs driver not handling file descriptors correctly when exporting dmabuf, which could lead to reuse...

7.8CVSS6.3AI score0.00153EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/03 9:46 p.m.87 views

CVE-2025-58057

CVE-2025-58057 is a Netty vulnerability where, in affected releases of netty-codec-compression (≤ 4.1.124.Final) and netty-codec (≤ 4.2.4.Final), specially crafted input can cause BrotliDecoder and related decoders to allocate a large number of reachable byte buffers, leading to denial of service...

7.5CVSS5.9AI score0.00601EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2025/09/03 6:00 p.m.14 views

Netty's decoders vulnerable to DoS via zip bomb style attack

Summary With specially crafted input, BrotliDecoder and some other decompressing decoders will allocate a large number of reachable byte buffers, which can lead to denial of service. Details BrotliDecoder.decompress has no limit in how often it calls pull, decompressing data 64K bytes at a time...

7.5CVSS7AI score0.00601EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2025/09/03 6:00 p.m.7 views

GHSA-3P8M-J85Q-PGMJ Netty's decoders vulnerable to DoS via zip bomb style attack

Summary With specially crafted input, BrotliDecoder and some other decompressing decoders will allocate a large number of reachable byte buffers, which can lead to denial of service. Details BrotliDecoder.decompress has no limit in how often it calls pull, decompressing data 64K bytes at a time...

6.9CVSS7AI score0.00601EPSS
SaveExploits1References4
OSV
OSV
added 2025/09/02 10:03 p.m.14 views

USN-7629-2 protobuf vulnerabilities

USN-7435-1 and USN-7629-1 fixed vulnerabilities in Protocol Buffers for several releases of Ubuntu. This update provides the corresponding fixes for Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, and Ubuntu 20.04 LTS. Original advisory details: It was discovered that Protocol Buffers incorrectly handled...

8.7CVSS6.8AI score0.02772EPSS
SaveExploits1References3
Ubuntu
Ubuntu
added 2025/09/02 10:03 p.m.9 views

USN-7629-2: Protocol Buffers vulnerabilities

USN-7435-1 and USN-7629-1 fixed vulnerabilities in Protocol Buffers for several releases of Ubuntu. This update provides the corresponding fixes for Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, and Ubuntu 20.04 LTS. Original advisory details: It was discovered that Protocol Buffers incorrectly handled...

8.7CVSS6.8AI score0.02772EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/09/02 12:00 a.m.10 views

PT-2025-38555

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the ax25 kiss rcv function where input skbs are not properly checked for sharing before being queued or manipulated. This can lead to skb-dev becoming...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/30 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-40468

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Potential leak of left-over heap data if custom error page templates containing special non-standard variables are used. Tinyproxy commit 84f203f and earlier us...

7.5CVSS6.8AI score0.01884EPSS
SaveExploits1References2
Rows per page
Query Builder