Lucene search
+L

2795 matches found

RustSec
RustSec
added 2026/05/02 12:00 p.m.19 views

Out-of-bounds read/write in `Index` and `IndexMut` implementations

The Index and IndexMut implementations for Caja use unchecked pointer arithmetic without bounds validation. Creating a Caja with a small key and then accessing an out-of-range index causes out-of-bounds reads or writes beyond the allocated memory. This can be triggered through safe public APIs —...

5.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2026/05/02 12:00 p.m.24 views

RUSTSEC-2026-0123 Out-of-bounds read in `bytes_helper` public safe functions

The byteshelper module contains multiple public functions intoarr4, intoarr2, u8fromlebytes that use slice.getuncheckedpos..pos + N without verifying that pos + N = slice.len. These are public safe API functions, allowing any caller to trigger undefined behavior by passing invalid positions. For...

5.8AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/05/01 3:45 p.m.16 views

capstone: Capstone: Memory corruption via unchecked vsnprintf return

A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStreamconcat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achie...

9.8CVSS6.7AI score0.00196EPSS
SaveExploits0References6
RustSec
RustSec
added 2026/05/01 12:00 p.m.14 views

Fragile bounds check when sampling from image

A bounds check was performed in floating points before a cast to the index passed to an unchecked access function. This checked considered NaN cases improperly, causing them to succeed the check instead of failing it. The floating point coordinate is under caller control by passing a selected...

5.9AI score
SaveExploits0Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/01 12:00 a.m.7 views

CVE-2026-37536

miaofng/uds-c commit e506334e270d77b20c0bc259ac6c7d8c9b702b7a 2016-10-05 contains a stack buffer overflow in senddiagnosticrequest. A 6-byte stack buffer MAXDIAGNOSTICPAYLOADSIZE=6 receives memcpy at offset 1+pidlength with payloadlength bytes. MAXUDSREQUESTPAYLOADLENGTH=7, so 1+2+7=10 exceeds...

8.8CVSS6AI score0.00254EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/01 12:00 a.m.9 views

EUVD-2026-26689

miaofng/uds-c commit e506334e270d77b20c0bc259ac6c7d8c9b702b7a 2016-10-05 contains a stack buffer overflow in senddiagnosticrequest. A 6-byte stack buffer MAXDIAGNOSTICPAYLOADSIZE=6 receives memcpy at offset 1+pidlength with payloadlength bytes. MAXUDSREQUESTPAYLOADLENGTH=7, so 1+2+7=10 exceeds...

8.8CVSS6AI score0.00254EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/30 11:04 p.m.9 views

CVE-2026-5404 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') in Wireshark

K12 RF5 file parser crash in Wireshark 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14 allows denial of service...

4.7CVSS6.1AI score
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/04/30 12:00 a.m.7 views

The vulnerability of the module for implementing AEAD algorithms, algif_aead, in the Linux operating system, allows attackers to enhance their privileges.

The vulnerability of the module for implementing AEAD algorithms in Linux kernel systems is related to the lack of checks for the correctness of incoming requests. Exploiting this vulnerability can allow attackers to enhance their privileges...

7.8CVSS7.4AI score0.99907EPSS
SaveExploits238References31Affected Software9
RedHat Linux
RedHat Linux
added 2026/04/29 12:42 p.m.20 views

ovn: ovn: Heap Over-Read in ICMP Error Response Generation

When generating an ICMP Destination Unreachable or Packet Too Big response, the handler copies a portion of the original packet into the ICMP error body using the IP header's self-declared total length iptotlen for IPv4, ip6plen for IPv6 without validating it against the actual packet buffer size...

6.5CVSS5.5AI score0.00629EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/04/29 12:00 a.m.17 views

The vulnerability of the zstream_buffer_ungets() function in the zlib library, which allows an attacker to trigger a memory corruption.

The vulnerability of the zstreambufferungets function in the zlib library is related to the copying of buffers without checking the size of the input data. Exploiting this vulnerability could allow an attacker to cause memory corruption remotely...

