Short Name |
SCAN:MISC:FTP:FREEBSD-FTPD-GLOB |
---|---|
Severity |
Low |
Recommended |
No |
Category |
SCAN |
Keywords |
FreeBSD FTP Daemon glob() Buffer Overflow |
Release Date |
2003/04/23 |
Update Number |
1213 |
Supported Platforms |
idp-4.0+, isg-3.0+, j-series-9.5+, mx-9.4+, srx-9.2+, srx-branch-9.4+, vsrx-12.1+ |
This signature detects attempts to exploit a known vulnerability against the FreeBSD FTP daemon. FreeBSD-4.2 is vulnerable. Attackers can submit a malicious STAT request that contains file globing characters, to execute arbitrary code on the target host with administrator privileges.
The BSD ftp daemon and derivatives (such as IRIX ftpd or the ftp daemon shipped with Kerberos 5) contain a number of buffer overflows that may lead to a compromise of root access to malicious users. During parsing operations, the ftp daemon assumes that there can never be more than 512 bytes of user-supplied data. This is because that is usually how much data is read from a socket. Because of this assumption, certain memory copy operations involving user data lack bounds checking. It is possible for users to use metacharacters to expand file/path names through interpretation by glob() and exploit these overflowable conditions. In order to do so, the attacker's ftp account must be able to either create directories or directories with long enough names must exist already. Any attacker to successfully exploit this vulnerability would gain root access on the target host.