CVE-2026-42555
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedValtimo is an open-source business process automation platform. com.ritense.valtimo:document from 12.0.0 to before 12.32.0, com.ritense.valtimo:case from 13.0.0 to before 13.23.0, and com.ritense.valtimo:contract from 13.4.0 to before 13.23.0 evaluate Spring Expression Language (SpEL) expressions from user-supplied input using StandardEvaluationContext, which provides unrestricted access to Java types and methods. An authenticated user with the ADMIN role can achieve Remote Code Execution and credential exfiltration. This vulnerability is fixed in com.ritense.valtimo:document 2.32.0, com.ritense.valtimo:case 13.23.0, and com.ritense.valtimo:contract 13.23.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceValtimo's document, case, and contract modules use StandardEvaluationContext (an unsafe SpEL evaluation context) to process user-supplied Spring Expression Language expressions. This grants unrestricted access to Java types and reflection APIs, enabling an authenticated ADMIN user to execute arbitrary code on the host system and exfiltrate sensitive credentials through crafted SpEL expressions.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Valtimo presenceSearch for Valtimo artifacts in your project dependencies (pom.xml, build.gradle, package.json) or application configurations. Look for com.ritense.valtimo references or valtimo-specific configuration files.Affected if Valtimo components are not found in your environment, you are not affected.
-
Check document module versionLocate the com.ritense.valtimo:document dependency in your build configuration (Maven pom.xml or Gradle build.gradle) and note the installed version. Compare this version number against the affected range (all versions before 12.32.0).Affected if The document module version is lower than 12.32.0.
-
Check case module versionLocate the com.ritense.valtimo:case dependency in your build configuration and note the installed version. Compare this version number against the affected range (all versions before 13.23.0).Affected if The case module version is lower than 13.23.0.
-
Check contract module versionLocate the com.ritense.valtimo:contract dependency in your build configuration and note the installed version. Compare this version number against the affected range (all versions before 13.23.0).Affected if The contract module version is lower than 13.23.0.
-
Identify exposed SpEL endpointsReview application code and configuration for endpoints that accept user-supplied input and pass it to Spring Expression Language processing. Search for usages of StandardEvaluationContext or SpelExpressionParser in the codebase, particularly in document, case, or contract modules.Affected if Endpoints accepting user-controlled SpEL expressions are exposed and the vulnerable modules (document, case, or contract) are in use below the fixed versions.
You are affected if any of the Valtimo document module below 12.32.0, case module below 13.23.0, or contract module below 13.23.0 are in use and endpoints processing user-supplied SpEL expressions are accessible to authenticated ADMIN users.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to com.ritense.valtimo:document version 12.32.0+, case version 13.23.0+, and contract version 13.23.0+. If immediate patching is not feasible, restrict ADMIN role permissions and disable or audit any endpoints accepting user-supplied SpEL input.
Upgrade to com.ritense.valtimo:document version 12.32.0, and/or case/contract version 13.23.0 depending on which components are in use
- Identify which Valtimo components are in use (document, case, contract, or combinations) by examining project dependencies
- For Maven projects, update the version of com.ritense.valtimo:document to 12.32.0 in pom.xml
- For Maven projects, update the version of com.ritense.valtimo:case to 13.23.0 in pom.xml
- For Maven projects, update the version of com.ritense.valtimo:contract to 13.23.0 in pom.xml
- Run mvn clean compile or mvn dependency:resolve to verify the new versions are available
- Rebuild and redeploy the application
- Test that the application functions correctly after the upgrade
- As a compensating control, restrict ADMIN role assignments to only trusted users until the upgrade is applied
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42555 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-42555 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data