Input validation error in Spring Data JPA - CVE-2026-47834
Published: August 28, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information and cause a denial of service.
The vulnerability exists due to improper input validation in Sort validation for native SQL repository methods when processing crafted Sort parameters from untrusted input. A remote attacker can supply crafted Sort or Pageable parameters to disclose sensitive information and cause a denial of service.
The issue is exposed only when sorting is enabled on repository methods using native queries and the underlying database accepts non ASCII characters as part of its SQL syntax.