BaseDraftTop 25 #6

CWE-125Out-of-bounds Read

Category: memory

Description

The product reads data past the end, or before the beginning, of the intended buffer.

Common consequences· 4

  • Confidentiality — Read Memory
    An attacker could get secret values such as cryptographic keys, PII, memory addresses, or other information that could be used in additional attacks.
  • Confidentiality — Bypass Protection Mechanism
    Out-of-bounds memory could contain memory addresses or other information that can be used to bypass ASLR and other protection mechanisms in order to improve the reliability of exploiting a separate weakness for code execution.
  • Availability — DoS: Crash, Exit, or Restart
    An attacker could cause a segmentation fault or crash by causing memory to be read outside of the bounds of the buffer. This is especially likely when the code reads a variable amount of data and assumes that a sentinel exists to stop the read operation, such as a NUL in a string.
  • Other — Varies by Context
    The read operation could produce other undefined or unexpected results.

Potential mitigations· 2

  • [Implementation]
  • [Architecture and Design]Use a language that provides appropriate memory abstractions.

Related CAPEC attack patterns· 1

CAPEC-540

References

  1. https://cwe.mitre.org/data/definitions/125.html

Exploits (incoming)1

TypeTargetConfidenceTier
AttackPatternOverread Bufferscapec-540100%live

(incoming)149

TypeTargetConfidenceTier
VulnerabilityCVE-2025-0437cve-2025-04370%live
VulnerabilityCVE-2025-0901cve-2025-09010%live
VulnerabilityCVE-2025-0902cve-2025-09020%live
VulnerabilityCVE-2025-0904cve-2025-09040%live
VulnerabilityCVE-2025-0905cve-2025-09050%live
VulnerabilityCVE-2025-0906cve-2025-09060%live
VulnerabilityCVE-2025-0907cve-2025-09070%live
VulnerabilityCVE-2025-0908cve-2025-09080%live
VulnerabilityCVE-2025-0909cve-2025-09090%live
VulnerabilityCVE-2025-0911cve-2025-09110%live
VulnerabilityCVE-2025-11714cve-2025-117140%live
VulnerabilityCVE-2025-12036cve-2025-120360%live
VulnerabilityCVE-2025-12725cve-2025-127250%live
VulnerabilityCVE-2025-14549cve-2025-145490%live
VulnerabilityCVE-2025-14766cve-2025-147660%live
VulnerabilityCVE-2025-15382cve-2025-153820%live
VulnerabilityCVE-2025-1673cve-2025-16730%live
VulnerabilityCVE-2025-1674cve-2025-16740%live
VulnerabilityCVE-2025-1675cve-2025-16750%live
VulnerabilityCVE-2025-1914cve-2025-19140%live
VulnerabilityCVE-2025-1918cve-2025-19180%live
VulnerabilityCVE-2025-1919cve-2025-19190%live
VulnerabilityCVE-2025-1932cve-2025-19320%live
VulnerabilityCVE-2025-20101cve-2025-201010%live
VulnerabilityCVE-2025-20152cve-2025-201520%live
VulnerabilityCVE-2025-2073cve-2025-20730%live
VulnerabilityCVE-2025-21178cve-2025-211780%live
VulnerabilityCVE-2025-21245cve-2025-212450%live
VulnerabilityCVE-2025-21246cve-2025-212460%live
VulnerabilityCVE-2025-2137cve-2025-21370%live

Showing top 30 of 149 by confidence. Click any target to see the full neighbourhood.

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Out-of-bounds Write
CWE
Buffer Under-read
CWE
Buffer Over-read
CWE
Access of Memory Location After End of Buffer
CWE
Access of Memory Location Before Start of Buffer
CWE
Buffer Access with Incorrect Length Value
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.