---
id: CVE-2026-80349
title: >-
  TarsWeb decides whether a request comes from a trusted local caller using a
  client-controlled header
summary: >-
  TarsWeb decides whether a request comes from a trusted local caller using a
  client-controlled header. app.js sets Koa's proxy option to true without
  naming which upstream proxies may be trusted and without limiting the number
  of forwarde…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-290
published: '2026-08-26'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T17:17:45.517'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-80349'
references:
  - url: 'https://github.com/TarsCloud/TarsWeb'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/TarsCloud/TarsWeb/blob/v3.0.14/app.js'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/TarsCloud/TarsWeb/blob/v3.0.14/midware/ssoMidware.js'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/TarsCloud/TarsWeb/issues/212'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/tarsweb-through-3.0.14-authentication-bypass-via-spoofed-x-forwarded-for-and-uid-parameter
    label: disclosure@vulncheck.com
  - url: 'https://github.com/TarsCloud/TarsWeb/issues/212'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00575
epssPercentile: 0.45138
ingestedAt: '2026-09-23T17:28:14.802Z'
---

## Overview

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the X-Forwarded-For header supplied by the caller. In midware/ssoMidware.js a single branch covers both the ignored-path list and the ignoreIps allowlist from config/loginConf.js, which contains the loopback address, and that branch assigns the effective account identity from the uid query parameter before falling through to the request without validating any ticket, cookie or password. A request carrying a forged X-Forwarded-For value naming the loopback address and a uid naming an existing account therefore reaches every route the console mounts as that account, including an administrator, with no credential of any kind. Those routes include user and role administration, service configuration, and package upload and deployment. Version 3.0.16 separates the two branches so that a match on the address allowlist assigns the configured default account rather than one named by the caller.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
