The JavaScript for Acrobat API in Adobe Reader and Acrobat 7.x before 7.1.4, 8.x before 8.1.7, and 9.x before 9.2 does not properly implement the (1) Privileged Context and (2) Safe Path restrictions for unspecified JavaScript methods, which allows remote attackers to create arbitrary files, and possibly execute arbitrary code, via the cPath parameter in a crafted PDF file. NOTE: some of these details are obtained from third party information.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Acrobat | Adobe | * | 9.1.3 (including) |
Acrobat | Adobe | 7.0 (including) | 7.0 (including) |
Acrobat | Adobe | 7.0.1 (including) | 7.0.1 (including) |
Acrobat | Adobe | 7.0.2 (including) | 7.0.2 (including) |
Acrobat | Adobe | 7.0.3 (including) | 7.0.3 (including) |
Acrobat | Adobe | 7.0.4 (including) | 7.0.4 (including) |
Acrobat | Adobe | 7.0.5 (including) | 7.0.5 (including) |
Acrobat | Adobe | 7.0.6 (including) | 7.0.6 (including) |
Acrobat | Adobe | 7.0.7 (including) | 7.0.7 (including) |
Acrobat | Adobe | 7.0.8 (including) | 7.0.8 (including) |
Acrobat | Adobe | 7.0.9 (including) | 7.0.9 (including) |
Acrobat | Adobe | 7.1.0 (including) | 7.1.0 (including) |
Acrobat | Adobe | 7.1.1 (including) | 7.1.1 (including) |
Acrobat | Adobe | 7.1.3 (including) | 7.1.3 (including) |
Acrobat | Adobe | 8.0 (including) | 8.0 (including) |
Acrobat | Adobe | 8.1 (including) | 8.1 (including) |
Acrobat | Adobe | 8.1.1 (including) | 8.1.1 (including) |
Acrobat | Adobe | 8.1.2 (including) | 8.1.2 (including) |
Acrobat | Adobe | 8.1.3 (including) | 8.1.3 (including) |
Acrobat | Adobe | 8.1.4 (including) | 8.1.4 (including) |
Acrobat | Adobe | 8.1.6 (including) | 8.1.6 (including) |
Acrobat | Adobe | 9.0 (including) | 9.0 (including) |
Acrobat | Adobe | 9.1.1 (including) | 9.1.1 (including) |
Acrobat | Adobe | 9.1.2 (including) | 9.1.2 (including) |
Extras for RHEL 3 | RedHat | acroread-0:8.1.7-1 | * |
Extras for RHEL 4 | RedHat | acroread-0:8.1.7-1.el4 | * |
Supplementary for Red Hat Enterprise Linux 5 | RedHat | acroread-0:8.1.7-1.el5 | * |
Acroread | Ubuntu | dapper | * |
Acroread | Ubuntu | devel | * |
Acroread | Ubuntu | hardy | * |
Acroread | Ubuntu | intrepid | * |
Acroread | Ubuntu | jaunty | * |
Acroread | Ubuntu | karmic | * |
Acroread | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.