Exploitation Summary
EIP tracks 1 public exploit for CVE-2004-0233. PoCs published by Steve Grubb.
AI-analyzed exploit summary The writeup describes two local vulnerabilities in utempter: a symbolic link attack due to improper input validation and a potential buffer overflow. Both issues stem from inadequate boundary checks and could lead to file corruption or arbitrary code execution.
Description
Utempter allows device names that contain .. (dot dot) directory traversal sequences, which allows local users to overwrite arbitrary files via a symlink attack on device names in combination with an application that trusts the utmp or wtmp files.
Exploits (1)
The writeup describes two local vulnerabilities in utempter: a symbolic link attack due to improper input validation and a potential buffer overflow. Both issues stem from inadequate boundary checks and could lead to file corruption or arbitrary code execution.