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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53541— OliveTin 未验证`ot_`前缀参数导致输入过滤绕过漏洞

一分钟漏洞结论

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

OliveTin 允许用户通过 Web 界面执行预定义的 Shell 命令。执行器中的 函数本意是丢弃未在动作(action)配置中明确定义的任何参数。然而,在提交 ebffd9f040f791208aee1db2e5a8aecd1e3e603d 之前,存在一个特例:任何以 开头的参数名称均可绕过该过滤机制。 虽然 OliveTin 本身会注入两个系统级参数( 和 ),且这些参数会被 OliveTin 覆盖重写,但用户提供的其他所有以 为前缀的参数都会原封不动地通过过滤。由于这些被绕过的参数未经过类型检查——验证循

CVSS 4.3 · Medium EPSS 0.23% · P14

影响版本矩阵 1

厂商产品 版本范围状态
OliveTin OliveTin <= 2025.03.07 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering
来源: CVE Program / CVE List V5
Vulnerability Description
OliveTin gives access to predefined shell commands from a web interface. The `filterToDefinedArgumentsOnly` function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a special case allows any argument whose name starts with `ot_` to bypass this filter. While two system arguments (`ot_executionTrackingId` and `ot_username`) are injected by OliveTin and overridden, all other `ot_`-prefixed arguments supplied by the user pass through unmodified. These bypassed arguments are not type-checked — the validation loop only iterates over the action's defined arguments, so `ot_`-prefixed arguments skip all type safety checks entirely; set as environment variables — via `buildEnv()`, with completely unvalidated values, and passed to the executed command; and included in the template context — available as `.Arguments.ot_*` in template rendering. Commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d contains a patch.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
OliveTin OliveTin <= 2025.03.07 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53541 补丁与修复 (1)

CVE-2026-53541 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53541

暂无评论


发表评论