Table of Contents

Pandora FMS Vulnerability Database

Introduction

Pandora FMS has the ability to detect vulnerabilities in software that is already being monitored. For this, it requires specialized information regarding the operating systems and their multiple installed applications.

This section provides instructions on how to integrate and update each installed instance of Pandora FMS for this purpose.

Download Information

The vulnerability database packages can currently be found here:

Brief explanation of each available file:

Installation

The .vdb packages are ZIP-type packages that must be extracted (using the unzip command) into the directory where the server files are located, which by default is:

/usr/lib/perl5/PandoraFMS/Vulnerabilities.

To do so, it must be executed with the appropriate privileges, depending on each case, as follows:

unzip -q -o "package_edge.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
unzip -q -o "package_lite.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
unzip -q -o "package_full.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
unzip -q -o "package_build_YYYYMMDD.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"

Where YYYYMMDD is the full year, month, and day corresponding to the cumulative difference (they must be applied in chronological order).

Addendum

A restart of the Pandora FMS Server is not necessary for the new vulnerability database files to be considered.

In a future version of PFMS, a system for updating the vulnerability database from the web Console itself will be implemented.

←Back to Pandora FMS documentation index