security: vulnerability remediation - #211
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
Remediates GHSA-45hq-cxwh-f6vc (CVE-2026-55379, high): decompression bomb check bypass via BdfFontFile. First patched version is 12.3.0. Relocking also pulls the openagi-computer-use template's kernel pin up to 0.85.0, which the lockfile already required: pyproject.toml asks for kernel>=0.35.0 but the lock pinned 0.23.0, so uv lock --check failed on main. Co-authored-by: Cursor <cursoragent@cursor.com>
ulziibay-kernel
force-pushed
the
security/vuln-remediation
branch
from
July 31, 2026 18:06
8fc6492 to
59c6ff6
Compare
ulziibay-kernel
approved these changes
Jul 31, 2026
ulziibay-kernel
left a comment
Contributor
There was a problem hiding this comment.
Verified the bump against the advisory's first patched version; rebuilt on current main and confirmed the toolchain lock/build is clean. CI green.
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.
Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Low Risk
Lockfile-only dependency bumps in sample templates; the large kernel version jump in one template is worth a quick smoke test but does not touch production app code.
Overview
Addresses GHSA-45hq-cxwh-f6vc by refreshing
uv.lockfor the browser-use and openagi-computer-use Python templates so resolved Pillow moves from 12.0.0 to 12.3.0 (updated wheel hashes and lock revision).In openagi-computer-use, the same lock refresh also resolves
kernelfrom 0.23.0 to 0.85.0 and tightens the lock’skernelrequirement from>=0.22.0to>=0.35.0. No application source changes—only lockfile updates for reproducible installs of those samples.Reviewed by Cursor Bugbot for commit 59c6ff6. Bugbot is set up for automated code reviews on this repo. Configure here.