CVE-2026-71202
7.5 HIGHpublic exploit availablePublished 2026-08-05 · Updated 2026-08-10
AI risk analysis
- Summary
- The flaw allows for potential out-of-bounds memory access due to improper validation of offset parameters in the crop function, which could lead to arbitrary code execution if exploited.
- Exploitability
- Exploitation requires control over input values for offset_x/offset_y, making it moderately difficult but feasible with proper crafting of inputs.
- Blast radius
- If exploited, the impact is high as it could allow an attacker to execute arbitrary code within the application's security context, leading to potential data loss or system compromise.
- Prioritized remediation
- Update to a patched version of the raster crate that addresses the validation issue in the crop function parameters.
rcememory-accessrust
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
The raster Rust crate's crop function (src/editor.rs) clamps the crop width/height against source dimensions but only clamps the offset_x/offset_y parameters against 0, never against the source width/height.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses
CWE-191
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.