fix: remove JensenClaw easter egg (command injection vulnerability)#27
Merged
Conversation
Removes the .jensenclaw/ web server which had an unvalidated sessionId parameter that allowed command injection. Also removes all egg/claw/jensen CLI commands and references from the codebase. Fixes command injection via sessionId in .jensenclaw/server.js#L89. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
6 tasks
jessesanford
pushed a commit
to jessesanford/NemoClaw
that referenced
this pull request
Mar 24, 2026
Skip local ollama setup for now
jessesanford
pushed a commit
to jessesanford/NemoClaw
that referenced
this pull request
Mar 24, 2026
fix: remove JensenClaw easter egg (command injection vulnerability)
mafueee
pushed a commit
to mafueee/NemoClaw
that referenced
this pull request
Mar 28, 2026
…IA#138) Closes NVIDIA#27 Add remove() methods to TracingLogBus, PlatformEventBus, and SandboxWatchBus to clean up entries when sandboxes are deleted. Wire cleanup into both handle_deleted (K8s reconciler) and delete_sandbox (gRPC handler). Reorder watch_sandbox to validate sandbox existence before subscribing to buses, preventing entries for non-existent IDs. Add one-time sandbox validation at stream open in push_sandbox_logs. Co-authored-by: John Myers <johntmyers@users.noreply.github.com>
12 tasks
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
.jensenclaw/directory entirely — the web server had an unvalidatedsessionIdparameter that allowed command injection (.jensenclaw/server.js#L89)egg,claw,jensenCLI commands fromnemoclawstart-services.shSecurity
The
sessionIdparameter in.jensenclaw/server.jswas passed directly into a shell command without sanitization, allowing arbitrary command execution. Reported by Spencer Davis (ThreatOps).Test plan
nemoclaw egg/nemoclaw claw/nemoclaw jensenno longer worknemoclaw startno longer starts the JensenClaw web servernemoclaw helpno longer lists easter egg commandsnemoclaw start🤖 Generated with Claude Code