CVE-2026-53541
Last modified
CVE-2026-53541 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OliveTin | OliveTin | <= 2025.03.07 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53541?
How severe is CVE-2026-53541?
How do I fix CVE-2026-53541?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53536Activepieces is an open source AI workflow automation platfo…5.3
- CVE-2026-53537Python-Multipart is a streaming multipart parser for Python.…5.3
- CVE-2026-53538Python-Multipart is a streaming multipart parser for Python.…3.7
- CVE-2026-53539Python-Multipart is a streaming multipart parser for Python.…7.5
- CVE-2026-5354A flaw has been found in Trendnet TEW-657BRM 1.00.1. Affecte…8.8
- CVE-2026-53540Python-Multipart is a streaming multipart parser for Python.…3.7
- CVE-2026-53542Termix is a web-based server management platform with SSH te…8.8
- CVE-2026-53545Termix is a web-based server management platform with SSH te…9.8
- CVE-2026-53546Termix is a web-based server management platform with SSH te…9.6
- CVE-2026-53547Termix is a web-based server management platform with SSH te…8.8
- CVE-2026-53548Termix is a web-based server management platform with SSH te…9.6
- CVE-2026-53549Termix is a web-based server management platform with SSH te…7.7
Are you affected by CVE-2026-53541?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
