PatchSiren cyber security CVE debrief
CVE-2026-80348 TarsCloud CVE debrief
The TarsWeb application, specifically the PatchController.js module, contains a vulnerability that allows unauthorized package deployment, retrieval, deletion, and default deployment changes across applications. This is due to four methods (uploadAndPublish, downloadPackage, deletePatchPackage, and setPatchPackageDefault) lacking AuthService calls for authorization checks. As a result, any authenticated user can deploy packages to any server, retrieve or delete any application's package, and change which package is deployed by default. Administrators and users of TarsWeb, especially those managing packages and deployments, should be aware of this vulnerability and take necessary actions to secure their installations. The CVE record was published on 2026-08-26T10:16:42.947Z and has not been modified since then. Evidence from the CVE description notes that these methods do not enforce proper authorization, leading to potential security risks. To address this vulnerability, it is essential to review and update TarsWeb to enforce AuthService calls for authorization checks in PatchController.js methods.
- Vendor
- TarsCloud
- Product
- TarsWeb
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-26
- Original CVE updated
- 2026-09-03
- Advisory published
- 2026-08-26
- Advisory updated
- 2026-09-03
Who should care
Administrators and users of TarsWeb, especially those managing packages and deployments, should be aware of this vulnerability and take necessary actions to secure their installations.
Technical summary
The TarsWeb application enforces per-application roles through AuthService calls in controller methods. However, four methods in PatchController.js (uploadAndPublish, downloadPackage, deletePatchPackage, and setPatchPackageDefault) do not make these calls, leading to a vulnerability. Specifically, uploadAndPublish allows package uploads and deployment tasks without authorization, while downloadPackage, deletePatchPackage, and setPatchPackageDefault allow unauthorized access to package management across applications.
Defensive priority
Authenticated users can deploy packages to any server, retrieve or delete any application's package, and change default deployments due to missing authorization checks in TarsWeb's PatchController.js.
Recommended defensive actions
- Review and update TarsWeb to enforce AuthService calls for authorization checks in PatchController.js methods
- Implement proper authorization checks for package deployment, retrieval, deletion, and default deployment changes
- Restrict access to sensitive operations to authorized users only
- Monitor for suspicious activity related to package management and deployment
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE description notes four methods in PatchController.js lack AuthService calls for authorization checks. Specifically, uploadAndPublish, downloadPackage, deletePatchPackage, and setPatchPackageDefault do not enforce proper authorization, allowing for unauthorized package deployment, retrieval, deletion, and default deployment changes across applications.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80348 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80348
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80348 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80348
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/TarsCloud/TarsWeb
-
Source reference
Unverified legacy reference
URL: https://github.com/TarsCloud/TarsWeb/blob/v3.0.16/app/controller/patch/PatchController.js
-
Source reference
Unverified legacy reference
URL: https://github.com/TarsCloud/TarsWeb/issues/213
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/tarsweb-through-3.0.16-missing-authorization-on-patch-deploy-download-and-delete-endpoints
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.