No worries. I figured it was an oversight. That's why I'm here, to help keep you all safe!
About this attack though, the name says alot "ASPRox". This attack is focused on ASP driven sites and HM only runs Linux-based servers. Thus we only have php.
The pdf you linked to mentions that the attack can affect php sites, but doesn't go into any details about how this is done. It only provides asp code, which we as HM customers are safe from.
That doesn't mean we are all safe from SQL injection attacks in general. There is a great rule of thumb for all php/mysql driven sites:
Never trust the data provided by your forms.
Always run tests against them. Always run them through "cleaner" scripts to parse out the potentially bad stuff and NEVER allow direct access to php code that inserts data into the database.
Again, good heads-up on the reminder for protecting against SQL-injection attacks.
~regards




Reply With Quote
