Vulnerabilities > CVE-2009-0932 - Path Traversal vulnerability in Debian Horde and Horde Groupware

047910
CVSS 6.4 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
NONE
network
low complexity
debian
CWE-22
nessus
exploit available

Summary

Directory traversal vulnerability in framework/Image/Image.php in Horde before 3.2.4 and 3.3.3 and Horde Groupware before 1.1.5 allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the Horde_Image driver name.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Relative Path Traversal
    An attacker exploits a weakness in input validation on the target by supplying a specially constructed path utilizing dot and slash characters for the purpose of obtaining access to arbitrary files or resources. An attacker modifies a known path on the target in order to reach material that is not available through intended channels. These attacks normally involve adding additional path separators (/ or \) and/or dots (.), or encodings thereof, in various combinations in order to reach parent directories or entirely separate trees of the target's directory structure.
  • Directory Traversal
    An attacker with access to file system resources, either directly or via application logic, will use various file path specification or navigation mechanisms such as ".." in path strings and absolute paths to extend their range of access to inappropriate areas of the file system. The attacker attempts to either explore the file system for recon purposes or access directories and files that are intended to be restricted from their access. Exploring the file system can be achieved through constructing paths presented to directory listing programs, such as "ls" and 'dir', or through specially crafted programs that attempt to explore the file system. The attacker engaging in this type of activity is searching for information that can be used later in a more exploitive attack. Access to restricted directories or files can be achieved through modification of path references utilized by system applications.
  • File System Function Injection, Content Based
    An attack of this type exploits the host's trust in executing remote content including binary files. The files are poisoned with a malicious payload (targeting the file systems accessible by the target software) by the attacker and may be passed through standard channels such as via email, and standard web content like PDF and multimedia files. The attacker exploits known vulnerabilities or handling routines in the target processes. Vulnerabilities of this type have been found in a wide variety of commercial applications from Microsoft Office to Adobe Acrobat and Apple Safari web browser. When the attacker knows the standard handling routines and can identify vulnerabilities and entry points they can be exploited by otherwise seemingly normal content. Once the attack is executed, the attackers' program can access relative directories such as C:\Program Files or other standard system directories to launch further attacks. In a worst case scenario, these programs are combined with other propagation logic and work as a virus.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic
    This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL. An URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Exploit-Db

descriptionHorde Horde_Image::factory driver Argument Local File Inclusion. CVE-2009-0932. Webapps exploit for php platform
idEDB-ID:16154
last seen2016-02-01
modified2011-02-11
published2011-02-11
reporterskysbsb
sourcehttps://www.exploit-db.com/download/16154/
titleHorde Horde_Image::factory driver Argument Local File Inclusion

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_HORDE-6099.NASL
    descriptionVersion update to horde 3.1.9 fixes a cross-site-scripting (XSS) issue (CVE-2008-5917) and an include file problem (CVE-2009-0932).
    last seen2020-06-01
    modified2020-06-02
    plugin id36005
    published2009-03-24
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/36005
    titleopenSUSE 10 Security Update : horde (horde-6099)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-5563.NASL
    descriptionUpgrade to 3.3.6 - Fixes a lot of security bugs Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id47404
    published2010-07-01
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47404
    titleFedora 13 : horde-3.3.6-1.fc13 (2010-5563)
  • NASL familyCGI abuses
    NASL idHORDE_IMAGE_DRIVER_TYPE_LFI.NASL
    descriptionThe version of Horde, Horde Groupware, or Horde Groupware Webmail Edition installed on the remote host fails to filter input to the
    last seen2020-06-01
    modified2020-06-02
    plugin id35554
    published2009-01-29
    reporterThis script is Copyright (C) 2009-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/35554
    titleHorde Horde_Image::factory driver Argument Local File Inclusion
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-200909-14.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-200909-14 (Horde: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Horde: Gunnar Wrobel reported an input sanitation and directory traversal flaw in framework/Image/Image.php, related to the
    last seen2020-06-01
    modified2020-06-02
    plugin id40961
    published2009-09-14
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/40961
    titleGLSA-200909-14 : Horde: Multiple vulnerabilities
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1765.NASL
    descriptionSeveral vulnerabilities have been found in horde3, the horde web application framework. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-0932 Gunnar Wrobel discovered a directory traversal vulnerability, which allows attackers to include and execute arbitrary local files via the driver parameter in Horde_Image. - CVE-2008-3330 It was discovered that an attacker could perform a cross-site scripting attack via the contact name, which allows attackers to inject arbitrary html code. This requires that the attacker has access to create contacts. - CVE-2008-5917 It was discovered that the horde XSS filter is prone to a cross-site scripting attack, which allows attackers to inject arbitrary html code. This is only exploitable when Internet Explorer is used.
    last seen2020-06-01
    modified2020-06-02
    plugin id36119
    published2009-04-09
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/36119
    titleDebian DSA-1765-1 : horde3 - Multiple vulnerabilities
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_HORDE-090319.NASL
    descriptionVersion update to horde 3.1.9 fixes a cross-site-scripting (XSS) issue (CVE-2008-5917) and an include file problem (CVE-2009-0932).
    last seen2020-06-01
    modified2020-06-02
    plugin id39985
    published2009-07-21
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/39985
    titleopenSUSE Security Update : horde (horde-657)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-5520.NASL
    descriptionUpgrade to 3.3.6 - Fixes a lot of security bugs Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id47395
    published2010-07-01
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47395
    titleFedora 12 : horde-3.3.6-1.fc12 (2010-5520)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-5483.NASL
    descriptionUpgrade to 3.3.6 - Fixes a lot of security bugs Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id47390
    published2010-07-01
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/47390
    titleFedora 11 : horde-3.3.6-1.fc11 (2010-5483)

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/98424/horde-lfi.txt
idPACKETSTORM:98424
last seen2016-12-05
published2011-02-11
reporterskys
sourcehttps://packetstormsecurity.com/files/98424/Horde-Local-File-Inclusion.html
titleHorde Local File Inclusion

Seebug

  • bulletinFamilyexploit
    descriptionBUGTRAQ ID: 33491 CVE(CAN) ID: CVE-2009-0931,CVE-2009-0932 Horde Framework是个以PHP为基础的架构,用来创建网络应用程式。 Horde没有正确地过滤对horde/services/portal/cloud_search.php脚本所传送的输入便返回给了用户,远程攻击者可以通过提交恶意请求导致在用户浏览器会话中注入并执行任意HTML和脚本代码。 Horde没有正确地过滤对framework/Image/Image.php脚本所传送的输入便用于包含文件,远程攻击者可以通过在Horde_Image驱动名称中设置目录遍历序列导致包含和执行任意本地文件。 Horde Horde 3.3.x Horde Horde 3.2.x Horde Groupware &lt; 1.1.5 厂商补丁: Horde ----- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: <a href=http://lists.horde.org/archives/announce/2009/000486.html target=_blank rel=external nofollow>http://lists.horde.org/archives/announce/2009/000486.html</a> <a href=http://lists.horde.org/archives/announce/2009/000483.html target=_blank rel=external nofollow>http://lists.horde.org/archives/announce/2009/000483.html</a> <a href=http://lists.horde.org/archives/announce/2009/000482.html target=_blank rel=external nofollow>http://lists.horde.org/archives/announce/2009/000482.html</a>
    idSSV:4930
    last seen2017-11-19
    modified2009-03-19
    published2009-03-19
    reporterRoot
    titleHorde产品本地文件包含和跨站脚本漏洞
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:70700
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-70700
    titleHorde Horde_Image::factory driver Argument Local File Inclusion