Lucene search
K

Simple HRM System 2.3 - Multiple Vulnerabilities

🗓️ 12 Apr 2013 00:00:00Reported by DoraemonType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

Multiple Vulnerabilities in Simple HRM System v2.3 and below. SQL Injection and Password Hashing Vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-2498
12 Apr 201300:00
circl
CVE
CVE-2013-2498
28 Feb 201417:00
cve
CVE
CVE-2013-2499
27 Jan 202021:51
cve
Cvelist
CVE-2013-2498
28 Feb 201417:00
cvelist
Cvelist
CVE-2013-2499
27 Jan 202021:51
cvelist
EUVD
EUVD-2013-2444
7 Oct 202500:30
euvd
EUVD
EUVD-2013-2445
7 Oct 202500:30
euvd
exploitpack
Simple HRM System 2.3 - Multiple Vulnerabilities
12 Apr 201300:00
exploitpack
NVD
CVE-2013-2498
1 Mar 201400:01
nvd
NVD
CVE-2013-2499
27 Jan 202022:15
nvd
Rows per page
# Exploit Title: Multiple Vulnerabilities in Simple HRM system v2.3 and
below
# Date: 12/04/2013
# Exploit Author: Doraemon
# Vendor Homepage: http://www.simplehrm.com/
# Software Link: http://sourceforge.net/projects/simplehrm/
# Version: 2.2/2.3
# Tested on: 2.2 & 2.3
# CVE : CVE-2013-2498, CVE-2013-2499

Date Discovered: 07 March 2013

Vendor notified: 12 march 2013 (No response from vendor after 1 month)

Advisory posted: 12 April 2013

*
*

*CVE-2013-2498*

Simple HRM system is vulnerable to sqli attacks in their login page

An attacker can perform blind sql injection through the login form and
obtain information such as password hash.

*Attack URL:* http://localhost/simplehrm/index.php/user/setLogin
*Method:* POST
*Vuln Parameter: *username=*(SQL INJECTION)*&password=abcdef
*Vuln Type*: unsanitised input argument *($name)* in
*Vuln **File:* simlehrm/flexycms/modules/user/user_manager.php
*Line:* 84
$res_company = getsingleindexrow('CALL
get_search_sql("'.TABLE_PREFIX.'company","email_id = \''.$name.'\' AND
isactive = 1 LIMIT 1")');

*CVE-2013-2499*

We discovered that if an attacker were to grab hold of the user's password
hash, the attacker can easily spoof a cookie and impersonate as anyone to
access the system. Together with the blind sql injection stated above, an
attacker can simply blind the password hash, userid, username and recreate
a cookie.

*Vuln **File:* simlehrm/flexycms/modules/user/user_manager.php
*Line:* 215 $v_user_password =
md5($info['id_user'].$info['username'].$info['password']);

This vuln effectively defeats one of the primary purposes of password hashing.


Regards

Doraemon

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

12 Apr 2013 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 27.5
CVSS 3.17.5
EPSS0.01163
27