CVE-2026-80348

8.8

TarsCloud · TarsWeb

TarsWeb fails to enforce authorization checks on multiple PatchController methods, allowing authenticated users to manipulate and deploy patches for applications they do not own.

Executive summary

A critical missing authorization vulnerability in TarsWeb allows any authenticated user to perform unauthorized patch deployments, potentially leading to full system compromise.

Vulnerability

The application fails to perform capability checks in several methods within the PatchController, specifically regarding patch uploads, deletions, and deployment tasks. Any authenticated user, regardless of their assigned application role, can trigger deployment tasks or modify patch configurations for unauthorized modules.

Business impact

The ability for an unauthorized user to deploy arbitrary code to TarsWeb-managed servers poses a severe risk to organizational infrastructure. Successful exploitation could result in full remote code execution on target nodes, unauthorized data access, and complete service disruption. With a CVSS score of 8.8, this vulnerability represents a high-severity risk that could facilitate lateral movement or the deployment of malicious backdoors across the production environment.

Remediation

Immediate Action: Update TarsWeb to the latest patched version that resolves the missing authorization checks in PatchController. If an immediate update is not feasible, restrict access to the TarsWeb console to trusted internal networks only.

Proactive Monitoring: Review application access logs for unusual activity surrounding the PatchController endpoints, specifically focusing on unauthorized attempts to upload or deploy packages from unexpected user accounts.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to intercept and block unauthorized requests to the TarsWeb patch management endpoints.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the potential for unauthorized code execution and the ease of exploitation, this vulnerability should be treated as a high-priority remediation item. Organizations utilizing TarsWeb must audit their current deployments and apply the vendor-provided security updates immediately to prevent unauthorized manipulation of the deployment pipeline.

More TarsCloud CVEs

Sources

Originally found and disclosed by George Chen, per the CVE Program record.