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
CVE-2026-66151: CWE-125 Out-of-bounds read in SonicWall Global VPN ClientCVE-2026-66151 0 SonicWall Global VPN Client version 4.10.8.1108 and earlier contains an out-of-bounds read vulnerability in the SWIPsec.sys driver. This flaw could allow a local attacker to cause a system crash by reading kernel memory out of bounds. Join the discussion | CVE Database V5 | 08/07/2026, 20:10:19 UTC Added: 08/08/2026, 12:51:35 UTC |
CVE-2026-19082: CWE-125 Out-of-bounds Read in TONYC ImagerCVE-2026-19082 0 Imager versions from 0.45_02 before 1.034 for Perl may expose adjacent heap bytes via strlen() over-read from zero-count ASCII EXIF entries in copy_string_tags. copy_string_tags() computes an ASCII EXIF tag's length as `entry->size - 1` to strip the trailing NUL. A zero-count ASCII entry sets `entry->size` to 0, and the derived length reaches i_tags_add() as -1, which is interpreted as a request to call strlen(), scanning past the entry to the next NUL and copying those bytes into the tag. JPEG reaches this path via im_decode_exif(), as does the separate Imager::File::WEBP distribution, which is fixed by upgrading Imager. Any caller of Imager->read() on an attacker-supplied image with such an entry may receive an exif_* tag holding adjacent heap bytes instead of an empty string. Join the discussion | CVE Database V5 | 08/07/2026, 17:56:49 UTC Added: 08/07/2026, 18:26:48 UTC |
CVE-2026-54209: CWE-125 Out-of-bounds read in Tobit Laboratories AG TeamDavidCVE-2026-54209 0 Tobit Laboratories AG TeamDavid's Webbox application handles password changes using a function triggered by including the string "(editini)" in the file path, writing the new password to the specified "Archive.ini" file. However, the application does not verify that the provided path actually refers to an "Archive.ini" file. If an attacker specifies a different file with excessive size, a buffer overflow occurs. This vulnerability allows an unauthenticated attacker to crash the server, resulting in denial of service. This issue affects TeamDavid through Rollout 524. Join the discussion | CVE Database V5 | 08/07/2026, 09:45:53 UTC Added: 08/07/2026, 10:12:17 UTC |
CVE-2026-7405: CWE-125 Out-of-Bounds Read in Autodesk RevitCVE-2026-7405 0 A maliciously crafted TIF file, when parsed through certain Autodesk products during image import, can cause an Out-of-Bounds Read in the image handling library. A malicious actor can leverage this vulnerability to cause a denial of service Join the discussion | CVE Database V5 | 08/06/2026, 16:17:54 UTC Added: 08/06/2026, 22:13:37 UTC |
CVE-2026-71498: CWE-125: Out-of-bounds Read in uhop node-re2CVE-2026-71498 0 node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.26.1, passing a Buffer whose final bytes form a truncated (incomplete) multi-byte UTF-8 sequence could cause the native binding to read past the end of the allocated buffer while attempting to decode the final, incomplete code point. This could result in an out-of-bounds read and potential disclosure of adjacent memory contents. This issue is fixed in version 1.26.1. Join the discussion | CVE Database V5 | 08/06/2026, 21:26:00 UTC Added: 08/06/2026, 22:13:37 UTC |
CVE-2026-70635: Improper Validation of Array Index in timescale timescaledbCVE-2026-70635 0 TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability that allows authenticated attackers to cause query-result integrity failures or backend crashes by supplying a crafted Simple8b selector-11 value, which is stored in the signed int16 Arrow dictionary-index type and bypasses index validation checks in bulk text dictionary decompression. Attackers with direct DML access to a non-frozen physical compressed hypertable relation can trigger an out-of-bounds read before the base of the live offsets array through the VectorAgg single-text hashing strategy, resulting in incorrect aggregation output, backend SIGSEGV, or PostgreSQL crash recovery depending on build configuration. Join the discussion | CVE Database V5 | 08/06/2026, 16:54:37 UTC Added: 08/06/2026, 22:13:33 UTC |
CVE-2026-70634: Improper Validation of Array Index in timescale timescaledbCVE-2026-70634 0 TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read in the Dictionary compression reverse row iterator (tsl/src/compression/algorithms/dictionary.c). The forward path validates the decoded index; the reverse path uses an assertion compiled out of release builds, leaving the 64-bit Simple8b index unvalidated and the read offset attacker-controlled. Attackers with DML access to a physical compressed relation can store a crafted datum and run a reverse-order scan. With a pass-by-value column type the out-of-bounds Datum is returned to the client as a normal column value, disclosing backend memory including the shared buffer pool, which SQL access control does not cover. Join the discussion | CVE Database V5 | 08/06/2026, 16:53:58 UTC Added: 08/06/2026, 22:13:33 UTC |
CVE-2026-70633: Integer Underflow (Wrap or Wraparound) in timescale timescaledbCVE-2026-70633 0 TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator that allows authenticated attackers to cause a denial of service by storing a crafted compressed datum with an internally inconsistent BitArray. Attackers with DML access to a compressed hypertable can trigger an unsigned integer wraparound in the reverse iterator bucket index computation, causing a read beyond the end of the bucket array, resulting in a SIGSEGV crash that can be repeatedly triggered on each subsequent reverse-order scan. Join the discussion | CVE Database V5 | 08/06/2026, 16:51:26 UTC Added: 08/06/2026, 22:13:33 UTC |
CVE-2026-43630: Out-of-bounds Read in ggml-org llama.cppCVE-2026-43630 0 llama.cpp builds b5702 through b7653 contain an out-of-bounds read vulnerability in the recurrent memory state restore path that allows attackers with write access to the slot save directory to read memory past the end of the allocated cells array. Attackers can craft a malicious slot file with an oversized seq_id value to trigger an out-of-bounds read that leaks heap data including pointer values into server logs, defeating ASLR protections and facilitating further exploitation. Join the discussion | CVE Database V5 | 08/06/2026, 15:50:55 UTC Added: 08/06/2026, 22:13:22 UTC |
CVE-2026-43628: Integer Underflow (Wrap or Wraparound) in ggml-org llama.cppCVE-2026-43628 0 llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dry_allowed_length set to INT32_MIN to the /v1/completions or /v1/chat/completions endpoints. Attackers can exploit this vulnerability to crash the server with SIGSEGV causing denial of service for all connected users, or corrupt token sampling probabilities by reading garbage values from memory before the allocated buffer. Join the discussion | CVE Database V5 | 08/06/2026, 15:45:52 UTC Added: 08/06/2026, 22:13:22 UTC |
Showing 1 to 10 of 155 results