CVE-2026-80349

Source
https://cve.org/CVERecord?id=CVE-2026-80349
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80349.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80349
Published
2026-08-26T10:09:49.376Z
Modified
2026-08-28T11:47:33.782036687Z
Severity
  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
TarsWeb through 3.0.14 Authentication Bypass via Spoofed X-Forwarded-For and uid Parameter
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80349.json",
    "cwe_ids": [
        "CWE-290"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/tarscloud/tarsweb

Affected ranges

Type
GIT
Repo
https://github.com/tarscloud/tarsweb
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "3.0.14"
        }
    ]
}

Affected versions

1.*
1.0.0
1.1.0
1.1.1
1.2.0
1.3.0
1.3.1
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
v2.*
v2.0.0
v2.1.0
v2.4.0
v2.4.1
v2.4.10
v2.4.11
v2.4.12
v2.4.13
v2.4.14
v2.4.15
v2.4.16
v2.4.17
v2.4.18
v2.4.19
v2.4.2
v2.4.20
v2.4.21
v2.4.22
v2.4.23
v2.4.25
v2.4.26
v2.4.3
v2.4.4
v2.4.6
v2.4.8
v2.4.9
v3.*
v3.0.0
v3.0.1
v3.0.10
v3.0.11
v3.0.14
v3.0.2
v3.0.3
v3.0.6
v3.0.7
v3.0.8
v3.0.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80349.json"