When performing a vulnerability scan against your host, whether to open a port in the firewall or to check for a possible problem, the Network Security Team uses the Nessus scanner. The scan produces a report that shows the services running on the scanned machine and vulnerabilities found in its services, if any. By services, we mean http, ssh, etc. All vulnerabilities for a service are listed together in one section of the report.
The following is an example of a vulnerability report:
Synopsis :
The remote service encrypts traffic using a protocol with known weaknesses.
Description :
The remote service accepts connections encrypted using SSL 2.0, which reportedly suffers from several cryptographic flaws and has been deprecated for several years. An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients.
See also :
http://www.schneier.com/paper-ssl.pdf
Solution :
Consult the application's documentation to disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead.
Risk factor :
Medium / CVSS Base Score : 5.0
CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N)
Within the vulnerability report is the short and long description of the vulnerability itself, along with a suggested solution. The solution should be implemented as soon as possible and will be required if the vulnerability prevents a port from being opened through the campus firewall.
Also included in the report is the 'Risk Factor' of the vulnerability, such as Low, Medium, or High. A Medium or High vulnerability normally prevents a requested port from being opened. A Low Vulnerability is usually informational, but still should be considered and reviewed to fully secure a machine.
Here are additional items to note:
For any questions concerning this output or the solutions, please contact the Network Security Team is at security@tamu.edu.