CVE-2026-89010 PUBLISHED

WAVLINK WN535M1/WN535M3 Unauthenticated OS Command Injection via sync_server

Assigner: VulnCheck
Reserved: 10.09.2026 Published: 11.09.2026 Updated: 11.09.2026

WAVLINK WN535M1 and WN535M3 routers running firmware prior to M35M1_V250922 contain an unauthenticated OS command injection vulnerability that allows remote attackers to execute arbitrary commands as root by sending crafted filenames to the sync_server daemon on TCP port 13136. The daemon interpolates attacker-controlled filename input containing shell metacharacters into a shell command string via sprintf() and passes it to system() without sanitization, enabling root-level command execution on the device.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor WAVLINK Technology
Product WN535M1
Versions Default: unaffected
  • Version M35M1_V210223 is affected
  • Version M35M1_V250922 is unaffected
Vendor WAVLINK Technology
Product WN535M3
Versions Default: unaffected
  • Version M35M1_V210223 is affected
  • Version M35M1_V250922 is unaffected

Credits

  • Cameron Smith finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE