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.