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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-37146

CVE-2020-37146: ACE WiP-90113 Camera Info Disclosure Flaw

CVE-2020-37146 is an information disclosure vulnerability in ACE Security WiP-90113 HD Camera that exposes sensitive configuration files to unauthenticated attackers. This article covers technical details, security impact, and mitigation.

Published: February 13, 2026

CVE-2020-37146 Overview

CVE-2020-37146 is a configuration disclosure vulnerability affecting the ACE Security WiP-90113 HD Camera. This vulnerability allows unauthenticated remote attackers to retrieve sensitive configuration files from the device by sending a simple GET request to the /config_backup.bin endpoint. The exposed configuration backup contains credentials and system settings, potentially enabling full device compromise and unauthorized access to video feeds.

Critical Impact

Unauthenticated attackers can remotely access sensitive configuration files containing credentials and system settings, enabling device takeover and unauthorized surveillance access.

Affected Products

  • ACE Security WiP-90113 HD Camera

Discovery Timeline

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

Technical Details for CVE-2020-37146

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The ACE Security WiP-90113 HD Camera exposes a sensitive administrative endpoint without requiring any authentication. The /config_backup.bin endpoint, which normally serves legitimate backup and restore functionality, lacks proper access controls and can be reached by any network-connected attacker.

The vulnerability is network-accessible and requires no user interaction or special privileges to exploit. An attacker simply needs network connectivity to the vulnerable camera to retrieve the configuration backup file. The attack complexity is low, making this vulnerability particularly dangerous in environments where IoT cameras are exposed to untrusted networks or the internet.

Root Cause

The root cause of this vulnerability is the complete absence of authentication mechanisms protecting the configuration backup endpoint. The camera's web server serves the /config_backup.bin file to any requesting client without validating credentials, session tokens, or any other form of authorization. This represents a fundamental design flaw where critical administrative functionality was deployed without access controls.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the vulnerable camera. Exploitation is straightforward: an attacker sends an HTTP GET request to the /config_backup.bin endpoint on the target camera. The server responds with the complete configuration backup file, which typically contains administrative credentials, WiFi passwords, RTSP stream credentials, and other sensitive device settings.

Once an attacker obtains these credentials, they can gain full administrative access to the camera, view live video feeds, modify device settings, or use the compromised device as a pivot point for further network attacks. The unauthenticated nature of this vulnerability means mass scanning and exploitation of vulnerable devices is feasible.

For technical exploitation details, see the Exploit-DB #48127 entry and the VulnCheck Advisory.

Detection Methods for CVE-2020-37146

Indicators of Compromise

  • HTTP GET requests to /config_backup.bin from external or unauthorized IP addresses
  • Unusual download traffic patterns from camera devices to unknown destinations
  • Authentication failures or unauthorized logins using credentials extracted from configuration files
  • Configuration changes on camera devices without corresponding administrator activity

Detection Strategies

  • Monitor network traffic for HTTP requests targeting /config_backup.bin on IoT camera subnets
  • Implement intrusion detection rules to alert on unauthenticated access attempts to camera configuration endpoints
  • Deploy network segmentation monitoring to detect unexpected cross-segment communication involving camera devices
  • Review web server access logs on camera devices for suspicious endpoint access patterns

Monitoring Recommendations

  • Isolate IoT cameras on dedicated VLANs with strict egress filtering and monitoring
  • Implement network-based anomaly detection for unusual data transfers from camera devices
  • Enable logging on network firewalls to capture all traffic to and from camera subnets
  • Regularly audit camera device configurations for unauthorized changes

How to Mitigate CVE-2020-37146

Immediate Actions Required

  • Immediately isolate affected ACE Security WiP-90113 cameras from untrusted networks and the internet
  • Place cameras behind a firewall or VPN that restricts access to authorized users only
  • Change all credentials stored on the device, assuming they may have been compromised
  • Audit network logs for any prior unauthorized access to the /config_backup.bin endpoint

Patch Information

Consult the ACE Security Support Document for the latest firmware updates and security advisories. Contact the vendor directly to determine if a patched firmware version is available that addresses this configuration disclosure vulnerability.

Workarounds

  • Deploy cameras behind a reverse proxy or firewall that blocks access to the /config_backup.bin endpoint
  • Implement network-level access controls to restrict camera access to authorized management stations only
  • Use a VPN to access camera administration interfaces rather than exposing them directly
  • If possible, disable the web interface entirely and manage cameras through alternative secure methods
bash
# Example firewall rule to block access to configuration endpoint (iptables)
# Replace CAMERA_IP with the actual IP address of the vulnerable camera
iptables -A FORWARD -d CAMERA_IP -p tcp --dport 80 -m string --string "/config_backup.bin" --algo bm -j DROP

# Example nginx reverse proxy configuration to block the endpoint
# location /config_backup.bin {
#     deny all;
#     return 403;
# }

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAce Security

  • 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
  • Ace Security Homepage

  • Ace Security Support Document

  • Exploit-DB #48127

  • VulnCheck Advisory - Aptina Camera
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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