CVE Catalog

CVE-2026-53649

CriticalCVSS 9.6
Published: Translated: NVD NIST

Summary

Joro before version 1.1.1 in default proxy mode exposes a local API on 127.0.0.1:9090 with no authentication and wildcard CORS. A malicious website can reach privileged endpoints, including uploading a native plugin and triggering a restart, leading to unauthenticated remote code execution as the operator's user.

Risk Assessment

Visiting a malicious page by the operator can result in full session takeover and arbitrary code execution in their context.

Recommendation

Update Joro to version 1.1.1 or later, which contains the fix.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS