Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125519 - Version bump: Nessus 2.2.7 released
Summary: Version bump: Nessus 2.2.7 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL: http://www.nessus.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 12:48 UTC by ChazeFroy
Modified: 2006-03-09 09:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ChazeFroy 2006-03-08 12:48:04 UTC
The open-source tree of Nessus has an updated release, 2.2.7.  Please continue to keep the 2.2.x versions in portage because it is open source, unlike the 3.0.x releases.


Nessus 2.2.7 contains several fixes for bugs which have been found during the 3.x developement process and have been backported to this branch. It also slightly extends the NASL language by adding support for arrays of arrays. We will use this feature in some key plugins (SMB in particular) within 6 months, so you should definitely upgrade to 2.2.7 or 3.0.x.

Here is the list of changes :

nessus-libraries :
    * Fixed a NULL pointer dereferencement in the BPF server (this mostly affects OpenBSD and FreeBSD < 5)
    * The 'service' functions now only deal with the services file provided with Nessus (instead of using a mix of /etc/services and others)

libnasl :
    * Fixed off-by-one bugs in insstr() and str_replace() which would sometimes prevent these two functions from properly dealing with the last character of a string
    * Fixed tcp_ping() which was too aggressive and may therefore sometimes miss a live host
    * Fixed a bug in send() which would not properly validate the value of the 'length' variable
    * Now handle arrays of arrays
    * Fixed open_priv_sock_tcp() which would report a successful connection when timing out

nessusd :
    * Properly install the file 'nessus-services' in $prefix/var/nessus/
    * Bigger buffer when receiving preferences from the client (to avoid a possible truncation of the plugin list in the future)
    * Fixed a bug in the preferences parser which would cause nessusd to die on startup when processing a malformed preference file

nessus client :
    * Fixed an unlikely but potential segmentation fault when viewing the report in the GUI
    * Erase the credentials from memory after having used them (thanks to Sumiut Siddhart for noticing this)

plugins :
    * Fixed several bugs in find_services.c which would not properly set the key Transport/SSL or which may read some data beyond its buffer
    * Fixed a bad #if/#endif clause in nessus_tcp_scanner.c which prevented it from recomputing the RTT, hence negatively impacting the performance
    * nmap.nasl has been removed from the main distribution
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2006-03-09 09:49:21 UTC
Thanks, added 2.2.7 in cvs.