Vulnerabilities (CVE)

Filtered by vendor Neatorobotics Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-17178 1 Neatorobotics 10 Botvac D3 Connected, Botvac D3 Connected Firmware, Botvac D4 Connected and 7 more 2021-06-17 2.9 LOW 5.3 MEDIUM
An issue was discovered on Neato Botvac Connected 2.2.0 devices. They execute unauthenticated manual drive commands (sent to /bin/webserver on port 8081) if they already have an active session. Commands like forward, back, arc-left, arc-right, pivot-left, and pivot-right are executed even though the web socket replies with { "message" : "invalid authorization header" }. Without an active session, commands are still interpreted, but (except for eco-on and eco-off) have no effect, since without active driving, a driving direction does not change anything.
CVE-2018-19441 1 Neatorobotics 2 Botvac Connected, Botvac Connected Firmware 2020-02-05 1.9 LOW 4.7 MEDIUM
An issue was discovered in Neato Botvac Connected 2.2.0. The GenerateRobotPassword function of the NeatoCrypto library generates insufficiently random numbers for robot secret_key values used for local and cloud authentication/authorization. If an attacker knows the serial number and is able to estimate the time of first provisioning of a robot, he is able to brute force the generated secret_key of the robot. This is because the entropy of the secret_key exclusively relies on these two values, due to not seeding the random generator and using several constant inputs for secret_key computation. Serial numbers are printed on the packaging and equal the MAC address of the robot.