CVE-2021-40404
Description
An authentication bypass vulnerability exists in the cgiserver.cgi Login functionality of reolink RLC-410W v3.0.0.136_20121102. A specially-crafted HTTP request can lead to authentication bypass. An attacker can send an HTTP request to trigger this vulnerability.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An authentication bypass in Reolink RLC-410W cgiserver.cgi allows an unauthenticated attacker to execute arbitrary commands by providing a JSON array in the HTTP body.
Vulnerability
An authentication bypass vulnerability exists in the cgiserver.cgi Login functionality of Reolink RLC-410W firmware version 3.0.0.136_20121102 [1]. The camera enforces that only the Login API is usable without authentication, but the command parser accepts a JSON array of commands in the HTTP body. By including a non-Login command in the array alongside a Login command, an attacker can bypass the “please login first” check and execute arbitrary API commands without authentication [1].
Exploitation
An attacker can send a specially crafted HTTP POST request to the camera containing a JSON array object in the body. The array must include a cmd with value Login as one element, and any other desired command(s) in subsequent elements. No authentication, user interaction, or network position is required beyond network access to the device [1]. The parse_incoming_and_check_command function processes the array without properly enforcing the authentication check for each command, allowing the attacker to execute privileged commands.
Impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary API commands on the camera, bypassing the intended access control. This can lead to modification of device settings, retrieval of sensitive information (such as camera configuration or video stream access), and other unauthorized actions with the privileges of an authenticated user, resulting in a compromise of confidentiality and integrity of the device [1]. The CVSSv3 score is 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N).
Mitigation
As of the publication date (2022-01-28), no fixed firmware version has been released by Reolink. Users should monitor the vendor’s support page for updates. Reolink RLC-410W devices running firmware version 3.0.0.136_20121102 are affected and no workaround is provided in the reference [1]. If the device reaches end-of-life, replacement is recommended.
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- reolink/RLC-410Wdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- talosintelligence.com/vulnerability_reports/TALOS-2021-1420mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.