目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80349— TarsWeb 3.0.14 通过伪造X-Forwarded-For和uid参数绕过认证漏洞

一分钟漏洞结论

影响对象
TarsCloud TarsWeb
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

TarsWeb 依赖由客户端控制的 HTTP 头来判断请求是否来自可信的本地调用者。在 中,Koa 的 选项被设置为 ,但未指定哪些上游代理是可信的,也未限制转发跳数。因此,Koa 报告的请求地址取自攻击者提供的 头。 在 中,存在一个代码分支同时处理忽略路径列表(ignored-path list)和来自 的 IP 白名单(ignoreIps allowlist)。该配置中包含了回环地址(loopback address,如 127.0.0.1)。在此分支中,系统直接从查询参数 中分配有效的账户身份,而在跳转至后

CVSS 9.8 · Critical
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-80349 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
TarsWeb through 3.0.14 Authentication Bypass via Spoofed X-Forwarded-For and uid Parameter
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
使用欺骗进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
TarsCloud TarsWeb 0 ~ 3.0.14 -

二、漏洞 CVE-2026-80349 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-80349 的情报信息

登录查看更多情报信息。

CVE-2026-80349 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80349

暂无评论


发表评论