Cyber Resilience

CVE-2023-30405

MediumPublic PoC

Published: 28 April 2023

Published
28 April 2023
Modified
30 January 2025
KEV Added
Patch
CVSS Score v3.1 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0259 85.9th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-30405 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Aigital Wireless-N Repeater Mini Router Firmware. Its CVSS base score is 5.4 (Medium).

Operationally, ranked in the top 14.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

A cross-site scripting vulnerability tracked as CVE-2023-30405 affects the Aigital Wireless-N Repeater Mini_Router running firmware version 0.131229. The flaw is an instance of CWE-79 that permits injection of arbitrary web scripts or HTML through the wl_ssid parameter submitted to the /boafrm/formHomeWlanSetup endpoint.

An authenticated attacker with low privileges can supply a crafted wl_ssid value that is later rendered in the web interface without proper output encoding. Successful exploitation results in script execution in the context of another user's browser session, enabling theft of session tokens or limited interface manipulation, though the CVSS vector requires user interaction and yields only limited confidentiality and integrity impact.

Public references consist solely of PacketStorm disclosures that reproduce the injection vector; no vendor advisory or firmware update addressing the issue is referenced. The associated EPSS score reached a peak of 0.0587 after disclosure before receding to its current value of 0.0259, indicating modest post-publication interest that has since declined.

EU & UK References

Vulnerability details

A cross-site scripting (XSS) vulnerability in Aigital Wireless-N Repeater Mini_Router v0.131229 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the wl_ssid parameter at /boafrm/formHomeWlanSetup.

CWE(s)

Related Threats

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

Affected Assets

aigital
wireless-n repeater mini router firmware
0.131229

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

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References