The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-37157

CVE-2020-37157: DBPower C300 Camera Credential Disclosure

CVE-2020-37157 is an information disclosure flaw in DBPower C300 HD Camera allowing attackers to retrieve hardcoded credentials via an unprotected endpoint. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2020-37157 Overview

CVE-2020-37157 is a configuration disclosure vulnerability affecting the DBPower C300 HD Camera. This security flaw allows unauthenticated remote attackers to retrieve sensitive credentials through an unprotected configuration backup endpoint. By accessing the /tmpfs/config_backup.bin resource, attackers can download the device's configuration file and extract hardcoded usernames and passwords, potentially gaining full administrative control over the affected camera.

Critical Impact

Unauthenticated attackers can remotely access sensitive device credentials without any authentication, enabling complete device compromise and potential lateral movement within the network.

Affected Products

  • DBPower C300 HD Camera

Discovery Timeline

  • 2026-02-07 - CVE-2020-37157 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2020-37157

Vulnerability Analysis

This vulnerability falls under CWE-306 (Missing Authentication for Critical Function), a classification that highlights the fundamental security design flaw in the affected device. The DBPower C300 HD Camera exposes a sensitive configuration backup endpoint at /tmpfs/config_backup.bin without requiring any form of authentication. This endpoint is intended for administrative backup purposes but has been left completely unprotected in the device's firmware.

The configuration backup file contains hardcoded credentials including the device's administrative username and password. Since the endpoint is accessible over the network without authentication, any attacker who can reach the camera's web interface can download this file and extract the credentials. This is particularly concerning in IoT devices that are often deployed in network perimeter positions or connected to sensitive internal networks.

Root Cause

The root cause of this vulnerability is the absence of authentication controls on the configuration backup endpoint. The device firmware fails to implement proper access control checks before serving the /tmpfs/config_backup.bin file. This represents a critical oversight in the device's security architecture, where a sensitive administrative function was exposed without any protective mechanisms such as authentication requirements, access tokens, or IP-based restrictions.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker simply needs to know or discover the IP address of a vulnerable DBPower C300 HD Camera and send an HTTP request to the exposed endpoint. The configuration file can then be downloaded and analyzed offline to extract the stored credentials. Once credentials are obtained, attackers can log into the device's administrative interface, modify camera settings, access live feeds, pivot to other network devices, or use the compromised camera as a foothold for further attacks.

The vulnerability can be exploited by directly accessing the configuration backup endpoint via a web browser or command-line tools. For detailed technical information and proof-of-concept details, refer to the Exploit-DB entry #48095 or the archived blog on DBPower vulnerabilities.

Detection Methods for CVE-2020-37157

Indicators of Compromise

  • HTTP GET requests targeting /tmpfs/config_backup.bin from external or unauthorized IP addresses
  • Unusual download activity from camera devices to unknown destinations
  • Authentication attempts using credentials that match those stored in the device configuration file
  • Access logs showing requests for backup or configuration files without prior administrative login

Detection Strategies

  • Monitor network traffic for HTTP requests containing /tmpfs/config_backup.bin in the URI path
  • Implement network-based intrusion detection rules to alert on configuration file download attempts
  • Review web server access logs on camera devices for unauthorized endpoint access
  • Deploy network segmentation to isolate IoT devices and monitor cross-segment traffic

Monitoring Recommendations

  • Enable logging on network firewalls and proxies to capture all requests to IoT device endpoints
  • Set up alerting for any access to administrative or backup endpoints on camera devices
  • Conduct periodic network scans to identify DBPower C300 cameras and assess their exposure
  • Monitor for credential stuffing attacks using known default or extracted credentials

How to Mitigate CVE-2020-37157

Immediate Actions Required

  • Isolate affected DBPower C300 HD Cameras behind a firewall or network segmentation to prevent external access
  • Block access to the /tmpfs/config_backup.bin endpoint using network-level access controls
  • Change all device credentials immediately, as they may have already been compromised
  • Disable remote access to affected cameras until a permanent fix is available
  • Review network logs for evidence of prior exploitation

Patch Information

No vendor patch information is currently available for this vulnerability. The DBPower C300 HD Camera is a consumer-grade IoT device, and vendor support may be limited. Organizations should consider replacing affected devices with cameras from vendors that provide regular security updates and have a demonstrated commitment to security best practices. For additional advisory information, refer to the VulnCheck Advisory for DBPower Camera.

Workarounds

  • Deploy cameras behind a VPN or isolated network segment that requires authentication before access
  • Use firewall rules to restrict camera access to specific trusted IP addresses only
  • Implement a reverse proxy with authentication in front of camera web interfaces
  • Consider replacing vulnerable devices with models that have stronger security controls and active vendor support
bash
# Example firewall rule to block access to vulnerable endpoint (iptables)
iptables -A INPUT -p tcp --dport 80 -m string --string "/tmpfs/config_backup.bin" --algo bm -j DROP

# Example network segmentation rule to isolate IoT devices
# Create separate VLAN for IoT/camera devices
# Restrict inter-VLAN routing to only required services

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDbpower

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Archived Blog on DBPower Vulnerabilities

  • Exploit-DB #48095

  • VulnCheck Advisory for DBPower Camera
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English