GHSA-3jh5-rr2q-xfv7

Suggest an improvement
Source
https://github.com/advisories/GHSA-3jh5-rr2q-xfv7
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-3jh5-rr2q-xfv7/GHSA-3jh5-rr2q-xfv7.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-3jh5-rr2q-xfv7
Aliases
  • CVE-2026-44516
Published
2026-05-11T16:11:06Z
Modified
2026-05-11T16:19:34.111197Z
Severity
  • 7.6 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N CVSS Calculator
Summary
Valtimo has sensitive data exposure through HTTP request/response logging in LoggingRestClientCustomizer
Details

Summary

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.

Impact

The logged data can contain highly sensitive information including: - Authentication credentials (JWT tokens, API keys, OAuth tokens) in request bodies or response headers - Personal data (BSN, email addresses, case details) in request/response bodies - Session tokens in Set-Cookie response headers

This data is exposed to: - Anyone with access to application logs (stdout/log files) - Users with access to logging aggregation tools (e.g. Grafana/Loki) - Any Valtimo user with the admin role, through the built-in logging module (since Valtimo 12.5.0)

Leaked authentication credentials could be used to impersonate the Valtimo application against the target external API (e.g. ZGW services), compromising that API's security boundary.

Related: GHSA-hfrg-mcvw-8mch (similar sensitive data exposure in InboxHandlingService)

Affected Code

com.ritense.valtimo.web.logging.LoggingRestClientCustomizer#intercept in the web module.

Patched Versions

The vulnerability is fixed in: - 12.33.0 (v12 release line) — see PR #600 - 13.26.0 (v13 release line) — see PR #599

The fix removes the request/response report, headers, and response body from the HttpClientErrorException constructor; only the HTTP status code and status text remain. The full request/response report is still emitted at DEBUG level (disabled in production).

Mitigation

If you cannot upgrade to a patched version immediately, consider: - Restricting access to application logs and the Valtimo logging module - Adjusting the log level for com.ritense.valtimo.web.logging to WARN or higher (note: this only mitigates the DEBUG logging path; error responses still leak data via the exception message)

Database specific
{
    "github_reviewed": true,
    "github_reviewed_at": "2026-05-11T16:11:06Z",
    "cwe_ids": [
        "CWE-532"
    ],
    "severity": "HIGH",
    "nvd_published_at": null
}
References

Affected packages

Maven / com.ritense.valtimo:web

Package

Name
com.ritense.valtimo:web
View open source insights on deps.dev
Purl
pkg:maven/com.ritense.valtimo/web

Affected ranges

Type
ECOSYSTEM
Events
Introduced
12.4.0
Fixed
12.33.0

Affected versions

12.*
12.4.0.RELEASE
12.4.1.RELEASE
12.5.0.RELEASE
12.5.1.RELEASE
12.6.0.RELEASE
12.6.1.RELEASE
12.6.1.1.RC
12.7.0.RELEASE
12.7.1.RELEASE
12.7.2.RELEASE
12.7.3.RELEASE
12.8.0.RELEASE
12.9.0.RELEASE
12.10.0.RELEASE
12.10.1.RELEASE
12.10.2.RELEASE
12.11.0.RELEASE
12.12.0.RELEASE
12.13.0.RELEASE
12.13.1.RELEASE
12.14.0.RELEASE
12.14.1.RELEASE
12.15.1.RELEASE
12.16.0.RELEASE
12.16.1.RELEASE
12.17.0.RELEASE
12.17.1.RELEASE
12.18.0.RELEASE
12.19.0.RELEASE
12.20.0.RELEASE
12.20.1.RELEASE
12.21.0.RELEASE
12.21.1.RELEASE
12.22.0.RELEASE
12.23.0.RELEASE
12.23.1.RELEASE
12.24.0.RELEASE
12.25.0.RELEASE
12.26.0.RELEASE
12.27.0.RELEASE
12.28.0.RELEASE
12.28.1.RELEASE
12.29.0.RELEASE
12.30.0.RELEASE
12.31.0.RELEASE
12.32.0.RELEASE

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-3jh5-rr2q-xfv7/GHSA-3jh5-rr2q-xfv7.json"

Maven / com.ritense.valtimo:web

Package

Name
com.ritense.valtimo:web
View open source insights on deps.dev
Purl
pkg:maven/com.ritense.valtimo/web

Affected ranges

Type
ECOSYSTEM
Events
Introduced
13.0.0
Fixed
13.26.0

Affected versions

13.*
13.0.0.RELEASE
13.0.1.RELEASE
13.0.2.RELEASE
13.1.0.RELEASE
13.1.1.RELEASE
13.1.2.RELEASE
13.1.3.RELEASE
13.2.0.RELEASE
13.2.1.RELEASE
13.3.0.RELEASE
13.4.0.RELEASE
13.4.1.RELEASE
13.5.0.RELEASE
13.5.1.RELEASE
13.6.0.RELEASE
13.7.0.RELEASE
13.8.0.RELEASE
13.9.0.RELEASE
13.9.1.RELEASE
13.10.0.RELEASE
13.11.0.RELEASE
13.12.0.RELEASE
13.13.0.RELEASE
13.14.0.RELEASE
13.15.0.RELEASE
13.16.0.RELEASE
13.17.0.RELEASE
13.17.1.RELEASE
13.18.0.RELEASE
13.19.0.RELEASE
13.20.0.RELEASE
13.21.0.RELEASE
13.22.0.RELEASE
13.23.0.RELEASE
13.24.0.RELEASE
13.24.1.RELEASE
13.25.0.RELEASE

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-3jh5-rr2q-xfv7/GHSA-3jh5-rr2q-xfv7.json"