Bugs item #2530, was opened at 2011-06-14 11:24
Status: Open
Priority: 3
Submitted By: Mark Round (markround)
Assigned to: Nobody (None)
Summary: GSA crashes with segfault on connections 
Architecture: 32 Bit
Resolution: None
Severity: major
Version: None
Component: gsa
Operating System: Linux
Product: OpenVAS
Hardware: None
URL: 


Initial Comment:
Using 32-bit OpenSUSE 11.4 (although I have confirmed this behaviour on 64-bit 
as well). Using packages from the OBS, set up following the instructions at 
http://www.openvas.org/install-packages.html#openvas4_opensuse_obs (although 
using the packages from the 11.4 repository, not 11.3 as listed there).

Whenever I connect to the GSA interface on port 9392, the process crashes with 
a segfault. I have tried the following :

strace /usr/sbin/gsad -f --http-only --listen=192.168.1.63 --port=9392 
--alisten=127.0.0.1 --aport=9393 --mlisten=127.0.0.1 --mport=9390 --verbose

And the last entries are :

write(4, "gsad main:  DEBUG:2011-06-14 11h"..., 106) = 106
select(0, NULL, NULL, NULL, NULL <unfinished ...>
+++ killed by SIGSEGV +++
Segmentation fault

If I remove the --http-only, the SSL certificate is served to the client 
browser correctly, but it also crashes after that.

According to the check script, everything is OK :

Step 1: Checking OpenVAS Scanner ... 
        OK: OpenVAS Scanner is present in version 3.2.4.
        OK: OpenVAS Scanner CA Certificate is present as 
/var/lib/openvas/CA/cacert.pem.
        OK: NVT collection in /var/lib/openvas/plugins contains 21697 NVTs.
Step 2: Checking OpenVAS Manager ... 
        OK: OpenVAS Manager is present in version 2.0.4.
        OK: OpenVAS Manager client certificate is present as 
/var/lib/openvas/CA/clientcert.pem.
        OK: OpenVAS Manager database found in /var/lib/openvas/mgr/tasks.db.
        OK: Access rights for the OpenVAS Manager database are correct.
        WARNING: Could not find sqlite3 binary, extended manager checks of the 
OpenVAS Manager installation are disabled.
        SUGGEST: Install sqlite3.
        WARNING: Could not find xsltproc binary, most report formats will not 
work.
        SUGGEST: Install xsltproc.
Step 3: Checking OpenVAS Administrator ... 
        OK: OpenVAS Administrator is present in version 1.1.1.
        OK: At least one user exists.
        OK: At least one admin user exists.
Step 4: Checking Greenbone Security Assistant (GSA) ... 
        OK: Greenbone Security Assistant is present in version 2.0.1.
Step 5: Checking OpenVAS CLI ... 
        OK: OpenVAS CLI version 1.1.2.
Step 6: Checking Greenbone Security Desktop (GSD) ... 
        OK: Greenbone Security Desktop is present in Version 1.2.0.
Step 7: Checking if OpenVAS services are up and running ... 
        OK: netstat found, extended checks of the OpenVAS services enabled.
        OK: OpenVAS Scanner is running and listening only on the local 
interface.
        OK: OpenVAS Scanner is listening on port 9391, which is the default 
port.
        WARNING: OpenVAS Manager is running and listening only on the local 
interface. This means that you will not be able to access the OpenVAS Manager 
from the outside using GSD or OpenVAS CLI.
        SUGGEST: Ensure that OpenVAS Manager listens on all interfaces.
        OK: OpenVAS Manager is listening on port 9390, which is the default 
port.
        OK: OpenVAS Administrator is running and listening only on the local 
interface.
        OK: OpenVAS Administrator is listening on port 9393, which is the 
default port.
        OK: Greenbone Security Assistant is listening on port 9392, which is 
the default port.

It seems like your OpenVAS-4 installation is OK.


----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=220&aid=2530&group_id=29
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to