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-37082

CVE-2020-37082: webERP Information Disclosure Flaw

CVE-2020-37082 is an information disclosure vulnerability in webERP 4.15.1 allowing unauthenticated access to database backup files. Attackers can download sensitive data remotely. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37082 Overview

webERP 4.15.1 contains an unauthenticated file access vulnerability that allows remote attackers to download database backup files without authentication. Attackers can directly access generated backup files in the companies/weberp/ directory by requesting the Backup_[timestamp].sql.gz file. This vulnerability is classified as CWE-552 (Files or Directories Accessible to External Parties).

Critical Impact

Remote attackers can download complete database backups containing sensitive business data, user credentials, financial records, and other confidential information without requiring any authentication.

Affected Products

  • webERP 4.15.1
  • webERP versions prior to 4.15.1 (potentially affected)
  • Any deployment exposing the companies/weberp/ directory to web access

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37082 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37082

Vulnerability Analysis

This vulnerability stems from improper access control on database backup files generated by webERP. The application creates compressed SQL backup files (.sql.gz) in a predictable location within the web-accessible directory structure. The backup files follow a naming convention of Backup_[timestamp].sql.gz, which makes them discoverable through enumeration or direct access attempts.

The flaw allows any unauthenticated remote attacker with network access to the webERP installation to retrieve these backup files. Since database backups typically contain complete application data—including user credentials, customer information, financial transactions, inventory data, and system configurations—successful exploitation can lead to catastrophic data breaches.

Root Cause

The root cause of this vulnerability is the storage of sensitive backup files in a publicly accessible directory (companies/weberp/) without implementing proper access controls. The application fails to:

  1. Restrict access to the backup directory through web server configuration
  2. Implement authentication checks before serving backup files
  3. Store backups outside the web-accessible document root
  4. Use unpredictable file naming or access tokens for backup retrieval

Attack Vector

Exploitation of this vulnerability is straightforward and requires minimal technical skill. An attacker with network access to the webERP installation can directly request backup files from the vulnerable path. The attack can be performed using any HTTP client, web browser, or automated scanning tool.

The attack process involves identifying webERP installations through fingerprinting, then attempting to access the backup directory. If backups exist, the attacker can download them by guessing or enumerating the timestamp portion of the filename. Successful exploitation provides the attacker with a complete copy of the application database, which can be analyzed offline to extract sensitive information.

Detection Methods for CVE-2020-37082

Indicators of Compromise

  • Unusual HTTP requests to the companies/weberp/ directory path
  • Multiple requests for .sql.gz files from external IP addresses
  • HTTP 200 responses for backup file requests from unauthenticated sessions
  • Increased outbound data transfer from the web server

Detection Strategies

  • Monitor web server access logs for requests targeting Backup_*.sql.gz files
  • Implement file integrity monitoring on the backup directory to detect unauthorized access
  • Configure web application firewall (WAF) rules to alert on requests to sensitive file extensions in the backup path
  • Deploy network intrusion detection signatures for webERP backup file access patterns

Monitoring Recommendations

  • Enable detailed access logging for the companies/ directory and subdirectories
  • Set up alerts for any successful (HTTP 200) responses to backup file requests
  • Review access logs periodically for evidence of directory enumeration attempts
  • Monitor for requests containing timestamp patterns typical of backup filenames

How to Mitigate CVE-2020-37082

Immediate Actions Required

  • Restrict access to the companies/weberp/ directory using web server configuration (e.g., .htaccess for Apache or location blocks for Nginx)
  • Move existing backup files to a location outside the web document root
  • Implement authentication requirements for any backup-related functionality
  • Review access logs to determine if backup files have been accessed by unauthorized parties

Patch Information

No official vendor patch information is currently available in the CVE data. Organizations should consult the webERP official website and SourceForge project page for security updates. Additional technical details can be found at the VulnCheck Weberp Advisory and Exploit-DB #48420.

Workarounds

  • Block public access to the backup directory using web server deny rules
  • Store database backups in a secure location outside the webroot (e.g., /var/backups/weberp/)
  • If backups must remain accessible, implement authentication via .htpasswd or equivalent mechanism
  • Consider using network segmentation to limit access to the webERP application
bash
# Apache .htaccess example to deny access to backup directory
# Place in companies/weberp/.htaccess
<FilesMatch "\.sql\.gz$">
    Require all denied
</FilesMatch>

# Nginx configuration example
# Add to server block
location ~* /companies/weberp/.*\.sql\.gz$ {
    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/TechWeberp

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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-552
  • Technical References
  • weberp.org Website

  • SourceForge Project Page

  • Exploit-DB #48420

  • VulnCheck Weberp Advisory
  • 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