Adobe Reader Multimeda Doc.media.newPlayer RCE Vulnerability - Linux. Remote code execution vulnerability in Doc.media.newPlayer in Adobe Reader version 9.2.0 and prior. Exploits JavaScript module doc.media object
# SPDX-FileCopyrightText: 2009 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-or-later
CPE = "cpe:/a:adobe:acrobat_reader";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801095");
script_version("2024-07-01T05:05:38+0000");
script_cve_id("CVE-2009-4324");
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_tag(name:"last_modification", value:"2024-07-01 05:05:38 +0000 (Mon, 01 Jul 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-06-28 14:20:36 +0000 (Fri, 28 Jun 2024)");
script_tag(name:"creation_date", value:"2009-12-21 07:14:17 +0100 (Mon, 21 Dec 2009)");
script_name("Adobe Reader Multimeda Doc.media.newPlayer RCE Vulnerability - Linux");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("gb_adobe_prdts_detect_lin.nasl");
script_mandatory_keys("Adobe/Reader/Linux/Version");
script_xref(name:"URL", value:"http://www.f-secure.com/weblog/archives/00001836.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37331");
script_xref(name:"URL", value:"http://extraexploit.blogspot.com/search/label/CVE-2009-4324");
script_xref(name:"URL", value:"http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20091214");
script_xref(name:"URL", value:"http://blogs.adobe.com/psirt/2009/12/new_adobe_reader_and_acrobat_v.html");
script_xref(name:"URL", value:"http://downloads.securityfocus.com/vulnerabilities/exploits/adobe_media_newplayer.rb");
script_xref(name:"URL", value:"http://vrt-sourcefire.blogspot.com/2009/12/adobe-reader-medianewplayer-analysis.html");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_tag(name:"summary", value:"Adobe Reader is prone to remote code execution (RCE)
vulnerability in Doc.media.newPlayer.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"There exists a flaw in the JavaScript module doc.media object
while sending a null argument to the newPlayer() method as the exploitation method makes use of a
vpointer that has not been initialized.");
script_tag(name:"impact", value:"Successful exploitation will let attackers to execute arbitrary
code and compromise a user's system.");
script_tag(name:"affected", value:"Adobe Reader version 9.2.0 and prior.");
script_tag(name:"solution", value:"Update to version 9.3.2 or later.
Workaround: Disable JavaScript execution from the Adobe Acrobat/Reader product
configuration menu settings.");
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!vers = get_app_version(cpe:CPE))
exit(0);
if(version_is_less_equal(version:vers, test_version:"9.2.0")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"9.3.2");
security_message(port:0, data:report);
exit(0);
}
exit(99);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo