CVE-2026-53649 PUBLISHED

Joro: Unauthenticated Cross-Origin Plugin Upload Leads to RCE

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 02.09.2026 Updated: 02.09.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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.6

Product Status

Vendor BishopFox
Product joro
Versions
  • Version < 1.1.1 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-352: Cross-Site Request Forgery (CSRF) CWE
  • CWE-434: Unrestricted Upload of File with Dangerous Type CWE
  • CWE-942: Permissive Cross-domain Policy with Untrusted Domains CWE