Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 Improper Output Neutralization for Logs vulnerabilities in an interactive lesson.
Start learningUpgrade aide/aide
to version 0.19.2 or higher.
Affected versions of this package are vulnerable to Improper Output Neutralization for Logs due to missing output neutralization before printing the filename. An attacker can manipulate log output and conceal file additions or removals by crafting filenames with terminal escape sequences. This may allow bypassing detection mechanisms and tampering with logs by submitting specially crafted input. Additionally, extended attribute key names and symbolic link targets are not properly neutralized, further enabling manipulation of output.
This vulnerability can be mitigated by configuring the output to be written to a regular file, redirecting stdout to a regular file, or redirecting log output written to stderr to a regular file.