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 Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.hateoas:spring-hateoas to version 2.5.3, 3.0.4 or higher.
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes via reflective property binding in PropertyUtils.createObjectFromProperties(). An attacker can modify security-sensitive object properties by supplying crafted hypermedia payloads, as property binding performed by the Collection+JSON and UBER deserializers ignores Jackson access-control annotations and sets bean properties directly through reflection. This may allow unauthorized modification of fields that developers intended to restrict from client control.
Note: This is only exploitable if the application enables the COLLECTION_JSON or UBER media types, accepts a RepresentationModel or EntityModel as @RequestBody, and relies on Jackson annotations to protect sensitive properties while still exposing corresponding setter methods.