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

CVE-2021-47800: b2evolution CMS CSRF Vulnerability

CVE-2021-47800 is a cross-site request forgery flaw in b2evolution 7.2.2 that enables attackers to modify admin account details without authentication. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2021-47800 Overview

CVE-2021-47800 is a Cross-Site Request Forgery (CSRF) vulnerability affecting b2evolution version 7.2.2, a popular open-source content management system and blogging platform. This vulnerability allows attackers to craft malicious HTML forms that, when loaded by an authenticated administrator, can submit unauthorized changes to user profiles and admin account details without any authentication tokens or validation.

The attack exploits the lack of anti-CSRF protections in the account modification functionality, enabling threat actors to trick victims into unknowingly executing administrative actions on the b2evolution platform.

Critical Impact

Attackers can modify admin account details including passwords, email addresses, and permissions without authentication, potentially leading to complete site takeover.

Affected Products

  • b2evolution 7.2.2
  • Earlier versions of b2evolution may also be affected

Discovery Timeline

  • January 16, 2026 - CVE-2021-47800 published to NVD
  • January 16, 2026 - Last updated in NVD database

Technical Details for CVE-2021-47800

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability exists in b2evolution 7.2.2's user account management functionality. The application fails to implement proper CSRF token validation when processing requests to modify user profile details. As a result, the server cannot distinguish between legitimate user-initiated requests and forged requests submitted by an attacker.

The vulnerability is particularly concerning because it targets administrative functions. An attacker can construct a malicious webpage containing an auto-submitting HTML form that targets the vulnerable endpoint. When an authenticated administrator visits this page, their browser automatically submits the form with their session credentials, executing the unauthorized modifications.

The network-based attack vector requires user interaction, as the victim must be tricked into visiting the malicious page while logged into their b2evolution admin session. However, this can be accomplished through various social engineering techniques such as phishing emails, malicious advertisements, or compromised websites.

Root Cause

The root cause of CVE-2021-47800 is the absence of anti-CSRF tokens in the b2evolution account modification forms and the lack of server-side validation to verify the origin and authenticity of incoming requests. Without these protections, the application cannot verify that form submissions originate from legitimate user interactions within the application itself.

CWE-352 (Cross-Site Request Forgery) classifies this weakness, which occurs when a web application does not sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request.

Attack Vector

The attack leverages the network-based attack vector, requiring the attacker to host a malicious webpage or inject malicious content into a site the victim might visit. The attack proceeds as follows:

  1. The attacker creates a malicious HTML page containing a hidden form that targets the b2evolution account modification endpoint
  2. The form is populated with the attacker's desired changes (new email, password, or other profile details)
  3. JavaScript on the malicious page automatically submits the form when loaded
  4. When an authenticated b2evolution administrator visits the malicious page, their browser submits the request with their valid session cookies
  5. The b2evolution server processes the request as legitimate, applying the unauthorized changes

The exploitation mechanism relies on crafting an HTML form that submits to the vulnerable b2evolution endpoint. When an authenticated administrator visits the attacker-controlled page, their browser automatically includes session credentials, causing the malicious modifications to be applied. Technical details and proof-of-concept information are available in the Exploit-DB #50081 advisory.

Detection Methods for CVE-2021-47800

Indicators of Compromise

  • Unexpected modifications to administrator account details (email, password, permissions)
  • User profile changes occurring from IP addresses that don't match normal admin access patterns
  • Account modification requests lacking proper Referer headers or originating from external domains
  • Multiple account changes occurring in rapid succession without corresponding login activity

Detection Strategies

  • Monitor HTTP request logs for account modification requests with missing or invalid CSRF tokens
  • Implement alerting for profile changes on privileged accounts, especially password or email modifications
  • Analyze Referer headers on sensitive POST requests to identify potential cross-domain submissions
  • Deploy web application firewalls (WAF) with CSRF detection rules to identify suspicious form submissions

Monitoring Recommendations

  • Enable detailed logging for all administrative account modification actions in b2evolution
  • Set up alerts for any changes to administrator email addresses or passwords
  • Monitor for unusual patterns of account modifications, particularly those occurring without preceding authentication events
  • Implement session anomaly detection to identify requests that may originate from forged submissions

How to Mitigate CVE-2021-47800

Immediate Actions Required

  • Update b2evolution to the latest available version that includes CSRF protection patches
  • Audit recent administrator account changes to identify any unauthorized modifications
  • Reset credentials for all administrative accounts if compromise is suspected
  • Implement network-level access controls to restrict administrative interface access

Patch Information

Users should update b2evolution to the latest version available from the official b2evolution downloads page. The b2evolution GitHub repository may contain additional information about security fixes and version history. Review the VulnCheck CSRF Advisory for detailed remediation guidance.

Workarounds

  • Restrict access to the b2evolution administrative interface to trusted IP addresses only
  • Implement a Web Application Firewall (WAF) with CSRF protection rules in front of the b2evolution installation
  • Require multi-factor authentication for administrative account changes as an additional layer of protection
  • Train administrators to avoid clicking links in emails or visiting untrusted websites while logged into the b2evolution admin panel

Administrators should configure web server access controls to limit administrative interface exposure. The following example restricts access to trusted IP addresses:

apache
# Apache configuration to restrict admin access
<Directory "/path/to/b2evolution/admin">
    Require ip 192.168.1.0/24
    Require ip 10.0.0.0/8
</Directory>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechB2evolution

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • B2evolution Homepage

  • B2evolution Downloads

  • GitHub B2evolution Repository

  • Exploit-DB #50081

  • VulnCheck CSRF 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