| CAPEC |
-
Accessing, Modifying or Executing Executable Files
An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
-
Leverage Executable Code in Non-Executable Files
An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high.
The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/)
http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here
The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process.
The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality.
The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
-
Blue Boxing
This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
-
Restful Privilege Elevation
Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side.
The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
-
Target Programs with Elevated Privileges
This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
-
Manipulating 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.
|
| nessus
via4
|
| NASL family | SuSE Local Security Checks | | NASL id | SUSE_11_1_FLASH-PLAYER-101104.NASL | | description | Adobe Flash Player was updated to version 10.1.102.64 to fix a critical security issue.
CVE-2010-3636 CVE-2010-3637 CVE-2010-3638 CVE-2010-3639 CVE-2010-3640 CVE-2010-3641 CVE-2010-3642 CVE-2010-3643 CVE-2010-3644 CVE-2010-3645 CVE-2010-3646 CVE-2010-3647 CVE-2010-3648 CVE-2010-3649 CVE-2010-3650 CVE-2010-3651 CVE-2010-3652 CVE-2010-3654 CVE-2010-3976 | | last seen | 2019-02-21 | | modified | 2014-06-13 | | plugin id | 53658 | | published | 2011-05-05 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=53658 | | title | openSUSE Security Update : flash-player (flash-player-3474) |
| NASL family | MacOS X Local Security Checks | | NASL id | MACOSX_10_6_5.NASL | | description | The remote host is running a version of Mac OS X 10.6.x that is prior to 10.6.5.
Mac OS X 10.6.5 contains security fixes for the following products :
- AFP Server
- Apache mod_perl
- Apache
- AppKit
- ATS
- CFNetwork
- CoreGraphics
- CoreText
- CUPS
- Directory Services
- diskdev_cmds
- Disk Images
- Flash Player plug-in
- gzip
- Image Capture
- ImageIO
- Image RAW
- Kernel
- MySQL
- neon
- Networking
- OpenLDAP
- OpenSSL
- Password Server
- PHP
- Printing
- python
- QuickLook
- QuickTime
- Safari RSS
- Time Machine
- Wiki Server
- X11
- xar | | last seen | 2019-02-21 | | modified | 2018-07-14 | | plugin id | 50548 | | published | 2010-11-10 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50548 | | title | Mac OS X 10.6.x < 10.6.5 Multiple Vulnerabilities |
| NASL family | Red Hat Local Security Checks | | NASL id | REDHAT-RHSA-2010-0834.NASL | | description | An updated Adobe Flash Player package that fixes multiple security issues is now available for Red Hat Enterprise Linux 4 Extras.
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 multiple vulnerabilities in Adobe Flash Player.
These vulnerabilities are detailed on the Adobe security page APSB10-26, listed in the References section.
Multiple security flaws were found in the way flash-plugin displayed certain SWF content. An attacker could use these flaws to create a specially crafted SWF file that would cause flash-plugin to crash or, potentially, execute arbitrary code when the victim loaded a page containing the specially crafted SWF content. (CVE-2010-3639, CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652, CVE-2010-3654)
An input validation flaw was discovered in flash-plugin. Certain server encodings could lead to a bypass of cross-domain policy file restrictions, possibly leading to cross-domain information disclosure.
(CVE-2010-3636)
All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 9.0.289.0. | | last seen | 2019-02-21 | | modified | 2018-07-25 | | plugin id | 63957 | | published | 2013-01-24 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=63957 | | title | RHEL 4 : flash-plugin (RHSA-2010:0834) |
| NASL family | MacOS X Local Security Checks | | NASL id | MACOSX_SECUPD2010-007.NASL | | description | The remote host is running a version of Mac OS X 10.5 that does not have Security Update 2010-007 applied.
This security update contains fixes for the following products :
- AFP Server
- Apache mod_perl
- ATS
- CFNetwork
- CoreGraphics
- CoreText
- CUPS
- Directory Services
- diskdev_cmds
- Disk Images
- Flash Player plug-in
- gzip
- ImageIO
- Image RAW
- MySQL
- Password Server
- PHP
- Printing
- python
- QuickLook
- Safari RSS
- Wiki Server
- X11 | | last seen | 2019-02-21 | | modified | 2018-07-14 | | plugin id | 50549 | | published | 2010-11-10 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50549 | | title | Mac OS X Multiple Vulnerabilities (Security Update 2010-007) |
| NASL family | SuSE Local Security Checks | | NASL id | SUSE_11_2_FLASH-PLAYER-101104.NASL | | description | Adobe Flash Player was updated to version 10.1.102.64 to fix a critical security issue.
CVE-2010-3636 CVE-2010-3637 CVE-2010-3638 CVE-2010-3639 CVE-2010-3640 CVE-2010-3641 CVE-2010-3642 CVE-2010-3643 CVE-2010-3644 CVE-2010-3645 CVE-2010-3646 CVE-2010-3647 CVE-2010-3648 CVE-2010-3649 CVE-2010-3650 CVE-2010-3651 CVE-2010-3652 CVE-2010-3654 CVE-2010-3976 | | last seen | 2019-02-21 | | modified | 2014-06-13 | | plugin id | 53718 | | published | 2011-05-05 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=53718 | | title | openSUSE Security Update : flash-player (flash-player-3474) |
| NASL family | Windows | | NASL id | FLASH_PLAYER_APSB10-26.NASL | | description | The remote Windows host contains a version of Adobe Flash Player 9.x before 9.0.289 or 10.x earlier than 10.1.102.64. Such versions are potentially affected by multiple vulnerabilities :
- A memory corruption vulnerability exists that could lead to code execution. Note that there are reports that this is being actively exploited in the wild. (CVE-2010-3654)
- An input validation issue exists that could lead to a bypass of cross-domain policy file restrictions with certain server encodings. (CVE-2010-3636)
- A memory corruption vulnerability exists in the ActiveX component. (CVE-2010-3637)
- An unspecified issue exists which could lead to a denial of service or potentially arbitrary code execution. (CVE-2010-3639)
- Multiple memory corruption issues exist that could lead to arbitrary code execution. (CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652)
- A library-loading vulnerability could lead to code execution. (CVE-2010-3976) | | last seen | 2019-02-21 | | modified | 2018-07-11 | | plugin id | 50493 | | published | 2010-11-05 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50493 | | title | Flash Player < 9.0.289 / 10.1.102.64 Multiple Vulnerabilities (APSB10-26) |
| NASL family | SuSE Local Security Checks | | NASL id | SUSE_11_3_FLASH-PLAYER-101104.NASL | | description | Adobe Flash Player was updated to version 10.1.102.64 to fix a critical security issue.
CVE-2010-3636 CVE-2010-3637 CVE-2010-3638 CVE-2010-3639 CVE-2010-3640 CVE-2010-3641 CVE-2010-3642 CVE-2010-3643 CVE-2010-3644 CVE-2010-3645 CVE-2010-3646 CVE-2010-3647 CVE-2010-3648 CVE-2010-3649 CVE-2010-3650 CVE-2010-3651 CVE-2010-3652 CVE-2010-3654 CVE-2010-3976 | | last seen | 2019-02-21 | | modified | 2014-06-13 | | plugin id | 75493 | | published | 2014-06-13 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=75493 | | title | openSUSE Security Update : flash-player (flash-player-3474) |
| NASL family | Windows | | NASL id | ADOBE_READER_APSB10-28.NASL | | description | The version of Adobe Reader installed on the remote host is earlier than 9.4.1. Such versions are reportedly affected by multiple vulnerabilities :
- A memory corruption vulnerability exists that could lead to code execution. Note that this issue does not affect Adobe Reader 8.x. (CVE-2010-3654)
- An input validation issue exists that could lead to a bypass of cross-domain policy file restrictions with certain server encodings. (CVE-2010-3636)
- A memory corruption vulnerability exists in the ActiveX component. (CVE-2010-3637)
- An unspecified issue exists which could lead to a denial of service or potentially arbitrary code execution. (CVE-2010-3639)
- Multiple memory corruption issues exist that could lead to arbitrary code execution. (CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652)
- A library-loading vulnerability could lead to code execution. (CVE-2010-3976)
- A memory corruption vulnerability exists that could lead to code execution. (CVE-2010-4091) | | last seen | 2019-02-21 | | modified | 2018-11-15 | | plugin id | 50614 | | published | 2010-11-16 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50614 | | title | Adobe Reader < 9.4.1 Multiple Vulnerabilities (APSB10-28) |
| NASL family | Gentoo Local Security Checks | | NASL id | GENTOO_GLSA-201101-09.NASL | | description | The remote host is affected by the vulnerability described in GLSA-201101-09 (Adobe Flash Player: Multiple vulnerabilities)
Multiple vulnerabilities were discovered in Adobe Flash Player. For further information please consult the CVE entries and the Adobe Security Bulletins referenced below.
Impact :
A remote attacker could entice a user to open a specially crafted SWF file, possibly resulting in the execution of arbitrary code with the privileges of the user running the application, or a Denial of Service.
Workaround :
There is no known workaround at this time. | | last seen | 2019-02-21 | | modified | 2018-07-11 | | plugin id | 51658 | | published | 2011-01-24 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=51658 | | title | GLSA-201101-09 : Adobe Flash Player: Multiple vulnerabilities |
| NASL family | FreeBSD Local Security Checks | | NASL id | FREEBSD_PKG_76B597E4E9C611DF9E10001B2134EF46.NASL | | description | Adobe Product Security Incident Response Team reports :
Critical vulnerabilities have been identified in Adobe Flash Player 10.1.85.3 and earlier versions for Windows, Macintosh, Linux, and Solaris, and Adobe Flash Player 10.1.95.1 for Android. These vulnerabilities, including CVE-2010-3654 referenced in Security Advisory APSA10-05, could cause the application to crash and could potentially allow an attacker to take control of the affected system. | | last seen | 2019-02-21 | | modified | 2018-11-21 | | plugin id | 50505 | | published | 2010-11-08 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50505 | | title | FreeBSD : linux-flashplugin -- multiple vulnerabilities (76b597e4-e9c6-11df-9e10-001b2134ef46) |
| NASL family | Red Hat Local Security Checks | | NASL id | REDHAT-RHSA-2010-0829.NASL | | description | An updated Adobe Flash Player package that fixes multiple security issues is now available for Red Hat Enterprise Linux 5 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 multiple vulnerabilities in Adobe Flash Player.
These vulnerabilities are detailed on the Adobe security page APSB10-26, listed in the References section.
Multiple security flaws were found in the way flash-plugin displayed certain SWF content. An attacker could use these flaws to create a specially crafted SWF file that would cause flash-plugin to crash or, potentially, execute arbitrary code when the victim loaded a page containing the specially crafted SWF content. (CVE-2010-3639, CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652, CVE-2010-3654)
An input validation flaw was discovered in flash-plugin. Certain server encodings could lead to a bypass of cross-domain policy file restrictions, possibly leading to cross-domain information disclosure.
(CVE-2010-3636)
During testing, it was discovered that there were regressions with Flash Player on certain sites, such as fullscreen playback on YouTube.
Despite these regressions, we feel these security flaws are serious enough to update the package with what Adobe has provided.
All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 10.1.102.64. | | last seen | 2019-02-21 | | modified | 2018-11-28 | | plugin id | 63956 | | published | 2013-01-24 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=63956 | | title | RHEL 5 : flash-plugin (RHSA-2010:0829) |
| NASL family | Red Hat Local Security Checks | | NASL id | REDHAT-RHSA-2010-0867.NASL | | description | An updated Adobe Flash Player package that fixes multiple security issues is now available for Red Hat Enterprise Linux 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 multiple vulnerabilities in Adobe Flash Player.
These vulnerabilities are detailed on the Adobe security page APSB10-26, listed in the References section.
Multiple security flaws were found in the way flash-plugin displayed certain SWF content. An attacker could use these flaws to create a specially crafted SWF file that would cause flash-plugin to crash or, potentially, execute arbitrary code when the victim loaded a page containing the specially crafted SWF content. (CVE-2010-3639, CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652, CVE-2010-3654)
An input validation flaw was discovered in flash-plugin. Certain server encodings could lead to a bypass of cross-domain policy file restrictions, possibly leading to cross-domain information disclosure.
(CVE-2010-3636)
During testing, it was discovered that there were regressions with Flash Player on certain sites, such as fullscreen playback on YouTube.
Despite these regressions, we feel these security flaws are serious enough to update the package with what Adobe has provided.
All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 10.1.102.64. | | last seen | 2019-02-21 | | modified | 2018-11-28 | | plugin id | 50639 | | published | 2010-11-18 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50639 | | title | RHEL 6 : flash-plugin (RHSA-2010:0867) |
| NASL family | Windows | | NASL id | ADOBE_ACROBAT_APSB10-28.NASL | | description | The version of Adobe Acrobat 9.x installed on the remote host is earlier than 9.4.1. Such versions are reportedly affected by multiple vulnerabilities :
- A memory corruption vulnerability exists that could lead to code execution. Note that this issue does not affect Adobe Acrobat 8.x. (CVE-2010-3654)
- An input validation issue exists that could lead to a bypass of cross-domain policy file restrictions with certain server encodings. (CVE-2010-3636)
- A memory corruption vulnerability exists in the ActiveX component. (CVE-2010-3637)
- An unspecified issue exists which could lead to a denial of service or potentially arbitrary code execution. (CVE-2010-3639)
- Multiple memory corruption issues exist that could lead to arbitrary code execution. (CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652)
- A library-loading vulnerability could lead to code execution. (CVE-2010-3976) | | last seen | 2019-02-21 | | modified | 2018-09-17 | | plugin id | 50613 | | published | 2010-11-16 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50613 | | title | Adobe Acrobat 9.x < 9.4.1 Multiple Vulnerabilities (APSB10-28) |
| NASL family | Windows | | NASL id | ADOBE_AIR_APSB10-26.NASL | | description | The remote Windows host contains a version of Adobe AIR that is earlier than 2.5.1. Such versions are affected by multiple vulnerabilities:
- An error exists in the validation of input and, with certain server encodings, lead to a violation of cross- domain policy file restrictions. (CVE-2010-3636)
- An unspecified error exists which can lead to a denial of service. (CVE-2010-3639)
- An error exists in the library loading logic and can lead to arbitrary code execution. (CVE-2010-3976)
- There exist multiple memory corruption vulnerabilities which can lead to arbitrary code execution.
(CVE-2010-3637, CVE-2010-3640, CVE-2010-3641, CVE-2010-3642, CVE-2010-3643, CVE-2010-3644, CVE-2010-3645, CVE-2010-3646, CVE-2010-3647, CVE-2010-3648, CVE-2010-3649, CVE-2010-3650, CVE-2010-3652, CVE-2010-3654) | | last seen | 2019-02-21 | | modified | 2018-06-27 | | plugin id | 50604 | | published | 2010-11-15 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50604 | | title | Adobe AIR < 2.5.1 Multiple Vulnerabilities (APSB10-26) |
| NASL family | SuSE Local Security Checks | | NASL id | SUSE_11_FLASH-PLAYER-101104.NASL | | description | Adobe Flash Player was updated to version 10.1.102.64 to fix a critical security issue. | | last seen | 2019-02-21 | | modified | 2013-11-18 | | plugin id | 50904 | | published | 2010-12-02 | | reporter | Tenable | | source | https://www.tenable.com/plugins/index.php?view=single&id=50904 | | title | SuSE 11 / 11.1 Security Update : flash-player (SAT Patch Numbers 3475 / 3477) |
|