Piwigo Cross Site Request Forgery and Path Traversal Vulnerabilities
🗓️ 21 Mar 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 31 |
|---|---|---|---|---|
| Piwigo 2.4.6 Cross Site Request Forgery / Traversal Vulnerabilities | 1 Mar 201300:00 | – | zdt | |
| Piwigo 2.4.6 - Multiple Vulnerabilities | 1 Mar 201300:00 | – | zdt | |
| Piwigo 2.7.2 SQL Injection / Cross Site Scripting Vulnerabilities | 20 Dec 201400:00 | – | zdt | |
| CVE-2013-1468 | 1 Mar 201300:00 | – | circl | |
| CVE-2013-1469 | 19 Feb 201300:00 | – | circl | |
| Piwigo Photo Gallery Project install script Directory Traversal - Ver2 (CVE-2013-1469) | 28 Dec 201400:00 | – | checkpoint_advisories | |
| CVE-2013-1468 | 12 Mar 201316:00 | – | cve | |
| CVE-2013-1469 | 13 Mar 201320:48 | – | cve | |
| CVE-2013-1468 | 12 Mar 201316:00 | – | cvelist | |
| CVE-2013-1469 | 13 Mar 201320:48 | – | cvelist |
10
| Source | Link |
|---|---|
| htbridge | www.htbridge.com/advisory/HTB23144 |
| piwigo | www.piwigo.org/releases/2.4.7 |
| exploit-db | www.exploit-db.com/exploits/24561 |
| securityfocus | www.securityfocus.com/bid/58016 |
| seclists | www.seclists.org/bugtraq/2013/Feb/152 |
| securityfocus | www.securityfocus.com/bid/58080 |
# SPDX-FileCopyrightText: 2013 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:piwigo:piwigo";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.803340");
script_version("2024-06-28T05:05:33+0000");
script_cve_id("CVE-2013-1468", "CVE-2013-1469");
script_tag(name:"cvss_base", value:"7.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2024-06-28 05:05:33 +0000 (Fri, 28 Jun 2024)");
script_tag(name:"creation_date", value:"2013-03-21 13:40:26 +0530 (Thu, 21 Mar 2013)");
script_name("Piwigo Cross Site Request Forgery and Path Traversal Vulnerabilities");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2013 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_piwigo_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("piwigo/installed");
script_xref(name:"URL", value:"http://seclists.org/bugtraq/2013/Feb/152");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/58016");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/58080");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/24561");
script_xref(name:"URL", value:"http://www.htbridge.com/advisory/HTB23144");
script_xref(name:"URL", value:"http://piwigo.org/releases/2.4.7");
script_tag(name:"insight", value:"- Flaw in the LocalFiles Editor plugin, it does not require multiple steps
or explicit confirmation for sensitive transactions.
- Input passed via 'dl' parameter to install.php is not properly sanitized before being used.");
script_tag(name:"solution", value:"Upgrade to Piwigo version 2.4.7");
script_tag(name:"summary", value:"Piwigo is prone to cross-site request forgery (CSRF) and path
traversal vulnerabilities.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to create arbitrary PHP
file or to retrieve and delete arbitrary files in the context of the
affected application.");
script_tag(name:"affected", value:"Piwigo version 2.4.6 and prior");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_app");
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 + '/install.php?dl=/../../local/config/ovtestlmn678.php';
# Actual file, '/database.inc.php' gets deleted and information cannot be fetched.
# Hence we are using dummy file 'ovtestlmn678.php' to check the
# response. The patched version of application will generate a different
# response.
if( http_vuln_check( port:port, url:url, check_header:TRUE,
pattern:"Piwigo is already installed" ) ) {
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 Jun 2024 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 27.6
EPSS0.56011