CVE-2025-6138
BaseFortify
Publication date: 2025-06-16
Last updated on: 2025-06-20
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| totolink | t10_firmware | 4.1.8cu.5207 |
| totolink | t10 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a critical buffer overflow issue in the TOTOLINK T10 router firmware version 4.1.8cu.5207. It occurs in the setWizardCfg function within the /cgi-bin/cstecgi.cgi file, specifically when handling the HTTP POST argument 'ssid5g'. An attacker can remotely exploit this flaw by manipulating the 'ssid5g' parameter, potentially causing a buffer overflow.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to severe impacts including unauthorized remote code execution, system compromise, and denial of service. Because it is a buffer overflow in a network-exposed component, attackers can remotely exploit it without user interaction, potentially gaining control over the affected device or disrupting its normal operation.