The InboxHandlingService logs 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.
This data is exposed to:
com.ritense.inbox.InboxHandlingService#handle in the inbox module.
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.
For versions before 13.22.0, consider:
com.ritense.inbox to WARN or higher in your application configuration13.22.0.RELEASEExploitability
AV:NAC:LPR:HUI:NScope
S:UImpact
C:HI:NA:N4.9/CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N