e107 EasyShop plugin easyshop.php SQL Injection Vulnerability
🗓️ 11 Nov 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2008-4786 | 27 Oct 200800:00 | – | circl | |
| E107 EasyShop Plugin SQL Injection (CVE-2008-4786) | 10 Nov 201400:00 | – | checkpoint_advisories | |
| CVE-2008-4786 | 29 Oct 200814:00 | – | cve | |
| CVE-2008-4786 | 29 Oct 200814:00 | – | cvelist | |
| e107 Plugin EasyShop - 'category_id' Blind SQL Injection | 27 Oct 200800:00 | – | exploitdb | |
| EUVD-2008-4766 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-4786 | 29 Oct 200814:22 | – | nvd | |
| Sql injection | 29 Oct 200814:22 | – | prion |
| Source | Link |
|---|---|
| e107 | www.e107.org/edownload.php |
| milw0rm | www.milw0rm.com/exploits/6852 |
# SPDX-FileCopyrightText: 2008 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:e107:e107";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.800302");
script_version("2023-07-28T05:05:23+0000");
script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
script_tag(name:"creation_date", value:"2008-11-11 09:00:11 +0100 (Tue, 11 Nov 2008)");
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-2008-4786");
script_name("e107 EasyShop plugin easyshop.php SQL Injection Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2008 Greenbone AG");
script_family("Web application abuses");
script_dependencies("e107_detect.nasl");
script_mandatory_keys("e107/installed");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/6852");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute arbitrary
SQL commands.");
script_tag(name:"affected", value:"e107 version 0.7.13, EasyShop Plugin.");
script_tag(name:"insight", value:"The flaw exists due to easyshop.php file in the EasyShop plugin, which can be
exploited to conduct SQL injection by using execute commands via the category_id parameter.");
script_tag(name:"solution", value:"Upgrade to e107 version 0.7.22 or later.");
script_tag(name:"summary", value:"e107 is prone to an SQL injection (SQLi) vulnerability.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable"); #TODO: This test is broken and just checking if a file exists
script_xref(name:"URL", value:"http://e107.org/edownload.php");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) )
exit( 0 );
if( dir == "/" )
dir = "";
url = dir + "/e107_plugins/easyshop/easyshop.php?allcat";
sndReq = http_get( item:url, port:port );
rcvRes = http_keepalive_send_recv( port:port, data:sndReq );
if( egrep( pattern:"e107 Powered Website: EasyShop", string:rcvRes ) &&
egrep( pattern:"^HTTP/1\.[01] 200", string:rcvRes ) ) {
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
28 Jul 2023 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS 27.5
EPSS0.0101