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 Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade isc-projects/kea
to version 2.4.2, 2.6.3, 2.7.9 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Injection via the configuration and API directives. An attacker can escalate privileges by loading a malicious hook library. This is only exploitable if Kea is run as root, the API entry points are unsecured, and the control sockets are placed in insecure paths.
This vulnerability can be mitigated by either disabling the Kea API entirely, by disabling the kea-ctrl-agent
, and removing any "control-socket"
stanzas from the Kea configuration files; or securing access to the API by requiring authentication for the kea-ctrl-agent
, and configuring all "control-socket"
stanzas to use a directory restricted to only trusted users.