A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-35057

CVE-2026-35057: Xenforo Stored XSS Vulnerability

CVE-2026-35057 is a stored XSS vulnerability in Xenforo affecting versions before 2.3.10 and 2.2.19. Attackers can inject malicious scripts through mentions in profile posts. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2026-35057 Overview

CVE-2026-35057 is a stored cross-site scripting (XSS) vulnerability in XenForo forum software versions before 2.3.10 and before 2.2.19. The flaw resides in the handling of structured text mentions, primarily affecting legacy profile post content. Authenticated attackers can inject malicious JavaScript through crafted mentions. The payload is stored server-side and executed in the browser of any user who views the affected content. This vulnerability falls under [CWE-79]: Improper Neutralization of Input During Web Page Generation.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in the browsers of other forum users, enabling session theft, account takeover, and forum-wide phishing campaigns.

Affected Products

  • XenForo versions prior to 2.3.10
  • XenForo versions prior to 2.2.19
  • Legacy profile post content containing structured text mentions

Discovery Timeline

  • 2026-04-01 - CVE-2026-35057 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-35057

Vulnerability Analysis

The vulnerability stems from improper neutralization of user-supplied input within XenForo's structured text mention parser. When a user references another member through the mention syntax, the application fails to fully sanitize the resulting markup before persisting it to the database. Legacy profile post content is the primary attack surface because older serialized records bypass current output-encoding routines.

When another user loads a page containing the malicious mention, the browser parses the injected payload as executable JavaScript in the context of the forum origin. The stored nature of the flaw means a single submission can affect every visitor to the compromised thread or profile.

Exploitation requires a valid forum account but no administrative privileges. User interaction is required because a victim must view the content. Successful exploitation enables session token theft, forced actions through CSRF chaining, credential harvesting via injected forms, and propagation of worm-like payloads across the forum.

Root Cause

The root cause is inadequate output encoding and input filtering inside the structured text rendering pipeline for mention tokens. Legacy profile post records were processed by a code path that did not enforce the same sanitization controls applied to newer content types.

Attack Vector

The attack is delivered over the network through standard forum posting functionality. An authenticated attacker crafts a profile post or message containing a malicious mention payload. The payload is stored in the database and rendered without sufficient escaping. Any authenticated or anonymous user who subsequently views the post triggers script execution. See the GitHub XSS Proof of Concept for technical details.

Detection Methods for CVE-2026-35057

Indicators of Compromise

  • Profile posts or mentions containing <script>, javascript:, or HTML event-handler attributes such as onerror= and onload=
  • Unexpected outbound requests from user browsers to attacker-controlled domains immediately after viewing forum content
  • Spikes in session token reuse from unusual geolocations following forum visits
  • Database rows in legacy profile post tables containing encoded angle brackets or unusual mention markup

Detection Strategies

  • Run regular expression scans against the xf_profile_post and related tables for HTML tags or JavaScript URI schemes inside mention fields
  • Enable Content Security Policy (CSP) reporting to capture inline script violations originating from forum pages
  • Review web server access logs for anomalous POST requests to profile post endpoints from low-reputation accounts

Monitoring Recommendations

  • Monitor authenticated session activity for sudden privilege changes or mass-messaging behavior consistent with XSS-driven account takeover
  • Alert on administrator account logins followed by unusual administrative actions shortly after viewing user-generated content
  • Track EPSS scoring changes and public exploit availability for this CVE, given the published proof-of-concept on GitHub

How to Mitigate CVE-2026-35057

Immediate Actions Required

  • Upgrade XenForo installations to version 2.3.10 or 2.2.19 or later as published in the XenForo Security Fix Release
  • Audit legacy profile post content for stored payloads before re-enabling user access to historical data
  • Force password resets and invalidate active sessions for administrator accounts if exploitation is suspected

Patch Information

XenForo addressed CVE-2026-35057 in releases 2.3.10 and 2.2.19. The vendor announcement confirms that both branches receive the security fix for structured text mention sanitization. Administrators should apply the upgrade through the standard XenForo upgrade workflow and verify version strings after deployment.

Workarounds

  • Restrict posting privileges for newly registered or untrusted accounts until patching is complete
  • Disable or hide legacy profile post content if upgrading cannot be performed immediately
  • Deploy a strict Content Security Policy that blocks inline scripts and limits script sources to trusted origins
  • Place the forum behind a web application firewall with rules that block HTML tags and JavaScript URI schemes inside mention parameters
bash
# Example CSP header to reduce stored XSS impact
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'self'";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechXenforo

  • 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:N/VI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub XSS Proof of Concept

  • XenForo Security Fix Release
  • Related CVEs
  • CVE-2026-35055: XenForo Lightbox XSS Vulnerability

  • CVE-2026-35054: XenForo Stored XSS Vulnerability

  • CVE-2025-71279: XenForo Passkey Auth Bypass Vulnerability

  • CVE-2026-35056: XenForo RCE Vulnerability via Admin Panel
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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