VYPR

Mir100 Firmware

by Mobile Industrial Robots

CVEs (5)

  • CVE-2020-10276CriJun 24, 2020
    risk 0.64cvss 9.8epss 0.01

    The password for the safety PLC is the default and thus easy to find (in manuals, etc.). This allows a manipulated program to be uploaded to the safety PLC, effectively disabling the emergency stop in case an object is too close to the robot. Navigation and any other components…

  • CVE-2020-10275CriJun 24, 2020
    risk 0.64cvss 9.8epss 0.01

    The access tokens for the REST API are directly derived from the publicly available default credentials for the web interface. Given a USERNAME and a PASSWORD, the token string is generated directly with base64(USERNAME:sha256(PASSWORD)). An unauthorized attacker inside the…

  • CVE-2020-10280HigJun 24, 2020
    risk 0.49cvss 7.5epss 0.01

    The Apache server on port 80 that host the web interface is vulnerable to a DoS by spamming incomplete HTTP headers, effectively blocking the access to the dashboard.

  • CVE-2020-10274HigJun 24, 2020
    risk 0.46cvss 7.1epss 0.01

    The access tokens for the REST API are directly derived (sha256 and base64 encoding) from the publicly available default credentials from the Control Dashboard (refer to CVE-2020-10270 for related flaws). This flaw in combination with CVE-2020-10273 allows any attacker connected…

  • CVE-2020-10277MedJun 24, 2020
    risk 0.42cvss 6.4epss 0.00

    There is no mechanism in place to prevent a bad operator to boot from a live OS image, this can lead to extraction of sensible files (such as the shadow file) or privilege escalation by manually adding a new user with sudo privileges on the machine.