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 opensuse/wicked to version 0.6.79 or higher.
Affected versions of this package are vulnerable to Command Injection through leaseinfo dump output in src/leaseinfo.c. An attacker can execute commands by supplying DHCP option values or leaseinfo strings containing single quotes that are written into /run/wicked/leaseinfo.* and later consumed by wicked test dhcp4, wicked test dhcp6, or netconfig processing. The vulnerable formatting code emitted unescaped single-quoted key='value' lines and joined string arrays without rejecting unsafe content, so crafted DHCP-provided strings could escape the quoted value and alter the shell command constructed from the leaseinfo file. On affected systems, this can lead to arbitrary command execution by the component processing lease information, with downstream impact on network configuration and on the host running wicked.