Cyber Resilience

CVE-2022-34046

HighPublic PoC

Published: 20 July 2022

Published
20 July 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.5748 98.2th percentile
Risk Priority 49 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-34046 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Wavlink Wn533A8 Firmware. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 1.8% 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-34046 is an access control vulnerability, tracked under CWE-863, that affects the Wavlink WN533A8 wireless router running firmware version M33A8.V5030.190716. The flaw resides in the sysinit.shtml endpoint and permits unauthenticated retrieval of sensitive configuration data containing user credentials.

An attacker with network access to the device can exploit the issue by issuing a simple HTTP request to a URL of the form http://IP_ADDRESS/sysinit.shtml?r=52300, then inspecting the returned page source for the logincheck(user) string. Successful exploitation yields the administrator username and password in plaintext, resulting in a CVSS 3.1 score of 7.5 due to the high confidentiality impact and lack of required privileges or user interaction.

Public references consist of exploit disclosures on Packet Storm and an accompanying proof-of-concept archive; no vendor advisory or firmware patch information is provided in the available sources. The associated EPSS score has remained at 0.5748 from the time of disclosure through the present measurement.

EU & UK References

Vulnerability details

An access control issue in Wavlink WN533A8 M33A8.V5030.190716 allows attackers to obtain usernames and passwords via view-source:http://IP_ADDRESS/sysinit.shtml?r=52300 and searching for [logincheck(user);].

CWE(s)

Related Threats

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

Affected Assets

wavlink
wn533a8 firmware
m33a8.v5030.190716

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-863

Periodic review and update of procedures reduces incorrect authorization implementations over time.

addresses: CWE-863

Supervision identifies cases where authorization logic incorrectly permits unauthorized actions.

addresses: CWE-863

Defining permitted attribute values and auditing modifications reduces the chance of incorrect authorization outcomes due to tampered or missing labels.

addresses: CWE-863

The authorization process and usage restrictions help prevent incorrect authorization for remote access types.

addresses: CWE-863

Establishing configuration and connection requirements helps ensure correct rather than incorrect authorization for wireless access.

addresses: CWE-863

Establishing connection authorization processes for mobile devices helps ensure authorization decisions are correctly implemented rather than incorrect.

addresses: CWE-863

Monitoring account use, notifying on changes, and reviewing accounts for compliance corrects incorrect authorization assignments.

addresses: CWE-863

Ensures authorization decisions for external system use are correctly implemented and enforced.

References