CVE-2026-84886 Details
Description
A vulnerability was determined in simular-ai Agent-S up to 0.3.2. Affected by this vulnerability is the function ImageData of the file gui_agents/s1/utils/ocr_server.py of the component OCR HTTP API. Executing a manipulation of the argument img_bytes can lead to resource consumption. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
A denial-of-service vulnerability exists in Simular-AI Agent-S versions up to 0.3.2, specifically within the OCR HTTP API. The issue arises in the ImageData function of the file gui_agents/s1/utils/ocr_server.py. The vulnerability allows for excessive resource consumption by manipulating the img_bytes argument. This can be exploited remotely, leading to memory exhaustion or CPU overload, causing the OCR service to become unavailable.
To address this vulnerability, it is recommended to implement several measures: Enforce a strict limit on request body sizes before FastAPI/Pydantic processes the JSON. Reject requests with missing, invalid, or excessive Content-Length headers. Cap the length of the img_bytes field both when encoded and after base64 decoding, before any image processing or OCR execution. Additionally, verify image dimensions to ensure they do not exceed a maximum pixel count before converting the image to a NumPy array. Introduce timeouts for OCR execution, per-request memory limits, and concurrency limits for OCR workers. If the OCR API is exposed outside of a trusted local process, require authentication or a scoped token. Finally, return appropriate errors for oversized payloads or invalid images without invoking the OCR process, and add regression tests to cover these scenarios.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 3, 2026CISA-ADP
Assessed Sep 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/hackerguopeng/cve/tree/main/AgentS_OCR_HTTP_Body_Image_DoS_Report | [email protected] | ExploitRemedyTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-84886 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/886443 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/398135 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/398135/cti | [email protected] | AdvisoryContent Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-404 | Improper Resource Shutdown or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| simular-ai Agent-S | <= 0.3.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 5, 2026 | CVE Modified | CISA-ADP |
| Sep 3, 2026 | New CVE Received | [email protected] |
Volerion