CVE-2020-36910
Authenticated Remote Command Injection in Cayin Signage Media Player
Publication date: 2026-01-06
Last updated on: 2026-01-06
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cayin | signage_media_player | 3.0 |
| cayin | signage_media_player | From 3.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2020-36910 is an authenticated remote command injection vulnerability in Cayin Signage Media Player 3.0 and related versions. It occurs due to improper sanitization of the 'NTP_Server_IP' parameter in the system.cgi and wizard_system.cgi web interface pages. An attacker who has authenticated access using default credentials can inject arbitrary shell commands through this parameter, which are then executed with root privileges on the device. This allows the attacker to fully compromise the system. [1, 2, 4, 5]
How can this vulnerability impact me? :
This vulnerability allows an attacker with authenticated access and default credentials to execute arbitrary commands as the root user on affected Cayin Signage Media Player devices. This can lead to full system compromise, including unauthorized access to sensitive data, starting or stopping services, denial of service (DoS), and complete control over the device. [1, 2, 4, 5]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by attempting to exploit the 'NTP_Server_IP' parameter on the system.cgi or wizard_system.cgi web interface pages using default credentials (username: 'webadmin', password: 'admin'). Commands such as `id` (to check user privileges), `netstat` (to check open ports), or reading sensitive files like `/etc/passwd` have been demonstrated to confirm exploitation. Detection involves sending crafted HTTP GET requests with injected shell commands in the 'NTP_Server_IP' parameter and observing the response for command output. A proof-of-concept Python script (cayin_smp.py) is available that automates this detection by authenticating with default credentials and injecting commands to verify vulnerability. [4, 5]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include changing the default credentials (username: 'webadmin', password: 'admin') to strong, unique passwords to prevent unauthorized authenticated access. Additionally, restrict network access to the web management interface to trusted users only. If possible, disable or restrict access to the vulnerable system.cgi and wizard_system.cgi pages or apply any available patches or updates from the vendor. Monitoring and blocking suspicious requests targeting the 'NTP_Server_IP' parameter can also help reduce risk until a patch is applied. [1, 2, 4]