10CVSS7.2AI score0.00561EPSS
SaveExploits0References6Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/04/29 12:00 a.m.6 views

The vulnerability of the ext4_da_write_end() function in the fs/ext4/inode.c module of the Ext4 file system in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the ext4dawriteend function in the fs/ext4/inode.c module of the Ext4 file system in the Linux operating system is related to the copying of buffers without checking the size of the input data a classic buffer overflow attack. Exploiting this vulnerability could allow an...

7CVSS6.8AI score0.00155EPSS
SaveExploits0References15Affected Software4
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:00 a.m.10 views

Juniper Junos OS Vulnerability (JSA83018)

The version of Junos OS installed on the remote host is affected by a vulnerability as referenced in the JSA83018 advisory. - An Unchecked Return Value vulnerability in the Routing Protocol Daemon rpd on Juniper Networks Junos OS and Juniper Networks Junos OS Evolved allows a logically adjacent,...

7.1CVSS5.6AI score0.00259EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/24 3:57 p.m.19 views

Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior

Summary An integer overflow in Grid::expandrows can corrupt the relationship between the grid’s logical dimensions and its backing storage. After the internal invariant is broken, the safe API get may invoke getunchecked with an invalid index, resulting in Undefined Behavior. Details Tested...

6.2CVSS5.3AI score0.00132EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/24 3:57 p.m.10 views

GHSA-38C5-483C-4QQP Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior

Summary An integer overflow in Grid::expandrows can corrupt the relationship between the grid’s logical dimensions and its backing storage. After the internal invariant is broken, the safe API get may invoke getunchecked with an invalid index, resulting in Undefined Behavior. Details Tested...

6.2CVSS5.4AI score0.00132EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/24 12:06 a.m.40 views

CVE-2026-25775 SenseLive X3050 Missing authentication for critical function

A vulnerability in SenseLive X3050’s remote management service allows firmware retrieval and update operations to be performed without authentication or authorization. The service accepts firmware-related requests from any reachable host and does not verify user privileges, integrity of uploaded...

9.8CVSS0.00405EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.17 views

Kyverno 安全漏洞

Kyverno is an open-source policy engine designed for Kubernetes by Kyverno developers. Versions of Kyverno prior to 1.17.2 and 1.16.4 contained security vulnerabilities. These vulnerabilities stemmed from unchecked type assertions in the forEach mutation processor, allowing any user with permissi...

7.7CVSS5.8AI score0.00369EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/04/22 9:00 p.m.24 views

rust-openssl: Unchecked callback length in PSK/cookie trampolines leaks adjacent memory to peer

The FFI trampolines behind SslContextBuilder::setpskclientcallback, setpskservercallback, setcookiegeneratecb, and setstatelesscookiegeneratecb forwarded the user closure's returned usize directly to OpenSSL without checking it against the &mut u8 that was handed to the closure. This can lead to...

8.3CVSS6AI score0.0028EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/22 6:31 p.m.20 views

uutils coreutils has an Unchecked Return Value Issue

The dd utility in uutils coreutils suppresses errors during file truncation operations by unconditionally calling Result::ok on truncation attempts. While intended to mimic GNU behavior for special files like /dev/null, the uutils implementation also hides failures on regular files and directorie...

3.3CVSS5.4AI score0.00115EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/04/22 3:31 p.m.12 views

EUVD-2026-24899

In the Linux kernel, the following vulnerability has been resolved: afkey: validate families in pfkeysendmigrate syzbot was able to trigger a crash in skbput 1 Issue is that pfkeysendmigrate does not check old/new families, and that setipsecrequest @family argument was truncated, thus possibly...

5.6AI score0.00129EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/04/22 7:22 a.m.12 views

CVE-2026-5501

wolfSSLX509verifycert in the OpenSSL compatibility layer accepts a certificate chain in which the leaf's signature is not checked, if the attacker supplies an untrusted intermediate with Basic Constraints CA:FALSE that is legitimately signed by a trusted root. An attacker who obtains any leaf...

8.6CVSS5.8AI score0.00184EPSS
SaveExploits0References1
Rows per page
Query Builder