ASAS Server End User Self Service (EUSS) SQL Injection Vulnerability
🗓️ 23 Sep 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2011-4801 | 14 Dec 201100:00 | – | cve | |
| CVE-2011-4801 | 14 Dec 201100:00 | – | cvelist | |
| Authenex A-Key/ASAS Web Management Control 3.1.0.2 - Blind SQL Injection | 15 Nov 201100:00 | – | exploitdb | |
| EUVD-2011-4719 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-4801 | 14 Dec 201100:55 | – | nvd | |
| ASAS Server End User Self Service (EUSS) SQL Injection Vulnerability | 23 Sep 201100:00 | – | openvas | |
| Sql injection | 14 Dec 201100:55 | – | prion | |
| CVE-2011-4801 | 22 May 202504:35 | – | redhatcve |
| Source | Link |
|---|---|
| support | www.support.authenex.com/index.php |
| securelist | www.securelist.com/en/advisories/46103 |
| packetstormsecurity | www.packetstormsecurity.org/files/view/105287/authenex-sql.txt |
# SPDX-FileCopyrightText: 2011 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902476");
script_cve_id("CVE-2011-4801");
script_version("2025-03-05T05:38:52+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2011-09-23 16:39:49 +0200 (Fri, 23 Sep 2011)");
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_name("ASAS Server End User Self Service (EUSS) SQL Injection Vulnerability");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
script_require_ports("Services/www", 5080);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"impact", value:"Successful exploitation will let attackers to authenex database, dump all
the OTP tokens, users information including credentials.");
script_tag(name:"affected", value:"Authenex ASAS version 3.1.0.3 and prior.");
script_tag(name:"insight", value:"The flaw is due to an input passed to the 'rgstcode' parameter in
'akeyActivationLogin.do', is not properly sanitised before being used in SQL queries.");
script_tag(name:"summary", value:"Authenex ASAS is prone to an SQL injection (SQLi) vulnerability.");
script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.securelist.com/en/advisories/46103");
script_xref(name:"URL", value:"http://packetstormsecurity.org/files/view/105287/authenex-sql.txt");
script_xref(name:"URL", value:"http://support.authenex.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=125");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("version_func.inc");
port = http_get_port(default:5080);
res = http_get_cache(item:"/initial.do", port:port);
if('ASAS Web Management Console Login' >< res)
{
asVer = eregmatch(pattern:"ASAS Web Management Console v([0-9.]+)",
string:res);
if(!isnull(asVer[1]))
{
if(version_is_less_equal(version:asVer[1], test_version:"3.1.0.3")){
report = report_fixed_ver(installed_version:asVer[1], vulnerable_range:"Less than or equal to 3.1.0.3");
security_message(port: port, data: report);
}
}
}
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
05 Mar 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 27.5
EPSS0.01133