Show vulnerable packages on Arch Linux with arch-audit
Vulnerabilities happen and are usually fairly quickly fixed. This is also true for Arch Linux. This rolling distribution can be considered to be always up-to-date, as it uses the latest versions of software packages from the upstream. When there is an update, it doesn’t take long that it becomes available and can be installed with package manager pacman
.
One problem that remained was the inability to quickly test if you have any vulnerable packages. After all running pacman -Suy
daily works, but that doesn’t say much if known issues were found. Till now, with the new arch-audit
tool.
Performing a vulnerability check
The arch-audit
tool can be build with the instructions on the website.
With the tool being under development, parsing has to be done on the raw text output. With some creative text filtering we can get an output like this:
Our security scanner Lynis has support for arch-audit as well. So if you rather don’t parse the output and want to perform a security scan daily, then Lynis will do the work for you.
Resources
- arch-audit (GitHub)
- arch-audit package (AUR)