Vulnerabilities > CVE-2008-4558 - Resource Management Errors vulnerability in Videolan VLC Media Player 0.9.2

047910
CVSS 6.8 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
videolan
CWE-399
nessus
exploit available

Summary

Array index error in VLC media player 0.9.2 allows remote attackers to overwrite arbitrary memory and execute arbitrary code via an XSPF playlist file with a negative identifier tag, which passes a signed comparison.

Vulnerable Configurations

Part Description Count
Application
Videolan
1

Common Weakness Enumeration (CWE)

Exploit-Db

descriptionVLC 0.9.2 Media Player XSPF Memory Corruption Vulnerability. CVE-2008-4558. Dos exploit for windows platform
fileexploits/windows/dos/6756.txt
idEDB-ID:6756
last seen2016-02-01
modified2008-10-14
platformwindows
port
published2008-10-14
reporterCore Security
sourcehttps://www.exploit-db.com/download/6756/
titleVLC 0.9.2 Media Player XSPF Memory Corruption Vulnerability
typedos

Nessus

NASL familyWindows
NASL idVLC_0_9_3.NASL
descriptionThe version of VLC media player installed on the remote host is earlier than 0.9.3. Such versions do not properly bounds-check an identifier tag in XSPF files in the
last seen2020-06-01
modified2020-06-02
plugin id34400
published2008-10-15
reporterThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/34400
titleVLC Media Player < 0.9.3 XSPF Playlist Handling Memory Corruption
code
#
#  (C) Tenable Network Security, Inc.
#


include("compat.inc");

if (description)
{
  script_id(34400);
  script_version("1.11");

  script_bugtraq_id(31758);
  script_cve_id("CVE-2008-4558");

  script_name(english:"VLC Media Player < 0.9.3 XSPF Playlist Handling Memory Corruption");
  script_summary(english:"Checks version of VLC");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote Windows host contains an application that is affected by a
memory corruption vulnerability." );
 script_set_attribute(attribute:"description", value:
"The version of VLC media player installed on the remote host is
earlier than 0.9.3.  Such versions do not properly bounds-check an
identifier tag in XSPF files in the 'demux/playlist/xspf.c' library
before using it to index into an array on the heap.  By tricking a
user into opening a malicious XSPF file, it may be possible to execute
arbitrary code within the context of the affected application." );
 script_set_attribute(attribute:"see_also", value:"https://www.secureauth.com/labs/advisories/vlc-xspf-memory-corruption" );
 script_set_attribute(attribute:"see_also", value:"https://seclists.org/fulldisclosure/2008/Oct/267" );
 script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?f4765dc1" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to VLC Media Player version 0.9.4 or later (there are no
official binaries for Windows of version 0.9.3)." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");
 script_cwe_id(399);
 script_set_attribute(attribute:"plugin_publication_date", value: "2008/10/15");
 script_cvs_date("Date: 2018/11/15 20:50:29");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:videolan:vlc_media_player");
script_end_attributes();

 
  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.");

  script_dependencies("vlc_installed.nasl");
  script_require_keys("SMB/VLC/Version");

  exit(0);
}

include("global_settings.inc");

ver = get_kb_item("SMB/VLC/Version");
if (ver && tolower(ver) =~ "^0\.([0-8]\.|9\.[0-2]($|[^0-9]))")
{
  if (report_verbosity)
  {
    report = string(
      "\n",
      "VLC Media Player version ", ver, " is currently installed on the remote host.\n"
    );
    security_hole(port:get_kb_item("SMB/transport"), extra:report);
  }
  else security_hole(get_kb_item("SMB/transport"));
}

Oval

accepted2012-11-19T04:00:16.969-05:00
classvulnerability
contributors
  • nameShane Shaffer
    organizationG2, Inc.
  • nameShane Shaffer
    organizationG2, Inc.
definition_extensions
commentVLC media player is installed
ovaloval:org.mitre.oval:def:11821
descriptionArray index error in VLC media player 0.9.2 allows remote attackers to overwrite arbitrary memory and execute arbitrary code via an XSPF playlist file with a negative identifier tag, which passes a signed comparison.
familywindows
idoval:org.mitre.oval:def:14726
statusaccepted
submitted2012-01-24T15:20:33.178-04:00
titleArray index error in VLC media player 0.9.2
version6