CVE-2024-48705: Wavlink AC1200 with firmware versions M32A3_V1410_230602 and M32A3_V1410_240222 are vulnerable to a post-au...
Wavlink AC1200 with firmware versions M32A3_V1410_230602 and M32A3_V1410_240222 are vulnerable to a post-authentication command injection while resetting the password. This vulnerability is specifically found within the "set_sys_adm" function of the "adm.cgi" binary, and is due to improper santization of the user provided "newpass" field
Security readout for executives and security teams
Plain-English summary
CVE-2024-48705 affects specified Wavlink AC1200 firmware builds and may let an attacker inject operating-system commands during an administrator password reset workflow. The business risk is moderate: compromise appears tied to router management functionality, but the sources do not confirm real-world exploitation or a vendor fix.
Executive priority
Prioritize identification and exposure reduction, especially for remotely managed routers. This is not supported as an emergency KEV-style incident from the provided sources, but affected edge devices should be contained quickly.
Technical view
The issue is described as CWE-77 command injection in the adm.cgi binary, specifically set_sys_adm, caused by improper sanitization of the newpass field. The description calls it post-authentication, while the CVSS vector lists PR:N, so privilege requirements are inconsistent in the provided evidence.
Likely exposure
Organizations using Wavlink AC1200 devices running firmware M32A3_V1410_230602 or M32A3_V1410_240222 are the stated exposure group. The structured affected-product fields are incomplete, so confirm model and firmware directly on devices.
Exploitation context
The source bundle includes a public GitHub reference, but no cited source states active exploitation. The CVE is not listed as KEV in the provided data. Treat internet-exposed management interfaces as higher risk.
Researcher notes
Key evidence names adm.cgi set_sys_adm and the newpass field. Do not assume affected CPEs beyond the description. Note the post-authentication wording conflicts with PR:N in CVSS, which should be resolved before firm scoring decisions.
Mitigation direction
Check Wavlink guidance for fixed firmware or official mitigations.
Restrict router administration access to trusted internal networks only.
Disable remote management where operationally feasible.
Segment affected routers from sensitive internal systems.
Monitor for unexpected admin password changes or configuration changes.
Validation and detection
Inventory Wavlink AC1200 devices and record firmware versions.
Confirm whether firmware matches M32A3_V1410_230602 or M32A3_V1410_240222.
Verify management interfaces are not exposed to the internet.
Review administrative logs for suspicious password reset activity.
Track vendor advisories for patch availability or replacement guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-77: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-77 · source CWE mapping
Improper Neutralization of Special Elements used in a Command ('Command Injection')
Improper Neutralization of Special Elements used in a Command ('Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.