Exploitation Summary
EIP tracks 1 public exploit for CVE-2012-5367. PoCs published by High-Tech Bridge.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in OrangeHRM 2.7.1-rc.1 by injecting a malicious SQL query into the 'sortField' parameter. The query attempts to read a file from the server using the 'load_file' function, potentially leaking sensitive information like the database version.
Description
Multiple SQL injection vulnerabilities in OrangeHRM 2.7.1 RC 1 allow remote authenticated administrators to execute arbitrary SQL commands via the sortField parameter to (1) viewCustomers, (2) viewPayGrades, or (3) viewSystemUsers in symfony/web/index.php/admin/, as demonstrated using cross-site request forgery (CSRF) attacks.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in OrangeHRM 2.7.1-rc.1 by injecting a malicious SQL query into the 'sortField' parameter. The query attempts to read a file from the server using the 'load_file' function, potentially leaking sensitive information like the database version.