---
id: CVE-2026-53649
title: Joro is a web exploitation framework
summary: >-
  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-safelis…
severity: critical
cvss: 9.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H'
cwe:
  - CWE-306
  - CWE-352
  - CWE-434
  - CWE-942
vendor: BishopFox
product: github.com/BishopFox/joro
affected:
  - github.com/BishopFox/joro < 0.0.0-20260601151442-5c0ca35db828
patched:
  - github.com/BishopFox/joro 0.0.0-20260601151442-5c0ca35db828
published: '2026-09-02'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53649'
references:
  - url: 'https://github.com/BishopFox/joro/releases/tag/1.1.1'
    label: security-advisories@github.com
  - url: 'https://github.com/BishopFox/joro/security/advisories/GHSA-xqhv-chqm-fhcc'
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-xqhv-chqm-fhcc'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00215
epssPercentile: 0.12156
aliases:
  - GHSA-xqhv-chqm-fhcc
ecosystem: go
ingestedAt: '2026-07-08T20:46:41.597Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-53649)

Affected packages:

- `github.com/BishopFox/joro < 0.0.0-20260601151442-5c0ca35db828`

Patched in:

- `github.com/BishopFox/joro 0.0.0-20260601151442-5c0ca35db828`

Source: https://github.com/advisories/GHSA-xqhv-chqm-fhcc
