CVE-2025-70225
Received Received - Intake
Stack Buffer Overflow in D-Link DIR-513 goform Component

Publication date: 2026-03-04

Last updated on: 2026-03-06

Assigner: MITRE

Description
Stack buffer overflow vulnerability in D-Link DIR-513 v1.10 via the curtime parameter to the goform/formEasySetupWWConfig component
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-04
Last Modified
2026-03-06
Generated
2026-06-16
AI Q&A
2026-03-04
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
dlink dir-513_firmware 1.10
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability could potentially allow an attacker to execute arbitrary code on the affected device or cause a denial of service (DoS).

Exploitation of this flaw could lead to unauthorized control over the router or disruption of its normal operation.

Compliance Impact

I don't know

Executive Summary

CVE-2025-70225 is a stack buffer overflow vulnerability found in the D-Link DIR-513 router, specifically in firmware version v1.10. The vulnerability exists in the component that handles HTTP POST requests to the endpoint goform/formEasySetupWWConfig, particularly via the curtime parameter.

The issue occurs because the curtime parameter is processed using the sprintf function without proper bounds checking, which leads to a stack buffer overflow when an excessively long string is sent.

A proof-of-concept demonstrates that sending a very long string in the curtime parameter within a POST request to /goform/formEasySetupWWConfig triggers this overflow.

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by sending a crafted HTTP POST request to the endpoint /goform/formEasySetupWWConfig on the D-Link DIR-513 router, specifically targeting the curtime parameter with an excessively long string. Monitoring for such unusual POST requests or attempts to exploit the curtime parameter can help identify the presence of this vulnerability.'}, {'type': 'paragraph', 'content': 'A possible detection command using curl could be:'}, {'type': 'list_item', 'content': 'curl -X POST http://<router-ip>/goform/formEasySetupWWConfig -d "curtime=$(python3 -c \'print("A"*1000)\')"'}, {'type': 'paragraph', 'content': 'This command sends a POST request with a very long string in the curtime parameter, which can be used to test if the device is vulnerable by observing its response or behavior.'}] [1]

Mitigation Strategies

I don't know

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-70225. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart