top of page

Voting System 1.0 SQL Injection



Application Details

Voting System is a web application which serves as an automated voting system, storing information such as elected positions, candidates, and voters.


Vulnerability

Voting System is vulnerable to SQL injection.


Identification

A remote attacker could send specially crafted SQL statements to the votersystem/login.php script using the 'voter' parameter, which could allow the attacker to view, add, modify or delete information in the back-end database.

POST /login.php
PAYLOAD - voter=as' AND (SELECT 2487 FROM (SELECT(SLEEP(5)))WYpt) AND 'hBVQ'='hBVQ&password=as&login=


Detection

By turning this into a traffic file and matching rule, we are able to detect attempts to influence the vulnerable parameter with SQL injections.


Coverage

Idappcom has created signature 8021269 along with a traffic file.


References

Voting System 1.0 SQL Injection - Exploit Database


Traffic IQ

If you are concerned that your business may be at risk of this vulnerability or others why not try out our Traffic IQ software which can scan your defences and report any issues. Learn more here: https://www.idappcom.co.uk/traffic-iq-professional

bottom of page