STAC-25124 VEX Jackson databind CVE across Java images#23
Merged
Conversation
LouisLotter
force-pushed
the
STAC-25124-vex-stackgraph-jackson
branch
from
July 1, 2026 07:45
7c77a2a to
6f9f7a0
Compare
LouisLotter
marked this pull request as ready for review
July 1, 2026 09:10
LouisLotter
force-pushed
the
STAC-25124-vex-stackgraph-jackson
branch
from
July 1, 2026 09:12
6f9f7a0 to
5bdc80e
Compare
LukaszMarchewka
approved these changes
Jul 1, 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.
What changed
Adds image-scoped OpenVEX coverage for
CVE-2026-54515/GHSA-5jmj-h7xm-6q6vwhere the latest dev-chart cve-reporter run reportsjackson-databind 2.22.0.Covered product groups:
hbase-master,hbase-regionserver,stackgraph-console,stackgraph-hbase,tephra-serverstackstate-correlate,stackstate-kafka-to-es,stackstate-receiver,stackstate-serverelasticsearch,hadoop,kafka,s3proxy,zookeeperThe coverage includes
quay.io/stackstate/*,registry.rancher.com/suse-observability/*, and unqualified OCI PURLs, withpkg:maven/com.fasterxml.jackson.core/[email protected]as the subcomponent.VEXHub requires each product PURL to live in a single file, so the statements are split by product ownership:
pkg/oci/jackson-databind/scan.openvex.jsoncovers StackGraph plus docker-images products.pkg/oci/sts-toolbox/scan.openvex.jsonadds the StackState runtime statement because those product PURLs already live in that file.Why
A normal dependency fix is not currently possible. Maven Central still lists
2.22.0as the newest publishedjackson-databind2.x artifact, while the advisory fixed branches reported by scanners (2.18.9,2.21.5,2.22.1,3.1.4) are not resolvable as of 2026-07-01.Evidence
@JsonIgnorePropertiesexclusions combined with@JsonFormat(ACCEPT_CASE_INSENSITIVE_PROPERTIES)or equivalent case-insensitive property deserialization.stackgraph,stackstate,docker-images, and the patchedtinkerpopfork found no production path combining ignored properties with case-insensitive Jackson binding.@JsonIgnorePropertiesuse, but no JacksonJsonFormat/ACCEPT_CASE_INSENSITIVE_PROPERTIESuse.7925896cf3f6d48cee3c9de5ae80cd5a24ddbdabcontain no matching Jackson annotation/configuration hits.ObjectMapperuse, but SUSE Observability deploys StackGraph HBase master/regionserver/stackgraph-hbase images, not the HBase REST server.[email protected]consumer.Validation
python3 -m json.tool pkg/oci/jackson-databind/scan.openvex.jsonpython3 -m json.tool pkg/oci/sts-toolbox/scan.openvex.jsonpython3 tools/build_index.pypython3 tools/build_index.py --checkCVE-2026-54515in cve-reporter run28497520040match the VEX product statements.