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 applicationsUpgrade symfony/ux-live-component to version 2.36.0, 3.1.0 or higher.
symfony/ux-live-component is a Live components for Symfony
Affected versions of this package are vulnerable to Improper Validation of Unsafe Equivalence in Input via hydration of writable #[LiveProp] properties typed as DateTimeInterface. An attacker can manipulate time-based application logic by supplying relative date strings such as "now", "tomorrow", or "+10 years" to a writable date property that does not specify an explicit format. Because LiveComponentHydrator::hydrateObjectValue() instantiates the target type using new $className($value), relative expressions are accepted and may cause the application to evaluate business rules using attacker-controlled points in time.
Note: This is only exploitable if a writable #[LiveProp] is typed as DateTimeInterface and no explicit date format is configured.