Lucene search

K
exploitdbBrock TellierEDB-ID:19650
HistoryDec 01, 1999 - 12:00 a.m.

FreeBSD 3.3 - 'gdc' Symlink

1999-12-0100:00:00
Brock Tellier
www.exploit-db.com
18

AI Score

7.4

Confidence

Low

source: https://www.securityfocus.com/bid/835/info

It is possible to write debug ouput from gdc to a file (/var/tmp/gdb_dump). Unfortunately, gdc follows symbolic links which can be created in tmp and will overwrite any file on the system thanks to it being setiud root. This does not cause any immediate compromises and is more of a denial of service attack since it does not change the permissions of the overwritten files (to say, world writeable or group writeable). Local users are required to be in group wheel (or equivelent) to execute gdc.

ln -s /etc/master.passwd /var/tmp/gated_dump

And then wait for a priviliged user to run gdc dump.

AI Score

7.4

Confidence

Low

Related for EDB-ID:19650