Description
NexTor IP Changer is a command-line tool that leverages the Tor network to periodically rotate a user's IP address. Versions prior to 2.0.0 execute privileged system commands using `sudo` and `shell=True` directly inside application logic. In environments where passwordless sudo (`NOPASSWD`) is enabled, privileged commands may execute silently without explicit user confirmation. Version 2.0.0 fixes the issue.
Published: 2026-08-07
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability flows from Nex/Tor IP Changer’s design that embeds calls to privileged system commands using sudo and the unsafe shell argument, shell=True, directly in its code. When the tool runs under a user account that has passwordless sudo (NOPASSWD) enabled, any command issued by the application executes with root privileges without prompting the user, thereby permitting an attacker who can invoke the tool to execute arbitrary commands with elevated rights. The primary impact is a local privilege escalation that could compromise the entire host if the attacker can leverage the tool’s privileged execution path. The weakness is evident in CWE‑250 (Missing Authorization) and CWE‑78 (OS Command Injection).

Affected Systems

The affected product is the 0x5t4l1n NexTOR IP Changer. Versions older than 2.0.0 are susceptible; the issue was resolved in version 2.0.0, which removes the direct sudo usage and shell invocation. No other vendors or product variants are listed as affected.

Risk and Exploitability

The CVSS score of 7.3 classifies the flaw as high severity, but exploitable only when the environment allows passwordless sudo or the user is privileged. Since the EPSS score is not available, the exact likelihood of exploitation cannot be quantified, yet the existence of the flaw in a widely used command‑line utility increases its attractiveness to local attackers. The vulnerability is not listed in the CISA KEV catalog, indicating no documented exploitation in the wild to date. Attackers would need local access to the user account that can run the tool; from there they could execute arbitrary commands with root privileges.

Generated by OpenCVE AI on August 7, 2026 at 20:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NexTOR IP Changer to version 2.0.0 or later.
  • If upgrading is not possible, disable passwordless sudo (NOPASSWD) for the user account that runs the tool.
  • Run the tool under a non‑privileged account or restrict its execution rights so it cannot invoke sudo.

Generated by OpenCVE AI on August 7, 2026 at 20:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared 0x5t4l1n
0x5t4l1n nextor Ip Changer
Vendors & Products 0x5t4l1n
0x5t4l1n nextor Ip Changer

Fri, 07 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Description NexTor IP Changer is a command-line tool that leverages the Tor network to periodically rotate a user's IP address. Versions prior to 2.0.0 execute privileged system commands using `sudo` and `shell=True` directly inside application logic. In environments where passwordless sudo (`NOPASSWD`) is enabled, privileged commands may execute silently without explicit user confirmation. Version 2.0.0 fixes the issue.
Title NexTOR IP Changer Unsafely Uses sudo and shell=True
Weaknesses CWE-250
CWE-78
References
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}


Subscriptions

0x5t4l1n Nextor Ip Changer
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T21:01:58.457Z

Reserved: 2026-05-20T18:40:45.835Z

Link: CVE-2026-48098

cve-icon Vulnrichment

Updated: 2026-08-07T20:55:37.655Z

cve-icon NVD

Status : Received

Published: 2026-08-07T19:17:47.780

Modified: 2026-08-07T22:16:58.903

Link: CVE-2026-48098

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T20:40:32Z

Weaknesses
  • CWE-250

    Execution with Unnecessary Privileges

  • CWE-78

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