CVE-2026-35055
Received Received - Intake

Cross-Site Scripting in XenForo Lightbox Allows Script Injection

Vulnerability report for CVE-2026-35055, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-01

Last updated on: 2026-04-01

Assigner: VulnCheck

Description

XenForo before 2.3.9 and before 2.2.18 is vulnerable to cross-site scripting (XSS) related to lightbox usage in posts. An attacker can inject malicious scripts that execute when users interact with post content displayed in the lightbox.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-01
Last Modified
2026-04-01
Generated
2026-07-06
AI Q&A
2026-04-01
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
xenforo xenforo to 2.2.18 (exc)
xenforo xenforo From 2.3.0 (inc) to 2.3.9 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-35055 is a cross-site scripting (XSS) vulnerability found in XenForo versions before 2.3.9 and 2.2.18. It occurs due to improper handling of input related to the lightbox feature in posts. An attacker can inject malicious scripts into post content that will execute when users interact with the content displayed in the lightbox.

Impact Analysis

This vulnerability can allow attackers to execute malicious scripts in the context of users viewing posts with the lightbox feature. This can lead to unauthorized actions such as stealing user session data, redirecting users to malicious sites, or performing actions on behalf of the user without their consent. The attack requires user interaction but does not require any privileges or authentication.

Mitigation Strategies

To mitigate the CVE-2026-35055 vulnerability, you should upgrade XenForo to version 2.2.18 or 2.3.9 or later, as these versions include fixes addressing the cross-site scripting issue related to the lightbox feature in posts.

Detection Guidance

This vulnerability involves cross-site scripting (XSS) via the lightbox feature in XenForo posts. Detection typically involves identifying if your XenForo installation is running a vulnerable version prior to 2.2.18 or 2.3.9.

To detect the vulnerability on your system, first verify the XenForo version by checking the application version information, which can often be found in the admin control panel or by inspecting the source files.

Additionally, you can scan for malicious script injections in post content that uses the lightbox feature. This might involve searching the database or web content for suspicious script tags or event handlers within posts.

There are no specific commands provided in the available resources for automated detection, but general approaches include:

  • Check XenForo version via the admin panel or by querying the version file.
  • Use database queries to search for suspicious script tags in post content, for example, using SQL commands to find occurrences of '<script>' or 'onerror=' in posts.
  • Monitor web traffic for unusual script execution or injection attempts related to the lightbox feature.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-35055. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart