Joomla J2Store 3.1.6 Multiple SQLi Vulnerabilities
🗓️ 07 Jul 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 44 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Joomla! J2Store Extension SQL Injection Vulnerability | 19 Aug 201500:00 | – | cnvd | |
| CVE-2015-6513 | 18 Aug 201515:00 | – | cve | |
| CVE-2015-6513 | 18 Aug 201515:00 | – | cvelist | |
| EUVD-2015-6453 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-6513 | 18 Aug 201515:59 | – | nvd | |
| Sql injection | 18 Aug 201515:59 | – | prion | |
| CVE-2015-6513 | 22 May 202505:01 | – | redhatcve |
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.com/files/132658/Joomla-J2Store-3.1.6-SQL-Injection.html |
| j2store | www.j2store.org/download-j2store/j2store-v3-3-1-7.html |
# 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:joomla:joomla";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107024");
script_version("2026-06-11T07:15:11+0000");
script_cve_id("CVE-2015-6513");
script_tag(name:"last_modification", value:"2026-06-11 07:15:11 +0000 (Thu, 11 Jun 2026)");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"creation_date", value:"2016-07-07 06:40:16 +0200 (Thu, 07 Jul 2016)");
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_name("Joomla J2Store 3.1.6 Multiple SQLi Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("joomla_http_detect.nasl");
script_mandatory_keys("joomla/detected");
script_require_ports("Services/www", 80);
script_tag(name:"summary", value:"Jommla J2Store is prone to multiple SQL injection (SQLi)
vulnerabilities.");
script_tag(name:"insight", value:"The first vulnerability was in the sortby parameter within a request made
while searching for products. The second vulnerability was in an advanced search multipart form request,
within the manufacturer_ids parameters.");
script_tag(name:"vuldetect", value:"The script detects the version of joomla J2Store component on remote host and tells whether it is vulnerable or not.");
script_tag(name:"impact", value:"Successful exploitation will allow an
unauthenticated remote attacker to execute arbitrary SQL commands via the (1) sortby or (2) manufacturer_ids[] parameter to index.php.");
script_tag(name:"affected", value:"J2Store v3.1.6 and previous versions.");
script_tag(name:"solution", value:"Fixed in J2Store v3.1.7 version.");
script_xref(name:"URL", value:"https://packetstormsecurity.com/files/132658/Joomla-J2Store-3.1.6-SQL-Injection.html");
script_xref(name:"URL", value:"http://j2store.org/download-j2store/j2store-v3-3-1-7.html");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("version_func.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 + "/Joomla/administrator/components/com_j2store/com_j2store.xml";
req = http_get(item:url, port:port);
res = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);
if(res !~ "<extension version" && "J2Store" >!< res && "Joomla" >!< res)
exit(0);
if(ve = egrep(pattern:"<version>([0-9])+", string:res) ) {
tmpVer = eregmatch(pattern:"<version>(([0-9])[.]([0-9])[.]([0-9]))", string:ve);
}
if(tmpVer[1])
version = tmpVer[1];
if(version && version_is_less(version:version, test_version:"3.1.7")) {
report = report_fixed_ver(installed_version:version, fixed_version:"3.1.7");
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
11 Jun 2026 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 27.5
EPSS0.02167