CVE-2019-3797
06.05.2019, 16:29
This affects Spring Data JPA in versions up to and including 2.1.5, 2.0.13 and 1.11.19. Derived queries using any of the predicates startingWith, endingWith or containing could return more results than anticipated when a maliciously crafted query parameter value is supplied. Also, LIKE expressions in manually defined queries could return unexpected results if the parameter values bound did not have escaped reserved characters properly.
Vendor | Product | Version |
---|---|---|
pivotal_software | spring_data_java_persistence_api | 1.11.0 ≤ 𝑥 ≤ 1.11.19 |
pivotal_software | spring_data_java_persistence_api | 2.0.0 ≤ 𝑥 ≤ 2.0.13 |
pivotal_software | spring_data_java_persistence_api | 2.1.0 ≤ 𝑥 ≤ 2.1.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.
- CWE-200 - Exposure of Sensitive Information to an Unauthorized ActorThe product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.