Cyber Resilience

CVE-2022-31847

HighPublic PoC

Published: 14 June 2022

Published
14 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.5059 97.9th percentile
Risk Priority 45 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-31847 is a high-severity Forced Browsing (CWE-425) vulnerability in Wavlink Wn579X3 Firmware. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 2.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-31847 is an information disclosure vulnerability in the /cgi-bin/ExportAllSettings.sh endpoint of the WAVLINK WN579 X3 router running firmware M79X3.V5030.180719. The flaw, tracked under CWE-425, permits unauthenticated remote access to sensitive router configuration data when a specially crafted POST request is submitted. It carries a CVSS 3.1 base score of 7.5 reflecting network attack vector, low complexity, and high confidentiality impact without requiring privileges or user interaction.

An attacker with network reachability to the device can exploit the endpoint to retrieve router settings and credentials that would otherwise be protected. Successful exploitation yields direct exposure of sensitive information without authentication, enabling further reconnaissance or targeted follow-on attacks against the affected wireless router.

The two referenced GitHub disclosures detail the request construction used to trigger the leak but contain no vendor advisory, patch information, or mitigation guidance. The associated EPSS score reached a peak of 0.5844 with a current value of 0.5059, indicating sustained exploitation interest after public disclosure.

EU & UK References

Vulnerability details

A vulnerability in /cgi-bin/ExportAllSettings.sh of WAVLINK WN579 X3 M79X3.V5030.180719 allows attackers to obtain sensitive router information via a crafted POST request.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

wavlink
wn579x3 firmware
m79x3.v5030.180719

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-425

Forcing a decision on every access request, including direct ones, reduces the exploitability of forced browsing by ensuring no unchecked access paths.

addresses: CWE-425

Forces all accesses through the reference monitor, preventing direct or forced requests that bypass checks.

addresses: CWE-425

Enforcing access for all logical requests prevents unauthorized direct access to protected resources.

addresses: CWE-425

Displaying the notification before further access on public systems prevents direct resource requests from bypassing the required system use terms and consent.

addresses: CWE-425

Decoy endpoints catch forced browsing and direct requests, deflecting attackers from legitimate resources while enabling analysis.

addresses: CWE-425

Blocks unauthorized direct requests or forced browsing by denying input access to non-authorized actors.

References