CVE-2026-18607
Received
Received - Intake
Stack-Based Buffer Overflow in Wavlink WN572 Series via HTTP_COOKIE
Vulnerability report for CVE-2026-18607, 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 security vulnerability has been detected in Wavlink WN572, WN570H, WN573, WN529, WN530, WN531, WN535, etc. WN529, WN530, WN531, WN535, WN536, WN551, WN557 and NU516 up to 20260609. Affected by this issue is the function strcpy of the file upload.cgi of the component lighttpd. The manipulation of the argument HTTP_COOKIE leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wavlink | wn572 | * |
| wavlink | wn570h | * |
| wavlink | wn573 | * |
| wavlink | wn529 | to 20260609 (inc) |
| wavlink | wn530 | to 20260609 (inc) |
| wavlink | wn531 | to 20260609 (inc) |
| wavlink | wn535 | to 20260609 (inc) |
| wavlink | wn536 | * |
| wavlink | wn551 | * |
| wavlink | wn557 | * |
| lighttpd | lighttpd | * |
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-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). |