Answer in brief
CVE-2026-53649 records a Critical severity (CVSS 9.6) vulnerability in Joro: Unauthenticated Cross-Origin Plugin Upload Leads to RCE. The current sources do not mark it as known exploited. The current feed maps BishopFox/joro (generic), github.com/BishopFox/joro (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 9.6. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps BishopFox/joro (generic), github.com/BishopFox/joro (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| BishopFox/jorogeneric | < 1.1.1 | Not reported |
| github.com/BishopFox/jorogo | <0.0.0-20260601151442-5c0ca35db828 | 0.0.0-20260601151442-5c0ca35db828 |
Published upstream
Sep 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 8, 2026
Joro is a web exploitation framework. Prior to version 1.1.1, Joro's default proxy mode exposes a local API on 127.0.0.1:9090 that performs no authentication and applies a wildcard CORS policy. Because plugin uploads use the CORS-safelisted multipart/form-data content type, cross-origin JavaScript on any page the operator visits can reach privileged endpoints - including uploading a native plugin and triggering a restart - directly through the operator's browser, with no preflight or credentials. Since plugins execute on load, this yields unauthenticated remote code execution as the operator's user from a single page visit. This issue has been patched in version 1.1.1.
Quoted source text, attributed separately from HOL analysis.