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 getkirby/cms to version 4.9.0, 5.4.0 or higher.
Affected versions of this package are vulnerable to XML Injection via the value() function in src/Toolkit/Xml.php. An attacker can smuggle raw XML markup into generated output by supplying a string that begins with <![CDATA[ but also contains additional text or tags outside a single well-formed CDATA block. This lets attacker-controlled content break out of the intended text node and alter the structure of XML documents produced by the application, leading to malformed output or injected elements in downstream consumers.