You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user supplies a directory plus a file in this directory as destinations for fileslack exploitation, the autoexpansion of directories could lead to multiple writes into the slack space of the same file. For instance:
If a user supplies a directory plus a file in this directory as destinations for fileslack exploitation, the autoexpansion of directories could lead to multiple writes into the slack space of the same file. For instance:
would first write into
adir/afile.txt
, then expandadir
toadir/afile.txt
and then write again into the slack space ofadir/afile.txt
.This is an issue in FAT fileslack implementation, but I'm not sure if the NTFS implementation is affected.
The text was updated successfully, but these errors were encountered: