CVE-2025-6615
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-25

Last updated on: 2025-07-14

Assigner: VulDB

Description
A vulnerability, which was classified as critical, was found in D-Link DIR-619L 2.06B01. This affects the function formAutoDetecWAN_wizard4 of the file /goform/formAutoDetecWAN_wizard4. The manipulation of the argument curTime leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. This vulnerability only affects products that are no longer supported by the maintainer.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-25
Last Modified
2025-07-14
Generated
2026-05-07
AI Q&A
2025-06-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
dlink dir-619l_firmware 2.06b1
dlink dir-619l *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-119 The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-6615 is a critical stack-based buffer overflow vulnerability in the D-Link DIR-619L router firmware version 2.06B01. It occurs in the function formAutoDetecWAN_wizard4 when the argument curTime is manipulated with crafted input that is excessively long, causing a stack overflow. This overflow can allow a remote attacker to execute arbitrary code or crash the device. [1, 2]


How can this vulnerability impact me? :

This vulnerability can compromise the confidentiality, integrity, and availability of the affected router. An attacker can remotely exploit it to execute arbitrary code, potentially taking control of the device or causing it to crash, leading to denial of service or unauthorized access to network traffic. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring for attempts to access the /goform/formAutoDetecWAN_wizard4 endpoint with unusually long or malformed curTime parameters, which may indicate exploitation attempts. Network intrusion detection systems (NIDS) can be configured to alert on HTTP requests targeting this specific URI with suspicious payloads. Specific commands depend on your environment, but for example, using curl to test the endpoint with a long curTime parameter can help verify if the device is vulnerable: curl -v --data "curTime=$(python3 -c 'print("A"*500)')" http://<router-ip>/goform/formAutoDetecWAN_wizard4. Additionally, reviewing router logs for crashes or unusual behavior after such requests can help detect exploitation attempts. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include discontinuing use of the affected D-Link DIR-619L router running firmware version 2.06B01, as no known countermeasures or patches are available. It is recommended to replace the affected product with a supported alternative. Additionally, restricting remote access to the router's management interface and implementing network-level protections such as firewall rules to block access to the /goform/formAutoDetecWAN_wizard4 endpoint can reduce exposure. [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart