Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-37051

CVE-2020-37051: Online-Exam-System SQLi Vulnerability

CVE-2020-37051 is a time-based blind SQL injection flaw in Online-Exam-System 2015's feedback form that enables attackers to extract database password hashes. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37051 Overview

Online-Exam-System 2015 contains a time-based blind SQL injection vulnerability in the feedback form that allows attackers to extract database password hashes. Attackers can exploit the feed.php endpoint by crafting malicious payload requests that use time delays to systematically enumerate user password characters.

Critical Impact

Unauthenticated attackers can extract sensitive database credentials including password hashes through network-accessible SQL injection, potentially leading to complete database compromise and unauthorized system access.

Affected Products

  • Online-Exam-System 2015

Discovery Timeline

  • 2026-01-30 - CVE CVE-2020-37051 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2020-37051

Vulnerability Analysis

This vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw exists in the feedback form processing mechanism within the feed.php endpoint of the Online-Exam-System application.

Time-based blind SQL injection is a particularly stealthy attack technique where the attacker infers information from the database by observing response time differences. By injecting SQL statements that cause conditional time delays (typically using functions like SLEEP() in MySQL or WAITFOR DELAY in MSSQL), attackers can extract data one character at a time by measuring whether the application response is delayed.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without requiring any prior authentication or special privileges. This significantly increases the risk exposure for any organization running the affected software in a network-accessible configuration.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize and validate user-supplied input before incorporating it into SQL queries. The feed.php endpoint directly concatenates user input into database queries without implementing parameterized queries or prepared statements, allowing malicious SQL code to be executed by the database engine.

Attack Vector

The attack is conducted over the network with low complexity requirements. An attacker targets the feed.php feedback form endpoint by submitting specially crafted input containing SQL injection payloads. These payloads leverage time-delay SQL functions to create a timing oracle, allowing the attacker to systematically extract database contents including user credentials and password hashes.

The attack does not require any user interaction or prior authentication, making it particularly dangerous for internet-facing deployments. Successful exploitation results in high confidentiality impact as attackers can extract sensitive database information including authentication credentials.

Detection Methods for CVE-2020-37051

Indicators of Compromise

  • Unusual response time patterns from the feed.php endpoint, particularly responses with consistent delays (e.g., 5 seconds, 10 seconds)
  • Web server logs showing requests to feed.php containing SQL keywords such as SLEEP, WAITFOR, BENCHMARK, or conditional statements
  • Database logs indicating execution of time-delay functions originating from the web application
  • Multiple sequential requests to the feedback endpoint from the same source with incrementally modified parameters

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns and time-based injection attempts
  • Configure database audit logging to alert on execution of time-delay functions and unusual query patterns
  • Deploy application-level monitoring to detect abnormal response time distributions for the feedback endpoint
  • Utilize intrusion detection systems (IDS) with SQL injection signature rules targeting time-based blind injection techniques

Monitoring Recommendations

  • Monitor web application logs for requests containing SQL injection keywords targeting feed.php
  • Set up alerting for database queries with unusually long execution times or containing time-delay functions
  • Track and analyze response time metrics for the feedback form endpoint to identify timing anomalies
  • Implement rate limiting and anomaly detection for repeated requests to the feedback submission endpoint

How to Mitigate CVE-2020-37051

Immediate Actions Required

  • Remove or disable the Online-Exam-System feedback functionality until the vulnerability is addressed
  • Implement network-level access controls to restrict access to the affected endpoint
  • Deploy a Web Application Firewall (WAF) with SQL injection protection rules as an interim measure
  • Audit the database for signs of unauthorized access or data exfiltration

Patch Information

No official vendor patch is available for this vulnerability. The Online-Exam-System project is a legacy application from 2015 and may not receive security updates. Organizations using this software should consider migrating to a maintained alternative or implementing custom fixes.

For technical details and exploit information, refer to the Exploit-DB #48560 entry and the VulnCheck SQL Injection Advisory. The source code is available in the GitHub Repository for Project.

Workarounds

  • Implement prepared statements with parameterized queries in the feed.php file to prevent SQL injection
  • Add input validation and sanitization for all user-supplied data before processing
  • Disable or remove the vulnerable feedback functionality if it is not essential to operations
  • Place the application behind a reverse proxy with SQL injection filtering capabilities
bash
# Example: Block access to vulnerable endpoint using Apache
# Add to .htaccess or Apache configuration
<Location /feed.php>
    Order deny,allow
    Deny from all
    # Allow only from trusted internal networks if needed
    # Allow from 10.0.0.0/8
</Location>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOnline Exam System

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/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-89
  • Technical References
  • GitHub Repository for Project

  • Exploit-DB #48560

  • VulnCheck SQL Injection Advisory
  • Related CVEs
  • CVE-2020-37057: Online-Exam-System SQL Injection Flaw
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