| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| CVE-2008-5235 | 26 Nov 200801:00 | – | cve | |
| CVE-2008-5235 | 26 Nov 200801:00 | – | cvelist | |
| CVE-2008-5235 | 26 Nov 200801:00 | – | debiancve | |
| EUVD-2008-5212 | 7 Oct 202500:30 | – | euvd | |
| GLSA-201006-04 : xine-lib: User-assisted execution of arbitrary code | 2 Jun 201000:00 | – | nessus | |
| openSUSE Security Update : xine-devel (xine-devel-483) | 21 Jul 200900:00 | – | nessus | |
| SuSE 10 Security Update : xine (ZYPP Patch Number 5965) | 27 Jan 201100:00 | – | nessus | |
| openSUSE 10 Security Update : xine-devel (xine-devel-5966) | 5 Feb 200900:00 | – | nessus | |
| xine-lib: User-assisted execution of arbitrary code | 1 Jun 201000:00 | – | gentoo | |
| CVE-2008-5235 | 26 Nov 200801:30 | – | nvd |
| Source | Link |
|---|---|
| frsirt | www.frsirt.com/english/advisories/2008/2382 |
| sourceforge | www.sourceforge.net/project/shownotes.php |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_xine-lib_mult_code_exe_dos_vuln_900111.nasl 7823 2017-11-20 08:54:04Z cfischer $
# Description: xine-lib Multiple Vulnerabilities
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (C) 2008 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
##############################################################################
tag_impact = "Remote exploitation could allow execution of arbitrary code to
cause the server to crash or denying the access to legitimate users.
Impact Level : Application";
tag_solution = "Upgrade to xine-lib version 1.1.15
http://xinehq.de/index.php/releases";
tag_affected = "xine-lib versions prior to 1.1.15 on Linux (All).";
tag_insight = "The flaws are due to,
- errors when processing malformed Ogg files in demux_ogg_send_chunk()
and send_header() functions in src/demuxers/demux_ogg.c
- error when processing malformed V4L video in open_video_capture_device()
function in src/input/input_v4l.c file.
- error when processing malformed ID3 data in id3v22_interp_frame(),
id3v23_interp_frame(), and id3v24_interp_frame() functions in
src/demuxers/id3.c file.
- error when processing malformed Real file in demux_real_send_chunk()
function in src/demuxers/demux_real.c file.";
tag_summary = "The host is installed with xine-lib, which prone to multiple
vulnerabilities.";
if(description)
{
script_id(900111);
script_version("$Revision: 7823 $");
script_tag(name:"last_modification", value:"$Date: 2017-11-20 09:54:04 +0100 (Mon, 20 Nov 2017) $");
script_tag(name:"creation_date", value:"2008-08-22 10:29:01 +0200 (Fri, 22 Aug 2008)");
script_cve_id("CVE-2008-5235");
script_bugtraq_id(30698);
script_copyright("Copyright (C) 2008 SecPod");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_family("General");
script_name("xine-lib Multiple Vulnerabilities");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("login/SSH/success");
script_exclude_keys("ssh/no_linux_shell");
script_xref(name : "URL" , value : "http://www.frsirt.com/english/advisories/2008/2382");
script_xref(name : "URL" , value : "http://sourceforge.net/project/shownotes.php?release_id=619869&group_id=9655");
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "impact" , value : tag_impact);
exit(0);
}
include("ssh_func.inc");
foreach item (get_kb_list("ssh/login/rpms"))
{
if("xine" >< item)
{
if(egrep(pattern:"(libxine(1)?|xine-lib)~(0\..*|1\.(0\..*|" +
"1(\.0?[0-9]|\.1[0-4])?))[^.0-9]", string:item))
{
security_message(0);
exit(0);
}
}
}
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
xineVer = ssh_cmd(socket:sock, cmd:"xine-config --version");
ssh_close_connection();
if(!xineVer){
exit(0);
}
if(egrep(pattern:"^(0\..*|1\.(0\..*|1(\.0?[0-9]|\.1[0-4])?))([^.0-9]|$)",
string:xineVer)){
security_message(port:0);
}
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