OpenVAS Manager Authentication Bypass Vulnerability (OVSA20131108)
🗓️ 08 Nov 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 64 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| OpenVAS Manager 4.0 - Authentication Bypass Vulnerability PoC | 21 Jul 201400:00 | – | zdt | |
| CVE-2013-6765 | 19 May 201414:00 | – | cve | |
| CVE-2013-6765 | 19 May 201414:00 | – | cvelist | |
| OpenVAS Manager 4.0 - Authentication Bypass | 10 Jul 201400:00 | – | exploitdb | |
| EUVD-2013-6567 | 7 Oct 202500:30 | – | euvd | |
| OpenVAS Manager 4.0 - Authentication Bypass | 10 Jul 201400:00 | – | exploitpack | |
| CVE-2013-6765 | 19 May 201414:55 | – | nvd | |
| GSM Manager Authentication Bypass | 8 Nov 201300:00 | – | openvas | |
| OpenVAS Administrator / Manager Authentication Bypass | 15 Nov 201300:00 | – | nessus | |
| Design/Logic Flaw | 19 May 201414:55 | – | prion |
10
| 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_manager";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103827");
script_version("2023-06-23T16:09:17+0000");
script_cve_id("CVE-2013-6765");
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:02:55 +0200 (Fri, 08 Nov 2013)");
script_name("OpenVAS Manager Authentication Bypass Vulnerability (OVSA20131108)");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("gb_openvas_manager_detect.nasl");
script_require_ports("Services/omp_gmp", 9390);
script_mandatory_keys("openvasmd_gvmd/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 OMP authentication by sending a special crafted request.");
script_tag(name:"insight", value:"A software bug in the server module 'OpenVAS Manager' allowed to bypass the OMP
authentication procedure. The attack vector is remotely available in case public OMP is enabled.
In case of successful attack, the attacker gains partial rights to execute OMP commands. The bypass
authentication is, however, incomplete and several OMP commands will fail to execute properly.");
script_tag(name:"solution", value:"Update to version 3.0.7 or 4.0.4.");
script_tag(name:"summary", value:"The remote OpenVAS Manager 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_targets/>";
send( socket:soc, data:req + '\r\n' );
res = recv( socket:soc, length:1024 );
close( soc );
if( "get_targets_response" >< res && "target id" >< res ) {
report = 'By sending the request "' + req + '" to the remote OMP 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.7Medium risk
Vulners AI Score6.7
CVSS 27.5
EPSS0.07271