CVE-2026-44516 PUBLISHED

Valtimo: Sensitive data exposure through HTTP request/response logging in LoggingRestClientCustomizer

Assigner: GitHub_M
Reserved: 06.05.2026 Published: 14.05.2026 Updated: 14.05.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 7.6

Product Status

Vendor valtimo-platform
Product valtimo
Versions
  • Version >= 12.4.0, < 12.33.0 is affected
  • Version >= 13.0.0, < 13.26.0 is affected
Vendor com.ritense.valtimo
Product web
Versions
  • Version >= 12.4.0, < 12.33.0 is affected
  • Version >= 13.0.0, < 13.26.0 is affected

References

Problem Types

  • CWE-532: Insertion of Sensitive Information into Log File CWE