Add advisory for boxlite (GHSA-g6ww-w5j2-r7x3 / CVE-2026-46695)#2899
Merged
Conversation
djc
approved these changes
May 20, 2026
Member
|
This is okay, but the file names need to match the expected name ( |
4e96b4f to
e22c914
Compare
Contributor
Author
|
Thanks for the review @djc! Renamed all four files to the |
e22c914 to
37afd6e
Compare
This was referenced May 20, 2026
Contributor
Author
|
Split per your feedback: this PR now contains only GHSA-g6ww-w5j2-r7x3 (one advisory per crate directory, named |
Read-only volume remount bypass via guest CAP_SYS_ADMIN. Fixed in boxlite 0.9.0 (2026-05-03), published 2026-05-16. Filed under the post-disclosure crate-author path per CONTRIBUTING.md. Single entry on the boxlite crate; boxlite-cli inherits via dependency graph, per @djc's review feedback.
37afd6e to
8719195
Compare
Contributor
Author
|
Pre-emptively applied the same two changes @djc requested on #2900 (which has identical structure):
|
djc
approved these changes
May 20, 2026
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.
Adds RustSec entries for two Critical sandbox-escape vulnerabilities in
the
boxlitesandboxing runtime andits CLI front-end
boxlite-cli,fixed in 0.9.0 (2026-05-03), publicly disclosed 2026-05-16.
boxlite,boxlite-cli< 0.9.0boxlite,boxlite-cli< 0.9.0The vulnerable code lives in the
boxlitecore crate;boxlite-clidepends on it, so both are affected by both advisories. The upstream
advisories on GitHub include structured ecosystem rows for
pip / npm / go / rust (
boxliteandboxlite-cli); this PR mirrorsthat into the RustSec database so
cargo auditusers get the alert.Filed by the boxlite maintainers post-disclosure per CONTRIBUTING.md
("The above steps can be skipped for advisories filed by crate
authors"). Happy to split into per-crate or per-advisory PRs if
reviewers prefer.