ID CVE-2005-2619
Summary Directory traversal vulnerability in kvarcve.dll in Autonomy (formerly Verity) KeyView SDK before 9.2.0, as used in Lotus Notes 6.5.4 and 7.0, allows remote attackers to delete arbitrary files via a (1) ZIP, (2) UUE or (3) TAR archive that contains a .. (dot dot) in the filename, which is not properly handled when generating a preview.
References
Vulnerable Configurations
  • cpe:2.3:a:autonomy:keyview_export_sdk:*:*:*:*:*:*:*:*
    cpe:2.3:a:autonomy:keyview_export_sdk:*:*:*:*:*:*:*:*
  • cpe:2.3:a:autonomy:keyview_filter_sdk:*:*:*:*:*:*:*:*
    cpe:2.3:a:autonomy:keyview_filter_sdk:*:*:*:*:*:*:*:*
  • cpe:2.3:a:autonomy:keyview_viewer_sdk:*:*:*:*:*:*:*:*
    cpe:2.3:a:autonomy:keyview_viewer_sdk:*:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.5:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.5:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:6.5.4:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:6.5.4:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:lotus_notes:7.0:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:lotus_notes:7.0:*:*:*:*:*:*:*
CVSS
Base: 9.3 (as of 19-10-2018 - 15:33)
Impact:
Exploitability:
CWE CWE-22
CAPEC
  • Manipulating Web 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.
  • 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 ways of encoding a URL and abuse the interpretation of the URL. A 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.
  • Using Escaped Slashes in Alternate Encoding
    This attack targets the use of the backslash in alternate encoding. An attacker can provide a backslash as a leading character and causes a parser to believe that the next character is special. This is called an escape. By using that trick, the attacker tries to exploit alternate ways to encode the same character which leads to filter problems and opens avenues to attack.
  • Path Traversal
    An adversary uses path manipulation methods to exploit insufficient input validation of a target to obtain access to data that should be not be retrievable by ordinary well-formed requests. A typical variety of this attack involves specifying a path to a desired file together with dot-dot-slash characters, resulting in the file access API or function traversing out of the intended directory structure and into the root file system. By replacing or modifying the expected path information the access function or API retrieves the file desired by the attacker. These attacks either involve the attacker providing a complete path to a targeted file or using control characters (e.g. path separators (/ or \) and/or dots (.)) to reach desired directories or files.
  • Using Slashes in Alternate Encoding
    This attack targets the encoding of the Slash characters. An attacker would try to exploit common filtering problems related to the use of the slashes characters to gain access to resources on the target host. Directory-driven systems, such as file systems and databases, typically use the slash character to indicate traversal between directories or other container components. For murky historical reasons, PCs (and, as a result, Microsoft OSs) choose to use a backslash, whereas the UNIX world typically makes use of the forward slash. The schizophrenic result is that many MS-based systems are required to understand both forms of the slash. This gives the attacker many opportunities to discover and abuse a number of common filtering problems. The goal of this pattern is to discover server software that only applies filters to one version, but not the other.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:N/AC:M/Au:N/C:C/I:C/A:C
refmap via4
bid 16576
bugtraq 20060210 Secunia Research: Lotus Notes Multiple Archive Handling DirectoryTraversal
confirm http://www-1.ibm.com/support/docview.wss?rs=475&uid=swg21229918
misc
osvdb 23066
sectrack 1015657
secunia
  • 16100
  • 16280
vupen ADV-2006-0500
xf lotus-kvarcve-directory-traversal(24637)
saint via4
  • bid 16576
    description Lotus Notes Attachment Viewer UUE file buffer overflow
    id mail_client_notes
    osvdb 23065
    title lotus_notes_attachment_viewer_uue
    type client
  • bid 16576
    description Lotus Notes HTML Speed Reader URL buffer overflow
    id mail_client_notes
    osvdb 23068
    title lotus_notes_speed_reader_url
    type client
Last major update 19-10-2018 - 15:33
Published 31-12-2005 - 05:00
Last modified 19-10-2018 - 15:33
Back to Top