CVE-2026-18585
Received
Received - Intake
Heap-based Buffer Overflow in GL.iNet NAS Module
Vulnerability report for CVE-2026-18585, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-03
Last updated on: 2026-08-03
Assigner: VulDB
Description
Description
A vulnerability was detected in GL.iNet MT3000, MT6000, BE9300, BE3600, MT3600BE, E5800, BE6500, MT5000, X3000, XE3000 and MT2500 up to 20260707. The affected element is the function nas-web.get_file_list of the component APPS-NAS Module. Performing a manipulation results in heap-based buffer overflow. The attack may be initiated remotely. The vendor was contacted early about this disclosure and confirmed the existence of the vulnerability.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gl.inet | mt3000 | * |
| gl.inet | mt6000 | * |
| gl.inet | be9300 | * |
| gl.inet | be3600 | * |
| gl.inet | mt3600be | * |
| gl.inet | e5800 | * |
| gl.inet | be6500 | * |
| gl.inet | mt5000 | * |
| gl.inet | x3000 | * |
| gl.inet | xe3000 | * |
| gl.inet | mt2500 | to 20260707 (inc) |
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-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |