Description
WAVLINK WN535M1 and WN535M3 routers running firmware prior to M35M1_V250922 contain an unauthenticated arbitrary file write vulnerability that allows remote attackers to overwrite any file on the device by sending a crafted payload to the sync_server daemon on TCP port 13136. The daemon, which runs as root and requires no authentication, accepts a 100-byte filename field in its protocol header without path canonicalization, allowing attackers to supply an absolute path and write arbitrary content to overwrite startup scripts or credential stores to achieve persistent system compromise.
Published: 2026-09-11
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: Persistent system compromise via arbitrary file write
Action: Immediate Patch
AI Analysis

Impact

WAVLINK WN535M1 and WN535M3 routers run a sync_server service that listens on TCP port 13136 without any authentication. The service accepts a 100-byte filename field in its protocol header but does not perform path canonicalization. By sending a specially crafted payload, an attacker can specify an absolute path such as \/etc\/passwd or a startup script and overwrite its contents. This arbitrary file write can be used to replace executables, modify configuration files, or overwrite credential stores, enabling persistent compromise of the device and potential escalation to full remote code execution. The vulnerability is classified as CWE-36 (Absolute Path Traversal).

Affected Systems

The affected devices are WAVLINK Technology WN535M1 and WN535M3 routers running firmware versions prior to M35M1_V250922. Any router using firmware that has not been updated to M35M1_V250922 or later is susceptible to exploitation.

Risk and Exploitability

The flaw carries a CVSS score of 8.8, indicating high severity. The EPSS score is not available, so the current exploitation probability is unknown, but the vulnerability is not listed in the CISA KEV catalog. The daemon runs as root and requires no authentication, so an attacker who can reach the router over the network can directly send the malicious payload and overwrite critical files. The lack of authentication and the absolute path payload enable unlimited file write privileges, making the risk high even though exploit evidence is not publicly cataloged.

Generated by OpenCVE AI on September 11, 2026 at 16:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware update (M35M1_V250922 or newer) to remove the sync_server vulnerability.
  • If a firmware update is not immediately available, block or filter traffic to TCP port 13136 at the network perimeter or on the router firewall to prevent remote exploitation.
  • Ensure the router is isolated from untrusted networks by enforcing network segmentation and strict access controls, or disable the sync_server service if the router firmware supports disabling.
  • Monitor for any unauthorized attempts to connect to port 13136 and log such events for incident response.

Generated by OpenCVE AI on September 11, 2026 at 16:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
Description WAVLINK WN535M1 and WN535M3 routers running firmware prior to M35M1_V250922 contain an unauthenticated arbitrary file write vulnerability that allows remote attackers to overwrite any file on the device by sending a crafted payload to the sync_server daemon on TCP port 13136. The daemon, which runs as root and requires no authentication, accepts a 100-byte filename field in its protocol header without path canonicalization, allowing attackers to supply an absolute path and write arbitrary content to overwrite startup scripts or credential stores to achieve persistent system compromise.
Title WAVLINK WN535M1/WN535M3 Unauthenticated Arbitrary File Write via sync_server
Weaknesses CWE-36
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-11T14:57:08.436Z

Reserved: 2026-09-10T16:23:54.470Z

Link: CVE-2026-89009

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-11T15:17:08.190

Modified: 2026-09-11T17:35:21.440

Link: CVE-2026-89009

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T16:45:14Z

Weaknesses
  • CWE-36

    Absolute Path Traversal