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 Remote Code Execution (RCE) vulnerabilities in an interactive lesson.
Start learningUpgrade exim/exim
to version 4.96.1 or higher.
Affected versions of this package are vulnerable to Remote Code Execution (RCE). The specific flaw exists within the SMTP service, which listens on TCP port 25 by default. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of a buffer. An attacker can leverage this vulnerability to execute code in the context of the service account.
Note:
Authentication is not required to exploit this vulnerability.
Mitigation:
Users can run exim4 -bP configure_file
command to determine whether the “External” authentication is active. If the settings include driver = external
, users should consider switching to a different authentication method or limiting remote access to the server altogether.