A vulnerability in SenseLive X3050’s management ecosystem allows unauthenticated discovery of deployed units through the vendor’s management protocol,...
Description
A vulnerability in SenseLive X3050’s management ecosystem allows unauthenticated discovery of deployed units through the vendor’s management protocol, enabling identification of device presence, identifiers, and management interfaces without requiring credentials
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: text-generation-webui
PRODUCT: text-generation-webui
AFFECTED_VERSIONS: Prior to 4.1.1
---END_METADATA---
Description Summary:
The text-generation-webui application allows arbitrary Python file overwriting via extension settings, leading to remote code execution.
Executive Summary:
A critical file overwrite vulnerability in text-generation-webui allows attackers to gain remote code execution by replacing application scripts.
Vulnerability Details
CVE-ID: CVE-2026-35050
Affected Software: text-generation-webui
Affected Versions: Prior to 4.1.1
Vulnerability: The application permits saving extension settings in Python format within the application root. An attacker can overwrite critical files, such as
download-model.py, which are subsequently executed by the application.Business Impact
This vulnerability enables an attacker to achieve persistent code execution on the server running the web interface. Given the 9.1 CVSS score, this facilitates total system compromise and potential access to sensitive model files or user data.
Remediation Plan
Immediate Action: Update to text-generation-webui version 4.1.1 or later.
Proactive Monitoring: Monitor the application root directory for unauthorized file modifications or changes to existing Python scripts.
Compensating Controls: Restrict write permissions on the application directory to the absolute minimum required for the application to function.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Apr 6, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The risk of persistent code execution requires immediate remediation. Users must update the software and ensure that file system permissions are correctly configured to prevent unauthorized writes to critical application files.