ghsa-jgmr-wrwx-mgfj
Vulnerability from github
Published
2019-05-14 04:02
Modified
2021-08-03 21:46
Severity ?
Summary
Exposure of Sensitive Information to an Unauthorized Actor and SQL Injection in Spring Data JPA
Details
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.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.springframework.data:spring-data-jpa" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.11.20" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.springframework.data:spring-data-jpa" }, "ranges": [ { "events": [ { "introduced": "2.0.0" }, { "fixed": "2.0.14" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.springframework.data:spring-data-jpa" }, "ranges": [ { "events": [ { "introduced": "2.1.0" }, { "fixed": "2.1.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-3797" ], "database_specific": { "cwe_ids": [ "CWE-200", "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2019-05-10T04:22:00Z", "nvd_published_at": "2019-05-06T16:29:00Z", "severity": "MODERATE" }, "details": "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.", "id": "GHSA-jgmr-wrwx-mgfj", "modified": "2021-08-03T21:46:37Z", "published": "2019-05-14T04:02:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3797" }, { "type": "WEB", "url": "https://pivotal.io/security/cve-2019-3797" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Exposure of Sensitive Information to an Unauthorized Actor and SQL Injection in Spring Data JPA" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.