Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/OliveTin/OliveTin
  4. ›
  5. CVE-2026-53541

CVE-2026-53541: OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering

June 24, 2026

The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action’s configuration. However, 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:

  1. Not type-checked — the validation loop only iterates over the action’s defined arguments, so ot_-prefixed arguments skip all type safety checks entirely.
  2. Set as environment variables — via buildEnv(), with completely unvalidated values, and passed to the executed command.
  3. Included in the template context — available as .Arguments.ot_* in template rendering.

References

  • github.com/OliveTin/OliveTin/commit/ebffd9f040f791208aee1db2e5a8aecd1e3e603d
  • github.com/OliveTin/OliveTin/security/advisories/GHSA-prj9-97mp-mwh2
  • github.com/advisories/GHSA-prj9-97mp-mwh2
  • nvd.nist.gov/vuln/detail/CVE-2026-53541

Code Behaviors & Features

Detect and mitigate CVE-2026-53541 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260531214440-ebffd9f040f7

Fixed versions

  • 0.0.0-20260531214440-ebffd9f040f7

Solution

Upgrade to version 0.0.0-20260531214440-ebffd9f040f7 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-20: Improper Input Validation

Source file

go/github.com/OliveTin/OliveTin/CVE-2026-53541.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 13 Jul 2026 12:19:43 +0000.