CVE-2026-3212
Cross-Site Scripting in Drupal Tagify Before
Publication date: 2026-03-25
Last updated on: 2026-03-27
Assigner: Drupal.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| factorial | tagify | to 1.2.49 (exc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in the Drupal Tagify module. It occurs due to improper neutralization of input during web page generation, which means that malicious input is not properly sanitized before being included in web pages. This allows attackers to inject and execute arbitrary scripts in the context of the affected web application.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker could execute malicious scripts in the browser of users visiting the affected Drupal site. This can lead to theft of user credentials, session hijacking, defacement of the website, or redirection to malicious sites.