VYPR
Unrated severityNVD Advisory· Published Mar 2, 2020· Updated Aug 4, 2024

CVE-2019-12183

CVE-2019-12183

Description

Incorrect Access Control in Safescan Timemoto TM-616 and TA-8000 series allows remote attackers to read any file via the administrative API.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

3

Patches

Vulnerability mechanics

Root cause

"The administrative API's CMD_READ_FILE handler performs no authentication or authorization checks before returning the contents of any requested file."

Attack vector

An attacker on the same network can connect to the API service on TCP port 4360 (default, no authentication required) and send a crafted command packet with opcode corresponding to `CMD_READ_FILE`. The API returns the contents of any requested file without any access control checks [ref_id=1]. This allows reading sensitive files such as `/etc/passwd`, `/etc/shadow`, configuration files containing Wi-Fi credentials, and even fingerprint image data stored on the device [ref_id=1].

Affected code

The vulnerability resides in the administrative API service running on port 4360 of the Safescan Timemoto TM-616 and TA-8000 series devices. The `CMD_READ_FILE` handler in the API binary allows an unauthenticated remote attacker to read any file on the device filesystem by simply requesting it through the API protocol [ref_id=1].

What the fix does

The advisory does not include a patch diff. The vendor released a fix in August 2019 [ref_id=1]. Based on the researcher's description, proper authentication and authorization checks must be added to the `CMD_READ_FILE` handler so that only authenticated administrators can read files, and the handler should restrict which paths can be accessed to prevent arbitrary file reads.

Preconditions

  • networkAttacker must have network access to the device's API service on port 4360
  • authNo authentication is required; the API runs by default with no access control

Generated on Jun 1, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

2

News mentions

0

No linked articles in our index yet.