About

OpenVAS
Constitution
OpenVAS-Server
OpenVAS-Client
OpenVAS NVT Feed

Information/Howtos

Integrated tools
Related tools
Security info sources
NVT creation process
Trusted NVTs
Local Security Checks
NVT Feed Services
Articles/Studies
OpenVAS Compendium (en)
OpenVAS Compendium (de)

Support

Bug Tracker

Mailinglist Discussion:
Archive | Subscribe
Mailinglist Announcements:
Archive | Subscribe

Online Chat

Professional Services

Developers Corner

Development Platform
Code quality
Change requests
Internal Architecture
Assigning OIDs for NVTS
Code Documenation

Mailinglist Development:
Archive | Subscribe
Mailinglist Writing NVTs:
Archive | Subscribe
Mailinglist Packaging/Distributing:
Archive | Subscribe
Mailinglist Source Code Commits:
Archive | Subscribe

Download

OpenVAS 2.0:
Server components:
openvas-libraries 2.0.3
openvas-libnasl 2.0.1
openvas-server 2.0.2
openvas-plugins 1.0.7
Client:
openvas-client 2.0.4

OpenVAS 1.0.x:
openvas-libraries 1.0.3
openvas-libnasl 1.0.1
openvas-server 1.0.2
openvas-plugins 1.0.7
OpenVAS-Client 1.0.5

Documentation:
OpenVAS Compendium 1.0.1
PDF (en)
PDF (de)

NVT Lookup by OID

(replace 61039 by any other old-style ID)

OpenVAS Change Request #4: Remove plugin upload feature

Status: Voted +4. Done. Feature is no longer present in OpenVAS 2.0.

Purpose

To reduce code base.

To avoid the risk of security problems.

References

none.

Rationale

This feature was introduced in Nessus version 1.1.11 according to openvas-server/CHANGES.

Uploaded script are a potential source of security problems. They are executed regardless of the the signature policy and for example can include and execute .inc files even if they have a invalid signature.

Apart from this, the feature seems not really required in practice. This assumption is supported by the fact that OpenVAS-Client (and thus Nessus-Client) did not implement a feature to upload plugins.

Effects

Design and Implementation

History