Add advisory for boxlite (GHSA-f396-4rp4-7v2j / CVE-2026-46703)#2900
Merged
Conversation
djc
reviewed
May 20, 2026
| ```toml | ||
| [advisory] | ||
| id = "RUSTSEC-0000-0000" | ||
| package = "boxlite-cli" |
Member
There was a problem hiding this comment.
I don't think there's any point to doing this for both crates. Any dependency graph including boxlite-cli will also include boxlite, so it should be called out anyway by the tools.
Comment on lines
+40
to
+41
| **Patched in:** 0.9.0. | ||
| **Upgrade path:** there is no workaround; upgrade to `boxlite >= 0.9.0`. |
Member
There was a problem hiding this comment.
I don't think this adds much value -- should be obvious from the metadata.
OCI layer symlink escape → arbitrary host write. 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.
Contributor
Author
|
Thanks @djc — both points applied:
Applied the same two fixes pre-emptively to the companion PR #2899 (GHSA-g6ww-w5j2-r7x3) for consistency. |
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.
OCI layer symlink escape → arbitrary host write in
boxliteand its CLI front-endboxlite-cli. Fixed in 0.9.0 (2026-05-03), published 2026-05-16.boxlite,boxlite-cli< 0.9.0The vulnerable extractor lives in the
boxlitecore crate;boxlite-clidepends on it, so both are affected. The GitHub advisory has structured rows for pip / npm / go / rust (both crates); this PR mirrors that into RustSec forcargo audit.Companion to #2899 (GHSA-g6ww-w5j2-r7x3). Filed under the post-disclosure crate-author path per CONTRIBUTING. Split from the original PR per @djc's feedback.