The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Authorization Bypass Through User-Controlled Key vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.data:spring-data-rest-core to version 5.0.7, 5.1.1 or higher.
org.springframework.data:spring-data-rest-core is a Spring Data REST.
Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the PATCH process. An attacker can overwrite identifier and version properties by sending crafted RFC 6902 JSON Patch requests, potentially bypassing optimistic-locking protections and causing unauthorized modification or replacement of records belonging to other users. This is only exploitable if the entity type declares an identifier or version property that is visible to Jackson's deserialization model (i.e., the property has a public setter and is not explicitly excluded via @JsonIgnore).