CVE-2026-35220
Analyzed Analyzed - Analysis Complete
CSRF Vulnerability in Joomla com_users Admin Activation

Publication date: 2026-05-26

Last updated on: 2026-05-27

Assigner: Joomla! Project

Description
Lack of CSRF token validation lead to a CSRF attack vector in the admin activation endpoint of com_users.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-26
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-26
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
joomla joomla! From 6.0.0 (inc) to 6.1.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-35220 is a Cross-Site Request Forgery (CSRF) vulnerability in Joomla! CMS versions 6.0.0 to 6.1.0. It occurs because the admin activation endpoint of the com_users component does not validate CSRF tokens. This lack of validation allows attackers to trick authenticated administrators into performing unauthorized actions by sending crafted requests.

Impact Analysis

This vulnerability can allow attackers to perform unauthorized actions on the Joomla! CMS admin activation endpoint without the administrator's consent. Such actions could include activating user accounts or other administrative functions, potentially compromising the integrity and security of the website.

Mitigation Strategies

To mitigate the CVE-2026-35220 vulnerability, users should upgrade Joomla! CMS to version 6.1.1 or later, where the issue with missing CSRF token validation in the admin activation endpoint of the com_users component has been fixed.

Detection Guidance

This vulnerability is due to the lack of CSRF token validation in the admin activation endpoint of the com_users component in Joomla! CMS versions 6.0.0 to 6.1.0.

To detect exploitation attempts on your network or system, you can monitor HTTP requests targeting the admin activation endpoint of com_users for suspicious POST requests that do not include valid CSRF tokens.

Since the vulnerability involves crafted requests without CSRF tokens, you can use web server logs or network traffic analysis tools to filter requests to the activation endpoint and check for missing or invalid CSRF tokens.

Specific commands depend on your environment, but examples include:

  • Using grep on web server logs to find POST requests to the activation endpoint: grep -i 'POST /index.php?option=com_users&task=activation' /var/log/apache2/access.log
  • Using curl to test the endpoint manually and check if CSRF tokens are required: curl -v -X POST 'https://yourjoomlasite.com/index.php?option=com_users&task=activation' --data 'activation_code=example'
  • Using network monitoring tools like Wireshark or Zeek to filter HTTP POST requests to the affected endpoint and analyze headers for CSRF tokens.

Ultimately, upgrading to Joomla! CMS version 6.1.1 or later is the recommended mitigation.

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