First published: Mon Dec 31 2001(Updated: )
ColdFusion 4.5 and 5, when running on Windows with the advanced security sandbox type set to "operating system," does not properly pass security context to (1) child processes created with <CFEXECUTE> and (2) child processes that call the CreateProcess function and are executed with <CFOBJECT> or end with the CFX extension, which allows attackers to execute programs with the permissions of the System account.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Adobe ColdFusion | =4.5 | |
Adobe ColdFusion | =5.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2001-1514 has been classified with a medium severity due to its potential for unauthorized code execution.
To fix CVE-2001-1514, ensure that ColdFusion 4.5 and 5 are updated to the latest security patches released by Macromedia.
CVE-2001-1514 affects ColdFusion versions 4.5 and 5.0 when running on Windows with an advanced security sandbox type set to 'operating system'.
Yes, CVE-2001-1514 can potentially allow an attacker to execute arbitrary commands through child processes.
Exploitation of CVE-2001-1514 primarily occurs through the use of <CFEXECUTE> and <CFOBJECT> to create child processes without appropriate security context.