CVE-2025-52365

7.8

ccurtsinger · stabilizer

A command injection vulnerability in the szc script of the ccurtsinger/stabilizer repository allows remote attackers to execute arbitrary system commands via unsanitized user input.

Executive summary

A critical command injection vulnerability in the ccurtsinger/stabilizer repository allows for arbitrary system command execution, posing a significant risk to system integrity.

Vulnerability

The vulnerability exists in the szc script due to improper input handling, where user supplied input is passed directly to the os.system() function without validation. This allows a local authenticated attacker to inject and execute arbitrary system commands.

Business impact

Successful exploitation of this vulnerability allows an attacker to execute arbitrary commands with the privileges of the user running the script. This could lead to a full system compromise, unauthorized data access, or the deployment of malicious software. Given the CVSS score of 7.8, this flaw represents a high risk to organizational security and operational continuity.

Remediation

Immediate Action: Review the repository for updates provided by the maintainer and apply them immediately. If no patch is available, avoid executing the szc script with elevated privileges.

Proactive Monitoring: Monitor system logs for unusual command execution patterns or suspicious child processes spawned by the stabilizer utility.

Compensating Controls: Implement strict input validation or sanitization routines at the application level to ensure no shell metacharacters are processed by the script.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the research write-up referenced by the CVE record.

Analyst recommendation

The presence of a public proof-of-concept necessitates immediate attention to this vulnerability. Administrators should prioritize identifying instances of the stabilizer repository within their environment and restrict access to the vulnerable szc script until a formal patch is applied.

Sources