Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

Show vulnerable packages on Arch Linux with arch-audit

$
0
0
Vulnerable Software Packages on Arch linux

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 is becomes available in the 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 textfiltering we can get an output like this:


Show vulnerable packages on Arch Linux with arch-audit

Using arch-audit and some filtering, we can obtain a complete list (with CVE numbers)

Our auditing toolLynis 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 on GitHub arch-audit package (AUR)

Viewing all articles
Browse latest Browse all 11063

Trending Articles