Jump to content

Recommended Posts

I am finishing up my admin panel for my site and wanted a security audit.  It's very barebones with only user and groups management.  Some things I'd like tested:

 

1. SQL injections

 

2. Try and bypass the login to get into the admin center.

 

If you manage to get in, please try and do the following:

 

3. Try and delete the administrator account, or change its values (you should be able to reset the password but that's it).

 

4. Try and delete the administrators group, or change its values.

 

I will setup a user account that people can login with to test the inside security if no one can break in.

 

Thanks!

 

 

http://www.intravising.com

 

Profile link: http://www.intravising.com/profile.txt

Link to comment
https://forums.phpfreaks.com/topic/170857-security-audit-needed/
Share on other sites

XSS: login.php

 

The following  variables are left not filtered and unsanitized:

 

  • PHP_SELF
  • REQUEST_URI
  • SCRIPT_URL

Deprecated SSL 2.0 Protocol:

 

an attacker could remotely  exploit vunerabilities to execute man in the middle scripts or decrypt communications between service and clients.

 

 

Fix: Disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead.

 

Outdated Apache Mod SSL:

 

DDOS exploits possible.

Fix: Upgrade to latest Apche SSL version greater than 2.8.17

Outdated Apache mod Frontpage Module:

 

The Module is older than 1.61 and vunerable to buffer overflow which may allow an attacker root access.

 

Fix: this may also be a false positive manually check version if older than 1.61 dont worry if it is not, please upgrade.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.