LiveActive security incident?Get immediate response
CVE Record

CVE-2022-35518: WAVLINK WN572HP3, WN533A8, WN530H4, WN535G3, WN531P3 nas.cgi has no filtering on parameters: User1Passwd an...

WAVLINK WN572HP3, WN533A8, WN530H4, WN535G3, WN531P3 nas.cgi has no filtering on parameters: User1Passwd and User1, which leads to command injection in page /nas_disk.shtml.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability affects several WAVLINK router models and can let a logged-in attacker inject system commands through the NAS disk page. The public record rates it medium severity because exploitation needs authentication and user interaction, and the stated impact is limited confidentiality and integrity loss.

Executive priority

Handle this as a moderate network-edge device risk. It is not documented as actively exploited here, but routers are high-value footholds. Prioritize inventory, access restriction, and vendor firmware verification over emergency response unless exposure is internet-facing.

Technical view

CVE-2022-35518 is a CWE-77 command injection issue in nas.cgi, reached from /nas_disk.shtml. The cited parameters are User1Passwd and User1. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N, score 4.6. No affected firmware versions or vendor patch details are provided in the bundle.

Likely exposure

Exposure is most relevant where the listed WAVLINK models are deployed and their web administration or NAS disk functions are reachable by authenticated users. The sources name WN572HP3, WN533A8, WN530H4, WN535G3, and WN531P3, but do not provide firmware version ranges.

Exploitation context

The bundle does not show CISA KEV listing or other evidence of active exploitation. Public technical detail exists in a GitHub reference, but the CVSS vector indicates exploitation requires low privileges and user interaction. Treat internet-reachable management interfaces as higher risk.

Researcher notes

The public data is sparse: it identifies vulnerable parameters and endpoint context, but not firmware versions, patch availability, or confirmed exploitation. Validation should focus on model presence, reachable management surfaces, authentication controls, and vendor release notes rather than assumptions about all WAVLINK products.

Mitigation direction

  • Check WAVLINK guidance and firmware releases for each listed model.
  • Restrict router administration interfaces to trusted management networks only.
  • Remove unnecessary remote access to the device web interface.
  • Use strong, unique administrator credentials on affected devices.
  • Replace or isolate devices if no vendor-supported update is available.

Validation and detection

  • Inventory WAVLINK WN572HP3, WN533A8, WN530H4, WN535G3, and WN531P3 devices.
  • Record firmware versions and compare them with vendor advisories when available.
  • Confirm the web administration interface is not publicly reachable.
  • Review access logs for unexpected authenticated access to NAS settings.
  • Verify only trusted administrators can manage NAS-related configuration.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-35518 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
0Timeline events
0ADP providers
2Source links

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.

ScoreVersionSeverityVectorExploitImpactSource
4.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2022-35518Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.