Lucene search
+L

22269 matches found

RedhatCVE
RedhatCVE
added 2025/08/12 3:47 p.m.7 views

CVE-2025-55159

A flaw was found in slab. The getdisjointmut method incorrectly validates index boundaries against the slab's capacity rather than its length, enabling a local attacker to access uninitialized memory. This memory access occurs when requesting disjoint mutable references within the slab...

5.1CVSS6.5AI score0.00167EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/08/12 12:25 p.m.11 views

libxml2: Out-of-Bounds Read in libxml2

A flaw was found in libxml2. This vulnerability allows out-of-bounds memory access due to incorrect handling of return values in xmlPythonFileRead and xmlPythonFileReadRaw. This is caused by a mismatch between the length of the file in bytes vs the length in characters, as unicode characters can...

7.5CVSS6.5AI score0.0037EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2025/08/12 9:47 a.m.12 views

libxml2: Out-of-Bounds Read in libxml2

A flaw was found in libxml2. This vulnerability allows out-of-bounds memory access due to incorrect handling of return values in xmlPythonFileRead and xmlPythonFileReadRaw. This is caused by a mismatch between the length of the file in bytes vs the length in characters, as unicode characters can...

7.5CVSS6.5AI score0.0037EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53068

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: usb: lan78xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the...

5.5CVSS6.6AI score0.00191EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-38350

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/sched: Always pass notifications when child class becomes empty Certain classful qdiscs...

7.8CVSS5.7AI score0.00183EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53133

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing sof...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2025-37797

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free...

7.8CVSS6AI score0.00215EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-22117

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ice: fix using untrusted value of pktlen in icevcfdirparseraw Fix using the untrusted value ...

8.7CVSS5.6AI score0.00184EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38173

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0. CVE-2025-38173 Note th...

7.8CVSS6.5AI score0.00169EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/11 11:15 p.m.18 views

AZL-74897 CVE-2025-55159 affecting package rust for versions less than 1.90.0-4

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS5.8AI score0.00167EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/11 11:15 p.m.11 views

CVE-2025-55159

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS0.00167EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/08/11 11:00 p.m.21 views

CVE-2025-55159 slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS0.00167EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/08/11 11:00 p.m.3 views

CVE-2025-55159 slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS7.1AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/11 11:00 p.m.6 views

CVE-2025-55159 slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS6.3AI score
SaveExploits0References5
OSV
OSV
added 2025/08/11 10:45 p.m.7 views

GHSA-QX2V-8332-M4FV slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

Impact The getdisjointmut method in slab v0.4.10 incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. Patches This has been fixed in slab v0.4.11. Workarounds Avoi...

5.1CVSS7.1AI score0.00167EPSS
SaveExploits0References6
NVD
NVD
added 2025/08/11 7:15 p.m.10 views

CVE-2025-51823

libcsp 2.0 is vulnerable to Buffer Overflow in the cspethinit function due to improper handling of the ifname parameter. The function uses strcpy to copy the interface name into a structure member ctx-name without validating the input length...

6.5CVSS0.00265EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/08/11 2:20 p.m.13 views

kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check/time-of-use condition in hfscchangeclass when...

7.8CVSS6.5AI score0.00215EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/11 1:53 p.m.9 views

BIT-LIBPHP-2023-0568 Array overrun in common path resolve code

In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value,...

8.1CVSS7AI score0.01242EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38185

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to...

5.5CVSS5.9AI score0.00171EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-43970

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in GoBGP before 3.35.0. pkg/packet/mrt/mrt.go does not properly check the input length, e.g., by ensuring that there are 12 bytes or 36...

5.3CVSS5.9AI score0.00405EPSS
SaveExploits0References2
Rows per page
Query Builder