CVE-2021-47796
BaseFortify
Publication date: 2026-01-16
Last updated on: 2026-01-16
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| denver | shc-150 | to 2026-01-15 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-798 | The product contains hard-coded credentials, such as a password or cryptographic key. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Denver SHC-150 Smart Wifi Camera has a critical vulnerability due to hardcoded Telnet credentials. This means that attackers can connect to the camera's Telnet service on port 23 using a default username without needing a password. Once connected, they gain access to a Linux shell on the device, allowing them to execute arbitrary commands remotely on the camera's operating system. [2, 3]
How can this vulnerability impact me? :
This vulnerability allows unauthenticated attackers to gain full remote control over the affected camera. They can execute arbitrary commands on the device's operating system, potentially leading to unauthorized access, manipulation, or disruption of the camera's functions and any connected network. This could compromise privacy and security in environments where the camera is deployed. [2, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
You can detect this vulnerability by scanning your network for devices with open Telnet port 23 and attempting to connect using the hardcoded username "default" with no password. For example, use the command: `telnet <camera-ip> 23` and then try to log in with username "default" and no password. If you gain shell access, the device is vulnerable. [2, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include disabling the Telnet service on the Denver SHC-150 camera if possible, restricting network access to the device to trusted networks only, and monitoring for unauthorized Telnet connections. If firmware updates are available from the vendor that remove or secure the hardcoded credentials, apply them promptly. [3]