CVE-2025-11338
BaseFortify
Publication date: 2025-10-06
Last updated on: 2025-11-19
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | di-7100g_c1_firmware | 2025-09-28 |
| dlink | di-7100g_c1 | * |
Helpful Resources
Exploitability
| 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-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-11338 is a buffer overflow vulnerability in the D-Link DI-7100G C1 device, specifically in the jhttpd component's /webchat/login.cgi script at the function sub_4C0990. The vulnerability occurs due to improper handling of the 'openid' argument, where input data is copied without verifying its size against the output buffer, leading to a buffer overflow. This flaw can be exploited remotely to cause unexpected behavior or execute arbitrary code. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by compromising the confidentiality, integrity, and availability of the affected system. Since it can be exploited remotely without local access, attackers can execute arbitrary code or cause system crashes, potentially leading to unauthorized access, data breaches, or denial of service. The exploit is publicly available and considered easy to use, increasing the risk of attack. [2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can involve monitoring for unusual or malformed HTTP requests targeting the /webchat/login.cgi endpoint with the openid parameter, which may indicate attempts to exploit the buffer overflow. Since the vulnerability is in the handling of the openid argument in jhttpd, inspecting HTTP traffic for suspicious or abnormally large openid parameter values could help. Specific commands are not provided in the resources, but network monitoring tools like tcpdump or Wireshark can be used to capture HTTP requests, and grep or similar tools can filter for requests to /webchat/login.cgi containing 'openid'. For example, using tcpdump: tcpdump -A -s 0 'tcp port 80' | grep '/webchat/login.cgi' | grep 'openid'. [2]
What immediate steps should I take to mitigate this vulnerability?
No known mitigations or countermeasures have been identified for this vulnerability. The recommended immediate step is to replace the affected D-Link DI-7100G C1 device with an alternative product. Since the exploit is publicly available and the vulnerability can be exploited remotely, discontinuing use of the vulnerable device is advised until a patch or fix is provided. [2]