Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. nono-py
  4. ›
  5. GHSA-9j7f-3r4p-pwh6

GHSA-9j7f-3r4p-pwh6: nono-py vulnerable to authorization bypass / policy confusion

June 26, 2026

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.

References

  • github.com/advisories/GHSA-9j7f-3r4p-pwh6
  • github.com/always-further/nono-py/security/advisories/GHSA-9j7f-3r4p-pwh6
  • github.com/nolabs-ai/nono-py/commit/163fca083a189967b882d1005bfba099fc9a9d63

Code Behaviors & Features

Detect and mitigate GHSA-9j7f-3r4p-pwh6 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.11.0

Fixed versions

  • 0.11.0

Solution

Upgrade to version 0.11.0 or above.

Impact 5.2 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-1188: Initialization of a Resource with an Insecure Default

Source file

pypi/nono-py/GHSA-9j7f-3r4p-pwh6.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 11 Jul 2026 00:19:00 +0000.