CVE-2019-8985
published 2019-02-21CVE-2019-8985: On Netis WF2411 with firmware 2.1.36123 and other Netis WF2xxx devices (possibly WF2411 through WF2880), there is a stack-based buffer overflow that does not…
PriorityP269critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
13.30%
95.9th percentile
On Netis WF2411 with firmware 2.1.36123 and other Netis WF2xxx devices (possibly WF2411 through WF2880), there is a stack-based buffer overflow that does not require authentication. This can cause denial of service (device restart) or remote code execution. This vulnerability can be triggered by a GET request with a long HTTP "Authorization: Basic" header that is mishandled by user_auth->user_ok in /bin/boa.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| netis-systems | wf2411_firmware | — | — |
| netis-systems | wf2880_firmware | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect Netis router login panel by issuing a GET request to /login.htm and checking for 'AP setup' in the response body and 'Server: netis' in the response header with HTTP 200 status.
- →Exploit traffic is a GET request with an abnormally long 'Authorization: Basic' HTTP header targeting the /bin/boa web server process; monitor for oversized Authorization headers on Netis WF2xxx devices. ↗
- ·Vulnerability affects Netis WF2411 firmware 2.1.36123 and potentially all WF2xxx devices (WF2411 through WF2880); exact firmware range for other models is unconfirmed. ↗
- ·No authentication is required to trigger the stack-based buffer overflow, meaning the attack surface is exposed to unauthenticated network attackers. ↗
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.09.0CRITICALAV:N/AC:L/Au:N/C:P/I:P/A:C
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Netis Router Login Panel - Detect
nuclei
CVE-2019-8985 Netis Router Login Panel - Detect
Netis Router Login Panel - Detect
Netis router login panel was detected.
Template:
id: netis-router
info:
name: Netis Router Login Panel - Detect
author: gy741
severity: info
description: Netis router login panel was detected.
reference:
- https://www.tacnetsol.com/blog/cve-2019-8985-rce
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,login,netis,router,discovery
http:
- method: GET
path:
- '{{BaseURL}}/login.htm'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'AP setup'
- type: word
part: header
words:
- 'Server: netis'
- type: status
status:
- 200
# digest: 4b0a00483046022100bc2da35d301ed84417a096e7860d269c276530533c2a69007796e548322bb97a0221009a2227d3fb46584b4c288ffb34a0193dea4685
No writeups or analysis indexed.
2019-02-21
Published