VYPR
Unrated severityNVD Advisory· Published Nov 21, 2022· Updated Apr 22, 2025

Remote Code Execution (RCE) vulnerability in super-xray via URL input

CVE-2022-41945

Description

super-xray is a vulnerability scanner (xray) GUI launcher. In version 0.1-beta, the URL is not filtered and directly spliced ​​into the command, resulting in a possible RCE vulnerability. Users should upgrade to super-xray 0.2-beta.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Super-xray 0.1-beta fails to sanitize URL input, allowing command injection and remote code execution.

Vulnerability

The vulnerability is a command injection in super-xray version 0.1-beta. The URL input is not filtered and is directly concatenated into a command string that is executed via cmd.exe or shell. The code in initActiveScan() builds a command using xrayCmd.buildCmd() and passes it to execAndFresh(), which calls ExecUtil.execCmdGetStream() to run the command. The URL parameter is not sanitized, allowing an attacker to inject arbitrary commands. [1]

Exploitation

An attacker needs local access to the system running super-xray and must have high privileges (e.g., ability to launch the GUI and interact with it). The user must click the "active scan" button after entering a malicious URL. The injected commands are executed with the privileges of the super-xray process. No network position is required beyond local access. [1]

Impact

Successful exploitation allows arbitrary command execution (RCE) on the host system. The attacker gains full control over the application's privileges, leading to high confidentiality, integrity, and availability impact. [1]

Mitigation

The vulnerability is fixed in super-xray version 0.2-beta. Users should upgrade immediately. No workarounds are provided. The advisory does not list this CVE in CISA's KEV. [1][2]

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.