Threats Tagged 'cwe-125'
View all threats tagged with 'cwe-125'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-125'
Click on any threat for detailed analysis and mitigation recommendations
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Lua 5.3 bytecode function parser was vulnerable because the Lua 5.3 bytecode function parser read fixed function-metadata fields immediately after a function-name string without checking the remaining buffer length. The vulnerability is triggered by opening or inspecting a crafted Lua 5.3 bytecode file whose function-name string ends at the input-buffer boundary. The parser read two integers and three one-byte fields beyond the allocated input buffer. This can cause invalid parser results or process termination; no attacker-observable memory disclosure has been demonstrated. This issue is fixed in version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:14:47 UTC Added: 09/22/2026, 15:18:20 UTC |
CVE-2026-81882 is a low-severity out-of-bounds read vulnerability in radare2 prior to version 6.2.0. The issue arises in the binary property-list Unicode parser, which underallocates memory and does not ensure NUL termination when processing UTF-8 data. Triggered by specific commands on untrusted data, this flaw can cause disclosure of uninitialized or adjacent heap memory in JSON output and may lead to process termination. The vulnerability is fixed in radare2 version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:12:49 UTC Added: 09/22/2026, 15:18:20 UTC |
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Mach-O LC_DATA_IN_CODE parser was vulnerable because the Mach-O LC_DATA_IN_CODE parser trusted dataoff and datasize and allowed a final partial record to be processed. The vulnerability is triggered by opening a crafted Mach-O file while the non-default bin.verbose option is enabled. When datasize was not a multiple of data_in_code_entry, the last iteration read beyond the allocated buffer. This can cause a heap out-of-bounds read and possible process termination; no attacker-observable memory disclosure has been demonstrated. This issue is fixed in version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:10:43 UTC Added: 09/22/2026, 15:18:20 UTC |
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's ELF PN_XNUM handling was vulnerable because the ELF parser allocated the program-header array using the resolved PN_XNUM count but several consumers still iterated with the original e_phnum value of 65535. The vulnerability is triggered by processing a crafted ELF file with e_phnum = 0xffff and a much smaller resolved count in shdr[0].sh_info. Consumers iterated beyond the allocated program-header array. This can cause a heap out-of-bounds read and process termination, resulting in denial of service; memory disclosure and code execution have not been demonstrated. This issue is fixed in version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:09:01 UTC Added: 09/22/2026, 15:18:20 UTC |
CVE-2026-81881 is an out-of-bounds read vulnerability in radare2's Mach-O Swift field-metadata parser prior to version 6.2.0. The issue arises when a relative Swift field pointer is lower than the field-metadata section base, causing an invalid negative index and reading memory before the allocated buffer. This can lead to incorrect metadata processing or process termination. No memory disclosure or attacker-observable impact has been demonstrated. The vulnerability is fixed in radare2 version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:05:21 UTC Added: 09/22/2026, 15:18:20 UTC |
LibreOffice can import PICT images, which may be embedded in documents. An out of bounds read existed when importing an image that uses a colour palette. The palette index held in the image data was used without being checked against the number of entries the palette has, so an index past the last entry read memory outside the palette. In fixed versions the palette index is limited to the entries present. Join the discussion | CVE Database V5 | 09/22/2026, 11:10:41 UTC Added: 09/22/2026, 11:33:17 UTC |
LibreOffice Draw can import PDF documents. A heap buffer overflow existed when importing a stream object. The length of the stream was taken from the object's own dictionary and was not checked against the number of bytes actually present, so copying the stream read and wrote past the end of the buffer holding it. In fixed versions the declared length is clamped to the bytes actually read. Join the discussion | CVE Database V5 | 09/22/2026, 11:10:19 UTC Added: 09/22/2026, 11:33:17 UTC |
LibreOffice can import WMF graphics, which may be embedded in documents. A heap buffer overflow existed when importing a text record that carries its own character advance widths. The count of advance values and the length of the text were read separately from the file and were not required to agree, so drawing the text walked the advance array by character position and ran past its end when the array was the shorter of the two. In fixed versions an advance array shorter than its text is ignored. Join the discussion | CVE Database V5 | 09/22/2026, 11:10:03 UTC Added: 09/22/2026, 11:33:17 UTC |
0 Net::IDN::Punycode versions before 2.590 for Perl allow an out-of-bounds read via integer overflow of the delta accumulator in encode_punycode. The XS backend keeps the punycode delta, and the digit index derived from it, in a signed int. The accumulation `delta += (m-n) * (h+1)` has no overflow check, so a large enough code point wraps the delta and the digit index leaves the range of the 36-entry digit table. The bound before the final table access tests only for an index above 36, so a negative index passes it, as does 36 itself. Perl strings hold code points beyond the Unicode range, and one such code point overflows the accumulation on its own. Valid input wraps it as well, for example 1927 ASCII letters followed by U+10FFFF. The conversion functions encode a label before they check its length, so a long label reaches the encoder through the documented API. Only the XS backend is affected. Encoding an attacker-supplied string copies a byte from outside the digit table into the encoded result or crashes the process. Join the discussion | CVE Database V5 | 09/22/2026, 07:18:46 UTC Added: 09/22/2026, 07:33:13 UTC |
0 Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. From 7.0.13 until 7.0.17, the SMTP MIME quoted-printable decoder in src/util-decode-mime.c can read one byte past a heap buffer when a quoted-printable escape sequence is split across traffic chunks and the following chunk contains exactly one byte. Crafted SMTP traffic can trigger the out-of-bounds read and crash Suricata when decode-quoted-printable MIME decoding is enabled. This issue is fixed in version 7.0.17. Join the discussion | CVE Database V5 | 09/18/2026, 20:11:24 UTC Added: 09/18/2026, 20:32:09 UTC |
Showing 1 to 10 of 1402 results