Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

SFM exploit


ghost's Avatar
0 0

hey so i hear about this size tag exploit for SFM but I don't understand how you are suppose to incorporate malicious code into it. Can someone clear it up for me?


ghost's Avatar
0 0

that exploit doesnt work in smf

color has a regex on it for alphanumeric only size has a regex for number:number:"pt" anything else it doesnt work

font type doesnt have any regex on it but it strips out () and i cant find any way around that


ghost's Avatar
0 0

LFI On SMF 1.1.3 Download Page http://www.simplemachines.org/download/

Error code in index.php line 334

require_once($sourcedir . '/' . $actionArray[$_REQUEST['action']][0]);

Saw this on securitydot, but for me if I enter any action that doesnt exist it just redirects to index.php


ghost's Avatar
0 0

try ../../../../../etc/passwd see if it works


ghost's Avatar
0 0

As I said, any value which isn't a valid action gets redirected, I think its a fake exploit.