Description
Spring Data REST's Querydsl integration accepts arbitrary persistent property paths as request-parameter filter keys and does not consider Jackson customizations before handing them to Querydsl.

Affected versions:
Spring Data REST 3.7.0 through 3.7.19; 4.3.0 through 4.3.16; 4.4.0 through 4.4.14; 4.5.0 through 4.5.11; 5.0.0 through 5.0.5.
Published: 2026-06-09
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring Data REST’s Querydsl integration accepts arbitrary persistent property paths as filter keys without respecting Jackson customizations that hide certain fields. This oversight enables an attacker to request data fields that should be hidden, potentially exposing sensitive internal data. The flaw is rooted in improper access control (CWE‑284) and can let attackers learn more about the application’s data model than intended.

Affected Systems

Affected are Spring Data REST releases 3.7.0 through 3.7.19, 4.3.0 through 4.3.16, 4.4.0 through 4.4.14, 4.5.0 through 4.5.11, and 5.0.0 through 5.0.5. Users of these versions that expose REST endpoints powered by Querydsl are impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity; the EPSS score is not available and the vulnerability is not listed in CISA KEV catalog. The attack can be performed via an HTTP request to a REST endpoint, by supplying an arbitrary filter key that maps to a hidden property. Successful exploitation would read otherwise protected data, affecting confidentiality of the application’s information resources.

Generated by OpenCVE AI on June 10, 2026 at 01:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Data REST to the latest available release or to any version released after 3.7.19, 4.3.16, 4.4.14, 4.5.11, or 5.0.5.
  • Configure Jackson to enforce hidden properties on all exposed endpoints or apply additional property filtering rules.
  • Disable Querydsl filter support on sensitive REST endpoints or add explicit authorization checks for exposed filter keys.

Generated by OpenCVE AI on June 10, 2026 at 01:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 10 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
Description Spring Data REST's Querydsl integration accepts arbitrary persistent property paths as request-parameter filter keys and does not consider Jackson customizations before handing them to Querydsl. Affected versions: Spring Data REST 3.7.0 through 3.7.19; 4.3.0 through 4.3.16; 4.4.0 through 4.4.14; 4.5.0 through 4.5.11; 5.0.0 through 5.0.5.
Title Spring Data REST Querydsl integration exposes Jackson-hidden persistent fields as filter keys
Weaknesses CWE-284
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-06-09T23:49:49.848Z

Reserved: 2026-04-22T06:22:01.122Z

Link: CVE-2026-41837

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-10T00:16:52.830

Modified: 2026-06-10T00:16:52.830

Link: CVE-2026-41837

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T01:30:18Z

Weaknesses