STAC-25158 VEX agent Python CVEs#21
Merged
Merged
Conversation
LukaszMarchewka
approved these changes
Jun 30, 2026
dottorblaster
approved these changes
Jun 30, 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.
Summary
Adds OpenVEX statements for the three non-VEXed CPython findings reported by the dev chart scan for
quay.io/stackstate/stackstate-k8s-agent:cef227ab:CVE-2026-0864— CPythonconfigparserwrite injection via carriage returnsCVE-2026-11940— CPythontarfilehardlink/symlink extraction filter bypassCVE-2026-11972— CPythontarfilestreaming mode EOF parsing DoSParent scan/ticket context: STAC-25158
Evidence
The failed cve-reporter run reported all three as Grype-only findings against:
quay.io/stackstate/stackstate-k8s-agent:cef227abpkg:generic/[email protected]/opt/stackstate-agent/embedded/bin/python3.13,/opt/stackstate-agent/embedded/lib/libpython3.13.so.1.0Source/runtime review of
stackstate-agentcommitcef227ab38d4fc248f608955c4a3556abd417342:omnibus/config/software/python3.rbembeds CPython3.13.13.8125/udpplus trace-agent8126/tcp; neither path accepts tar archives or configparser data.cmd/agent/dist/checks,Dockerfiles/agent/secrets-helper/readsecret.py, andomnibus/python-scriptsdoes not importtarfileorconfigparser.ConfigParserhits are limited to legacy tests underpkg/config/legacy/tests/config.py.tarfile/ archive extraction hits are developer/test tooling, not the supported Kubernetes agent runtime.Validation
python3 -m json.tool pkg/oci/stackstate-k8s-agent/scan.openvex.jsonpython3 tools/build_index.pypython3 tools/build_index.py --checkgit diff --checkgrype registry:quay.io/stackstate/stackstate-k8s-agent:cef227ab --vex pkg/oci/stackstate-k8s-agent/scan.openvex.json --by-cve -o json0active matches; the three Python CVEs are present only inignoredMatcheswith VEXnot_affected.