Skip to content

Add affected range to GHSA-434r-7c99-hwf3 (nanobot-ai)#8070

Open
faketut wants to merge 1 commit into
github:faketut/advisory-improvement-8070from
faketut:add-affected/GHSA-434r-7c99-hwf3
Open

Add affected range to GHSA-434r-7c99-hwf3 (nanobot-ai)#8070
faketut wants to merge 1 commit into
github:faketut/advisory-improvement-8070from
faketut:add-affected/GHSA-434r-7c99-hwf3

Conversation

@faketut

@faketut faketut commented Jun 19, 2026

Copy link
Copy Markdown

Improves GHSA-434r-7c99-hwf3 (CVE-2026-49138).

Change

Populate the empty affected block with the PyPI package and patched version.

"affected": [
  {
    "package": {
      "ecosystem": "PyPI",
      "name": "nanobot-ai"
    },
    "ranges": [
      {
        "type": "ECOSYSTEM",
        "events": [
          { "introduced": "0" },
          { "fixed": "0.2.1" }
        ]
      }
    ]
  }
]

Note on the name mismatch: the GitHub repository is HKUDS/nanobot, but the project is published on PyPI as nanobot-ai (the README / install instructions say pip install nanobot-ai).

Sources

All evidence is already present in the advisory references:

JSON validated with python3 -m json.tool.

PyPI `nanobot-ai` is vulnerable in versions < 0.2.1
(CVE-2026-49138, CWE-918 SSRF).

Note: the GitHub repository is `HKUDS/nanobot` but the package on PyPI is
distributed as `nanobot-ai` (per `pip install nanobot-ai`).

Sources (already in references):
- Fix commit: HKUDS/nanobot@545294c
- Fix PR:     HKUDS/nanobot#3928
- Release:    https://github.com/HKUDS/nanobot/releases/tag/v0.2.1
- PyPI:       https://pypi.org/project/nanobot-ai/
@github-actions github-actions Bot changed the base branch from main to faketut/advisory-improvement-8070 June 19, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant