From 4c1a236ebaa2a6a6f1489c1e1193fb75d676d439 Mon Sep 17 00:00:00 2001 From: Jian Feng Date: Fri, 19 Jun 2026 14:51:49 -0400 Subject: [PATCH] Add affected range to GHSA-434r-7c99-hwf3 (nanobot-ai) 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: https://github.com/HKUDS/nanobot/commit/545294c62c0947da40eb5b65288aaf02b5fdf632 - Fix PR: https://github.com/HKUDS/nanobot/pull/3928 - Release: https://github.com/HKUDS/nanobot/releases/tag/v0.2.1 - PyPI: https://pypi.org/project/nanobot-ai/ --- .../GHSA-434r-7c99-hwf3.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/advisories/unreviewed/2026/06/GHSA-434r-7c99-hwf3/GHSA-434r-7c99-hwf3.json b/advisories/unreviewed/2026/06/GHSA-434r-7c99-hwf3/GHSA-434r-7c99-hwf3.json index 8c51cc35a1800..cb07b3fdf592d 100644 --- a/advisories/unreviewed/2026/06/GHSA-434r-7c99-hwf3/GHSA-434r-7c99-hwf3.json +++ b/advisories/unreviewed/2026/06/GHSA-434r-7c99-hwf3/GHSA-434r-7c99-hwf3.json @@ -17,7 +17,23 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "nanobot-ai" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { "introduced": "0" }, + { "fixed": "0.2.1" } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",