Vulnerabilities > CVE-2013-0633 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Adobe Flash Player
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Buffer overflow in Adobe Flash Player before 10.3.183.51 and 11.x before 11.5.502.149 on Windows and Mac OS X, before 10.3.183.51 and 11.x before 11.2.202.262 on Linux, before 11.1.111.32 on Android 2.x and 3.x, and before 11.1.115.37 on Android 4.x allows remote attackers to execute arbitrary code via crafted SWF content, as exploited in the wild in February 2013.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Exploit-Db
description | Adobe Flash Player Regular Expression Heap Overflow. CVE-2013-0633,CVE-2013-0634. Remote exploit for windows platform |
id | EDB-ID:32959 |
last seen | 2016-02-03 |
modified | 2014-04-21 |
published | 2014-04-21 |
reporter | metasploit |
source | https://www.exploit-db.com/download/32959/ |
title | Adobe Flash Player Regular Expression Heap Overflow |
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_FLASH-PLAYER-8458.NASL description Adobe Flash Player was updated to release 11.2.202.262, fixing bugs and security issues. (CVE-2013-0633 / CVE-2013-0634 ) More information can be found at http://www.adobe.com/support/security/bulletins/apsb13-04.html last seen 2020-06-05 modified 2013-02-13 plugin id 64614 published 2013-02-13 reporter This script is Copyright (C) 2013-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64614 title SuSE 10 Security Update : flash-player (ZYPP Patch Number 8458) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The text description of this plugin is (C) Novell, Inc. # include("compat.inc"); if (description) { script_id(64614); script_version("1.9"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04"); script_cve_id("CVE-2013-0633", "CVE-2013-0634"); script_name(english:"SuSE 10 Security Update : flash-player (ZYPP Patch Number 8458)"); script_summary(english:"Checks rpm output for the updated package"); script_set_attribute( attribute:"synopsis", value:"The remote SuSE 10 host is missing a security-related patch." ); script_set_attribute( attribute:"description", value: "Adobe Flash Player was updated to release 11.2.202.262, fixing bugs and security issues. (CVE-2013-0633 / CVE-2013-0634 ) More information can be found at http://www.adobe.com/support/security/bulletins/apsb13-04.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2013-0633.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2013-0634.html" ); script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 8458."); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_set_attribute(attribute:"exploited_by_malware", value:"true"); script_set_attribute(attribute:"metasploit_name", value:'Adobe Flash Player Regular Expression Heap Overflow'); script_set_attribute(attribute:"exploit_framework_metasploit", value:"true"); script_set_attribute(attribute:"exploit_framework_canvas", value:"true"); script_set_attribute(attribute:"canvas_package", value:'CANVAS'); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux"); script_set_attribute(attribute:"patch_publication_date", value:"2013/02/11"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/13"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list"); exit(0); } include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled."); if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE."); if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages."); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) exit(1, "Failed to determine the architecture type."); if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented."); flag = 0; if (rpm_check(release:"SLED10", sp:4, reference:"flash-player-11.2.202.262-0.5.1")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else exit(0, "The host is not affected.");
NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_414E6A41720411E28599001060E06FD4.NASL description Adobe reports : These updates address vulnerabilities that could cause a crash and potentially allow an attacker to take control of the affected system. last seen 2020-06-01 modified 2020-06-02 plugin id 64516 published 2013-02-10 reporter This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/64516 title FreeBSD : linux-flashplugin -- multiple vulnerabilities (414e6a41-7204-11e2-8599-001060e06fd4) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from the FreeBSD VuXML database : # # Copyright 2003-2018 Jacques Vidrine and contributors # # Redistribution and use in source (VuXML) and 'compiled' forms (SGML, # HTML, PDF, PostScript, RTF and so forth) with or without modification, # are permitted provided that the following conditions are met: # 1. Redistributions of source code (VuXML) must retain the above # copyright notice, this list of conditions and the following # disclaimer as the first lines of this file unmodified. # 2. Redistributions in compiled form (transformed to other DTDs, # published online in any format, converted to PDF, PostScript, # RTF and other formats) must reproduce the above copyright # notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. # # THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # include("compat.inc"); if (description) { script_id(64516); script_version("1.10"); script_cvs_date("Date: 2018/11/10 11:49:43"); script_cve_id("CVE-2013-0633", "CVE-2013-0634"); script_name(english:"FreeBSD : linux-flashplugin -- multiple vulnerabilities (414e6a41-7204-11e2-8599-001060e06fd4)"); script_summary(english:"Checks for updated package in pkg_info output"); script_set_attribute( attribute:"synopsis", value:"The remote FreeBSD host is missing a security-related update." ); script_set_attribute( attribute:"description", value: "Adobe reports : These updates address vulnerabilities that could cause a crash and potentially allow an attacker to take control of the affected system." ); script_set_attribute( attribute:"see_also", value:"https://www.adobe.com/support/security/bulletins/apsb13-04.html" ); # https://vuxml.freebsd.org/freebsd/414e6a41-7204-11e2-8599-001060e06fd4.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?f1dec01a" ); script_set_attribute(attribute:"solution", value:"Update the affected package."); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_set_attribute(attribute:"exploited_by_malware", value:"true"); script_set_attribute(attribute:"metasploit_name", value:'Adobe Flash Player Regular Expression Heap Overflow'); script_set_attribute(attribute:"exploit_framework_metasploit", value:"true"); script_set_attribute(attribute:"exploit_framework_canvas", value:"true"); script_set_attribute(attribute:"canvas_package", value:'CANVAS'); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-f10-flashplugin"); script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd"); script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/07"); script_set_attribute(attribute:"patch_publication_date", value:"2013/02/08"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/10"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"FreeBSD Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info"); exit(0); } include("audit.inc"); include("freebsd_package.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD"); if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING); flag = 0; if (pkg_test(save_report:TRUE, pkg:"linux-f10-flashplugin<11.2r202.262")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get()); else security_hole(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family SuSE Local Security Checks NASL id SUSE_11_FLASH-PLAYER-130211.NASL description Adobe Flash Player was updated to release 11.2.202.262, fixing bugs and security issues. (CVE-2013-0633 / CVE-2013-0634) More information can be found at http://www.adobe.com/support/security/bulletins/apsb13-04.html last seen 2020-06-05 modified 2013-02-13 plugin id 64613 published 2013-02-13 reporter This script is Copyright (C) 2013-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64613 title SuSE 11.2 Security Update : flash-player (SAT Patch Number 7326) NASL family Windows NASL id FLASH_PLAYER_APSB13-04.NASL description According to its version, the instance of Flash Player installed on the remote Windows host is 11.x equal or prior to 11.5.502.146, or 10.x equal or prior to 10.3.183.50. It is, therefore, potentially affected by the following vulnerabilities : - An unspecified error exists that could allow a buffer overflow leading to code execution. (CVE-2013-0633) - An unspecified error exists that could allow memory corruption leading to code execution. (CVE-2013-0634) last seen 2020-06-01 modified 2020-06-02 plugin id 64506 published 2013-02-08 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64506 title Flash Player <= 10.3.183.50 / 11.5.502.146 Multiple Vulnerabilities (APSB13-04) NASL family MacOS X Local Security Checks NASL id MACOSX_FLASH_PLAYER_11_5_502_149.NASL description According to its version, the instance of Flash Player installed on the remote Mac OS X host is 11.x equal to or earlier than 11.5.502.146, or 10.x equal to or earlier than 10.3.183.50. It is, therefore, potentially affected by the following vulnerabilities : - An unspecified error exists that could allow a buffer overflow leading to code execution. (CVE-2013-0633) - An unspecified error exists that could allow memory corruption leading to code execution. (CVE-2013-0634) last seen 2020-06-01 modified 2020-06-02 plugin id 64507 published 2013-02-08 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64507 title Flash Player for Mac <= 10.3.183.50 / 11.5.502.146 Multiple Vulnerabilities (APSB13-04) NASL family SuSE Local Security Checks NASL id OPENSUSE-2013-111.NASL description Adobe Flash Player was updated to 11.2.202.262 to fix various security issues and bugs. last seen 2020-06-05 modified 2014-06-13 plugin id 74887 published 2014-06-13 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/74887 title openSUSE Security Update : flash-player (openSUSE-SU-2013:0279-2) NASL family Windows NASL id SMB_KB2811522.NASL description The remote host is missing KB2811522. The installed version of Adobe Flash ActiveX control is potentially affected by the following vulnerabilities : - An unspecified error exists that could allow a buffer overflow leading to code execution. (CVE-2013-0633) - An unspecified error exists that could allow memory corruption leading to code execution. (CVE-2013-0634) last seen 2020-06-01 modified 2020-06-02 plugin id 64508 published 2013-02-08 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/64508 title MS KB2811522: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer 10 NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201309-06.NASL description The remote host is affected by the vulnerability described in GLSA-201309-06 (Adobe Flash Player: Multiple vulnerabilities) Multiple unspecified vulnerabilities have been discovered in Adobe Flash Player. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could entice a user to open specially crafted SWF content, possibly resulting in execution of arbitrary code with the privileges of the process or a Denial of Service condition. Furthermore, a remote attacker may be able to bypass access restrictions. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 69889 published 2013-09-14 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/69889 title GLSA-201309-06 : Adobe Flash Player: Multiple vulnerabilities NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2013-0243.NASL description An updated Adobe Flash Player package that fixes two security issues is now available for Red Hat Enterprise Linux 5 and 6 Supplementary. The Red Hat Security Response Team has rated this update as having critical security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The flash-plugin package contains a Mozilla Firefox compatible Adobe Flash Player web browser plug-in. This update fixes two vulnerabilities in Adobe Flash Player. These vulnerabilities are detailed in the Adobe Security bulletin APSB13-04, listed in the References section. Specially crafted SWF content could cause flash-plugin to crash or, potentially, execute arbitrary code when a victim loads a page containing the malicious SWF content. (CVE-2013-0633, CVE-2013-0634) All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 11.2.202.262. last seen 2020-06-01 modified 2020-06-02 plugin id 64517 published 2013-02-10 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/64517 title RHEL 5 / 6 : flash-plugin (RHSA-2013:0243)
Redhat
advisories |
| ||||
rpms |
|
References
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00004.html
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00004.html
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00006.html
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00006.html
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00007.html
- http://lists.opensuse.org/opensuse-security-announce/2013-02/msg00007.html
- http://rhn.redhat.com/errata/RHSA-2013-0243.html
- http://rhn.redhat.com/errata/RHSA-2013-0243.html
- http://www.adobe.com/support/security/bulletins/apsb13-04.html
- http://www.adobe.com/support/security/bulletins/apsb13-04.html