CVE-2026-7690 — The Function Set_sys_adm Of The File /Cgi-Bin/Adm.Cgi Command Injection
CVE-2026-7690 — A weakness has been identified in Wavlink WL-WN570HA1 R70HA1 V1410_221110. This issue affects the function set_sys_adm of the file /cgi-bin/adm.cgi. This manipulation of the argument Username causes command injection. It is possible to initiate the attack remotely. The exploit has be
What This Means For You
- If your environment is affected by CWE-74, CWE-77, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7690 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7690 - Command Injection via adm.cgi Username Parameter
title: CVE-2026-7690 - Command Injection via adm.cgi Username Parameter
id: scw-2026-05-03-ai-1
status: experimental
level: critical
description: |
Detects exploitation attempts against CVE-2026-7690 by looking for requests to '/cgi-bin/adm.cgi' where the 'Username' parameter is manipulated with characters indicative of command injection (';', '&&', '|'). This targets the specific vulnerability in the set_sys_adm function.
author: SCW Feed Engine (AI-generated)
date: 2026-05-03
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7690/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri:
- '/cgi-bin/adm.cgi'
cs-uri-query|contains:
- 'Username='
cs-uri-query|contains:
- ';'
cs-uri-query|contains:
- '&&'
cs-uri-query|contains:
- '|'
condition: cs-uri AND cs-uri-query
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7690 | vulnerability | CVE-2026-7690 |
| CWE-74 | weakness | CWE-74 |
| CWE-77 | weakness | CWE-77 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 03, 2026 at 13:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.