![]() |
|
[ Archive for June, 2007 ]
• Watch out for writable samba shares.
Noticed a security issue with default samba configurations shipped with most Linux distros. For example lets say we have a system A with a writable share XYZ. On an other system B,
[root@B] smbmount //A/XYZ /mnt/share -o username=test Now using the smbclient tool to access the share
[root@B] smbclient -U test //A/XYZ As you can see the whole file system is now accessible, the attacker can download all To make sure this does not happen add the following directive to smb.conf in wide links=no | |
| [ © MSG ] | |