GHSA-9j7f-3r4p-pwh6

Suggest an improvement
Source
https://github.com/advisories/GHSA-9j7f-3r4p-pwh6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-9j7f-3r4p-pwh6/GHSA-9j7f-3r4p-pwh6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-9j7f-3r4p-pwh6
Published
2026-06-26T20:39:43Z
Modified
2026-06-26T20:45:12Z
Severity
  • 5.2 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N CVSS Calculator
Summary
nono-py vulnerable to authorization bypass / policy confusion
Details

The python API made a restrictive-looking configuration unsafe by default. A caller could configure only reverse- proxy credential routes, put the child in CapabilitySet.proxy_only, and reasonably expect network access to be limited to those routes. Instead, because empty allowed_hosts meant allow-all inside nono-proxy, the child could use the local proxy as a transparent CONNECT tunnel to non-route nominated hosts (not including metadata endpoints).

That is an authorization bypass / policy confusion issue:

  • Intended policy: route-only proxy access.
  • Actual policy: route-only plus arbitrary transparent CONNECT.
  • Boundary crossed: sandboxed child gains broader outbound network reach than the Python policy appears to grant.
  • Impact depends on environment, but it can allow exfiltration or access to unintended internet/internal services through the unsandboxed proxy.

This should be classified as medium severity by default, potentially high if users rely on route-only configs for strict egress control around untrusted code or sensitive credentials. The fix is security-relevant because it changes the default from implicit allow-all to explicit opt-in.

Database specific
{
    "cwe_ids":  [
        "CWE-1188"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-06-26T20:39:43Z",
    "nvd_published_at":  null,
    "severity":  "MODERATE"
}
References

Affected packages

PyPI / nono-py

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
0.11.0

Affected versions

0.*
0.1.0
0.2.0
0.3.1
0.4.0
0.4.2
0.5.0
0.6.0
0.7.0
0.7.2
0.8.0
0.9.0
0.9.2
0.10.0
0.10.1

Database specific

last_known_affected_version_range
"<= 0.10.1"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-9j7f-3r4p-pwh6/GHSA-9j7f-3r4p-pwh6.json"