Skip to content

fix(server): Sandbox escape via arbitrary host path mounts in the default configuration#751

Open
Pangjiping wants to merge 4 commits intoalibaba:mainfrom
Pangjiping:fix/server/escape
Open

fix(server): Sandbox escape via arbitrary host path mounts in the default configuration#751
Pangjiping wants to merge 4 commits intoalibaba:mainfrom
Pangjiping:fix/server/escape

Conversation

@Pangjiping
Copy link
Copy Markdown
Collaborator

@Pangjiping Pangjiping commented Apr 19, 2026

Summary

Testing

  • Not run (explain why)
  • Unit tests
  • Integration tests
  • e2e / manual verification

Breaking Changes

  • None
  • Yes (allowed_host_paths = [] means allow all -> deny all)

Checklist

  • Linked Issue or clearly described motivation
  • Added/updated docs (if needed)
  • Added/updated tests (if needed)
  • Security impact considered
  • Backward compatibility considered

@Pangjiping Pangjiping added the bug Something isn't working label Apr 19, 2026
@Pangjiping Pangjiping requested a review from ninan-nn as a code owner April 19, 2026 03:51
@Pangjiping Pangjiping changed the title Fix/server/escape fix(server): Sandbox escape via arbitrary host path mounts in the default configuration Apr 19, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 807eb84ceb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread server/opensandbox_server/main.py Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working component/server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SECURITY: Sandbox escape via arbitrary host path mounts in the default configuration.

2 participants