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-2021-47752

CVE-2021-47752: AWebServer GhostBuilding 18 DoS Vulnerability

CVE-2021-47752 is a denial of service vulnerability in AWebServer GhostBuilding 18 that enables attackers to crash the server through concurrent HTTP requests. This article covers technical details, impact, and mitigations.

Published: January 23, 2026

CVE-2021-47752 Overview

CVE-2021-47752 is a denial of service vulnerability affecting AWebServer GhostBuilding version 18, a mobile web server application for Android devices. The vulnerability allows remote attackers to overwhelm the server by sending multiple concurrent HTTP requests, potentially crashing the service or rendering it unresponsive. Attackers can generate high-volume requests to multiple endpoints including /mysqladmin to exploit this weakness.

Critical Impact

Remote attackers can cause service disruption by flooding the server with concurrent HTTP requests, leading to resource exhaustion and denial of service conditions.

Affected Products

  • AWebServer GhostBuilding 18
  • AWebServer for Android (com.sylkat.apache)

Discovery Timeline

  • 2026-01-15 - CVE CVE-2021-47752 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2021-47752

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The core issue lies in the server's inability to properly manage and limit incoming concurrent HTTP connections. When an attacker initiates a large number of simultaneous HTTP requests, the server fails to implement proper rate limiting or connection throttling mechanisms. This results in resource exhaustion as the server attempts to handle all incoming requests without any protective boundaries.

The attack is particularly effective because it can target multiple endpoints simultaneously, including the /mysqladmin administrative interface, amplifying the impact on system resources.

Root Cause

The root cause of this vulnerability stems from improper resource allocation controls within AWebServer GhostBuilding 18. The server lacks adequate mechanisms to:

  1. Limit the number of concurrent connections from a single source
  2. Implement request rate limiting per client
  3. Manage system resource allocation during high-load scenarios
  4. Queue or reject excessive requests when approaching resource limits

This absence of resource management controls allows attackers to consume all available server resources through connection flooding.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely exploit this vulnerability by:

  1. Identifying a vulnerable AWebServer GhostBuilding 18 instance
  2. Initiating multiple concurrent HTTP connections to the server
  3. Targeting various endpoints including the /mysqladmin interface
  4. Sustaining the high volume of requests to maintain the denial of service condition

The attack can be launched from any network-accessible position, making it particularly dangerous for servers exposed to the internet or untrusted networks. A public exploit is available through Exploit-DB #50629 which demonstrates the concurrent request flooding technique.

Detection Methods for CVE-2021-47752

Indicators of Compromise

  • Abnormally high number of concurrent HTTP connections from single or multiple source IPs
  • Sudden spike in requests to /mysqladmin or other server endpoints
  • Server resource exhaustion indicators including high CPU and memory utilization
  • Increased connection timeouts or service unavailability reports

Detection Strategies

  • Implement network traffic analysis to identify unusual patterns of concurrent HTTP requests
  • Configure web server log monitoring to detect request flooding patterns
  • Deploy intrusion detection systems (IDS) with rules for HTTP flood detection
  • Monitor for repeated rapid connections from the same source addresses

Monitoring Recommendations

  • Set up alerts for connection rate thresholds being exceeded
  • Monitor server resource utilization (CPU, memory, network connections) for anomalies
  • Implement log aggregation to correlate connection patterns across time periods
  • Configure real-time dashboards to visualize incoming connection rates and server health

How to Mitigate CVE-2021-47752

Immediate Actions Required

  • Limit network exposure of AWebServer instances to trusted networks only
  • Implement network-level rate limiting using firewalls or reverse proxies
  • Consider disabling or restricting access to the /mysqladmin endpoint if not required
  • Monitor for any signs of active exploitation attempts

Patch Information

No official vendor patch information is currently available for this vulnerability. Users should check the Sylkat Tools Web Server page and the Google Play Store listing for updates and newer versions that may address this vulnerability.

Workarounds

  • Deploy a reverse proxy or web application firewall (WAF) in front of AWebServer to implement rate limiting
  • Configure network firewall rules to limit the number of connections per source IP
  • Restrict access to the server to known and trusted IP addresses only
  • Consider using alternative web server software with built-in DoS protection mechanisms
bash
# Example iptables rate limiting configuration
# Limit new HTTP connections to 25 per minute per source IP
iptables -A INPUT -p tcp --dport 80 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 80 -m state --state NEW -m recent --update --seconds 60 --hitcount 25 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAwebserver

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Sylkat Tools Web Server

  • Google Play App Details

  • Exploit-DB #50629
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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