Valtimo: Sensitive data exposure through inbox message logging in InboxHandlingService
Moderate severity
GitHub Reviewed
Published
Apr 16, 2026
in
valtimo-platform/valtimo
•
Updated Apr 24, 2026
Package
Affected versions
>= 13.0.0.RELEASE, < 13.22.0.RELEASE
Patched versions
13.22.0.RELEASE
Description
Published to the GitHub Advisory Database
Apr 16, 2026
Reviewed
Apr 16, 2026
Published by the National Vulnerability Database
Apr 16, 2026
Last updated
Apr 24, 2026
Summary
The
InboxHandlingServicelogs the full content of every incoming inbox message at INFO level (logger.info("Received message: {}", message)). Inbox messages are wrappers around outbox message data, which can contain highly sensitive information such as personal data (PII), citizen identifiers (BSN), and case details.Impact
This data is exposed to:
Affected Code
com.ritense.inbox.InboxHandlingService#handlein theinboxmodule.Resolution
Fixed in 13.22.0 via commit
f16a1940ba(PR #497, tracking issue gzac-issues#653). The log statement was downgraded from INFO to DEBUG and the message payload was removed from the log output.Mitigation
For versions before 13.22.0, consider:
com.ritense.inboxto WARN or higher in your application configurationReferences