fix: add missing apt deps and address high-severity sandbox image vulnerabilities#22
Closed
fix: add missing apt deps and address high-severity sandbox image vulnerabilities#22
Conversation
These packages are required for VS Code and Cursor remote SSH connections to function properly (SFTP file transfer, process inspection).
- base: force-upgrade tar@7.5.11 to fix 6 CVEs (GHSA-qffp, GHSA-9ppj, GHSA-8qq5, GHSA-r6q2, GHSA-34x7, GHSA-83g3) - openclaw: pin openclaw@2026.3.7 to fix auth material leak and cross-origin header forwarding (GHSA-rchv, GHSA-6mgf) - nemoclaw: force-upgrade @hono/node-server@1.19.11 to fix authorization bypass via encoded slashes (GHSA-wc8c)
drew
added a commit
that referenced
this pull request
Mar 12, 2026
Incorporates changes from PR #22: - openssh-sftp-server and procps are required for VS Code / Cursor remote SSH connections (SFTP file transfer, process inspection) - tar@7.5.11 in the base image fixes 6 CVEs at the earliest layer
drew
added a commit
that referenced
this pull request
Mar 12, 2026
* chore: upgrade Python to 3.13, openclaw to 2026.3.11, and fix transitive tar vulnerabilities - base: replace Ubuntu Noble's Python 3.12 with Python 3.13 from deadsnakes PPA - openclaw: pin openclaw@2026.3.11 to fix GHSA-5wcw-8jjv-m286 (WebSocket hijacking) - nemoclaw: force-upgrade nested tar copies to 7.5.11 (GHSA-qffp-2rhf-9h96 et al.) * fix: pin @hono/node-server@1.19.11 to fix authorization bypass (GHSA-wc8c-qw6v-h7f6) * chore: add openssh-sftp-server, procps, and tar@7.5.11 to base image Incorporates changes from PR #22: - openssh-sftp-server and procps are required for VS Code / Cursor remote SSH connections (SFTP file transfer, process inspection) - tar@7.5.11 in the base image fixes 6 CVEs at the earliest layer * fix: drop npm internal tar update that fails on missing @npmcli/docs npm's bundled node_modules cannot be safely updated via --prefix; the update resolves @npmcli/docs@^1.0.0 which does not exist on the registry. The global tar@7.5.11 install and the openclaw-scoped update are sufficient.
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.
Summary
openssh-sftp-serverandprocpsto the base sandbox image (required for VS Code / Cursor remote SSH)Vulnerability Scan Disposition
quinn-proto@hono/node-servernemoclaw/Dockerfile@hono/node-server@1.19.11.openclawopenclaw/Dockerfileopenclaw@2026.3.7.openclawopenclaw/Dockerfiletarbase/Dockerfiletar@7.5.11.tarbase/Dockerfiletarbase/Dockerfiletar@7.5.11supersedes all prior fix versions.tarbase/Dockerfiletarbase/Dockerfiletarbase/Dockerfileghbase/DockerfileNot addressable in this repo
quinn-protoghChanges
sandboxes/base/Dockerfileopenssh-sftp-serverandprocpsapt packagesnpm install -g tar@7.5.11after Node.js install (fixes 6 tar CVEs)sandboxes/openclaw/Dockerfileopenclaw@2026.3.7(fixes 2 openclaw CVEs: auth material leak + cross-origin header forwarding)sandboxes/nemoclaw/Dockerfilenpm install -g @hono/node-server@1.19.11(fixes authorization bypass via encoded slashes)