fix(security): remediate 7 High CVEs — NSPECT-S62Q-PZUD batch (2026-06-17)#686
Draft
nv-rag-cve-bot[bot] wants to merge 1 commit into
Draft
fix(security): remediate 7 High CVEs — NSPECT-S62Q-PZUD batch (2026-06-17)#686nv-rag-cve-bot[bot] wants to merge 1 commit into
nv-rag-cve-bot[bot] wants to merge 1 commit into
Conversation
Fixes identified via nSpect program NSPECT-S62Q-PZUD (collection parent), enumerating children NSPECT-UV6I-R3V9 (rag-server container) and NSPECT-O8B9-SHZ8 (source). All 7 CVEs confirmed via pip-audit scan; 0 vulnerabilities remain after re-scan. Packages updated in pyproject.toml + uv.lock: - bleach 6.3.0 → 6.4.0 GHSA-gj48-438w-jh9v (High) — XSS via CSS - fastapi 0.128.0 → 0.137.1 prerequisite to unlock starlette cap - starlette 0.50.0 → 1.3.1 CVE-2026-54283 (High) — via uv override - python-multipart 0.0.29 → 0.0.32 CVE-2026-53538/39/40 (High) — DoS - langchain 1.3.1 → 1.3.9 GHSA-gr75-jv2w-4656 (High) - pyarrow 21.0.0 → 24.0.0 GHSA-rgxp-2hwp-jwgg (High) — cap lifted to <25.0 - cryptography 48.0.0 → 49.0.0 GHSA-537c-gmf6-5ccf (High) — via uv override - aiohttp 3.13.5 → 3.14.1 CVE-2026-34993 + 10 related (High) — uv override Deferred (base-image OS CVEs, --include-base-image not passed): CVE-2026-45447 (OpenSSL 3.0.x, container-only) CVE-2026-9669 (bz2, container-only) tests/unit/test_security_dependency_pins.py: 8 new pin-floor assertions for each fixed package (one assertion per advisory). Signed-off-by: Claude <noreply@anthropic.com> Signed-off-by: NVIDIA Security Bot <security-bot@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security Vulnerability Remediation
nSpect Program: NSPECT-S62Q-PZUD (collection parent)
Children scanned: NSPECT-UV6I-R3V9 (rag-server container), NSPECT-O8B9-SHZ8 (source)
Scan date: 2026-06-17
Track: A — Verified Fix (pip-audit confirmed; 0 vulns after re-scan)
CVE Summary
Deferred (base-image OS CVEs —
--include-base-imagenot passed):Changes
pyproject.tomlbleach>=6.2,<7.0→bleach>=6.4.0,<7.0fastapi>=0.115.5,<1.0→fastapi>=0.133.0,<1.0(prerequisite: unlocks starlette cap)langchain>=1.3.1→langchain>=1.3.9python-multipart>=0.0.27,<1.0→python-multipart>=0.0.31,<1.0pyarrow>=21.0,<22.0→pyarrow>=23.0.1,<25.0(3 occurrences — cap lifted; only stable core APIs used)[tool.uv] override-dependencies:cryptography>=46.0.6→cryptography>=48.0.1[tool.uv] override-dependencies:aiohttp>=3.13.4→aiohttp>=3.14.1[tool.uv] override-dependencies: addedstarlette>=1.3.1uv.lockRegenerated. 11 packages updated:
aiohttp, bleach, cryptography, fastapi, langchain, langchain-core, langgraph, langgraph-sdk, pyarrow, python-multipart, starlette.
tests/unit/test_security_dependency_pins.py8 new pin-floor assertions — one per advisory:
test_cryptography_not_vulnerable_ghsa_537c_gmf6_5ccf,test_python_multipart_not_vulnerable_cve_2026_53538,test_starlette_not_vulnerable_ghsa_82w8_qh3p_5jfq,test_langchain_not_vulnerable_ghsa_gr75_jv2w_4656,test_pyarrow_not_vulnerable_ghsa_rgxp_2hwp_jwgg,test_bleach_not_vulnerable_ghsa_gj48_438w_jh9v,test_aiohttp_not_vulnerable_cve_2026_34993.Validation
--validate pipeline— gating jobs:unit-tests,static-analysis,docker-testschainReviewer checklist
<22.0→<25.0) — onlypa.table/schema/field/array/stringAPIs used; verify no breaking API usage>=0.133.0— check any FastAPI version-specific code paths>=1.3.1override is not too aggressive for any other transitive consumerNotes
Generated by
/agentic-cve-fixskill — Commit: eafbb6c