Search criteria
2 vulnerabilities by com.ritense.valtimo
CVE-2026-44516 (GCVE-0-2026-44516)
Vulnerability from cvelistv5 – Published: 2026-05-14 16:48 – Updated: 2026-05-15 15:11
VLAI
Title
Valtimo: Sensitive data exposure through HTTP request/response logging in LoggingRestClientCustomizer
Summary
Valtimo is an open-source business process automation platform. From 12.4.0 to 12.33.0 and 13.26.0, the LoggingRestClientCustomizer in the web module automatically intercepts all outgoing HTTP calls made via Spring's RestClient and logs the full request body, response body, and response headers. When an error response is received, this information is included in the thrown HttpClientErrorException message, which is logged at ERROR level by Spring's default exception handling — regardless of the application's DEBUG log level setting. This vulnerability is fixed in 12.33.0 and 13.26.0.
Severity
7.6 (High)
CWE
- CWE-532 - Insertion of Sensitive Information into Log File
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/valtimo-platform/valtimo/secur… | x_refsource_CONFIRM |
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| valtimo-platform | valtimo |
Affected:
>= 12.4.0, < 12.33.0
Affected: >= 13.0.0, < 13.26.0 |
|
| com.ritense.valtimo | web |
Affected:
>= 12.4.0, < 12.33.0
Affected: >= 13.0.0, < 13.26.0 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-44516",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-15T15:10:20.775772Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-15T15:11:04.946Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "valtimo",
"vendor": "valtimo-platform",
"versions": [
{
"status": "affected",
"version": "\u003e= 12.4.0, \u003c 12.33.0"
},
{
"status": "affected",
"version": "\u003e= 13.0.0, \u003c 13.26.0"
}
]
},
{
"product": "web",
"vendor": "com.ritense.valtimo",
"versions": [
{
"status": "affected",
"version": "\u003e= 12.4.0, \u003c 12.33.0"
},
{
"status": "affected",
"version": "\u003e= 13.0.0, \u003c 13.26.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Valtimo is an open-source business process automation platform. From 12.4.0 to 12.33.0 and 13.26.0, the LoggingRestClientCustomizer in the web module automatically intercepts all outgoing HTTP calls made via Spring\u0027s RestClient and logs the full request body, response body, and response headers. When an error response is received, this information is included in the thrown HttpClientErrorException message, which is logged at ERROR level by Spring\u0027s default exception handling \u2014 regardless of the application\u0027s DEBUG log level setting. This vulnerability is fixed in 12.33.0 and 13.26.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-532",
"description": "CWE-532: Insertion of Sensitive Information into Log File",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-14T16:48:06.113Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/valtimo-platform/valtimo/security/advisories/GHSA-3jh5-rr2q-xfv7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/valtimo-platform/valtimo/security/advisories/GHSA-3jh5-rr2q-xfv7"
}
],
"source": {
"advisory": "GHSA-3jh5-rr2q-xfv7",
"discovery": "UNKNOWN"
},
"title": "Valtimo: Sensitive data exposure through HTTP request/response logging in LoggingRestClientCustomizer"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-44516",
"datePublished": "2026-05-14T16:48:06.113Z",
"dateReserved": "2026-05-06T18:28:20.887Z",
"dateUpdated": "2026-05-15T15:11:04.946Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-42555 (GCVE-0-2026-42555)
Vulnerability from cvelistv5 – Published: 2026-05-14 16:45 – Updated: 2026-05-14 18:27
VLAI
Title
Valtimo: SpEL injection via StandardEvaluationContext allows Remote Code Execution by admin users
Summary
Valtimo 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.
Severity
9.1 (Critical)
CWE
- CWE-94 - Improper Control of Generation of Code ('Code Injection')
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/valtimo-platform/valtimo/secur… | x_refsource_CONFIRM |
Impacted products
4 products
| Vendor | Product | Version | |
|---|---|---|---|
| valtimo-platform | valtimo |
Affected:
< 13.23.0
|
|
| com.ritense.valtimo | case |
Affected:
>= 13.0.0, < 13.23.0
|
|
| com.ritense.valtimo | contract |
Affected:
>= 13.4.0, < 13.23.0
|
|
| com.ritense.valtimo | document |
Affected:
>= 12.0.0, < 12.32.0
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-42555",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-14T18:15:49.269576Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-14T18:27:58.801Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "valtimo",
"vendor": "valtimo-platform",
"versions": [
{
"status": "affected",
"version": "\u003c 13.23.0"
}
]
},
{
"product": "case",
"vendor": "com.ritense.valtimo",
"versions": [
{
"status": "affected",
"version": "\u003e= 13.0.0, \u003c 13.23.0"
}
]
},
{
"product": "contract",
"vendor": "com.ritense.valtimo",
"versions": [
{
"status": "affected",
"version": "\u003e= 13.4.0, \u003c 13.23.0"
}
]
},
{
"product": "document",
"vendor": "com.ritense.valtimo",
"versions": [
{
"status": "affected",
"version": "\u003e= 12.0.0, \u003c 12.32.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Valtimo 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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-14T16:45:48.718Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/valtimo-platform/valtimo/security/advisories/GHSA-j7j9-5253-f7vh",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/valtimo-platform/valtimo/security/advisories/GHSA-j7j9-5253-f7vh"
}
],
"source": {
"advisory": "GHSA-j7j9-5253-f7vh",
"discovery": "UNKNOWN"
},
"title": "Valtimo: SpEL injection via StandardEvaluationContext allows Remote Code Execution by admin users"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-42555",
"datePublished": "2026-05-14T16:45:48.718Z",
"dateReserved": "2026-04-28T16:56:50.191Z",
"dateUpdated": "2026-05-14T18:27:58.801Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}