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

CVE-2026-67439: OliveTin: StartActionAndWait Endpoints Bypass `logs` Permission and Return Action Output

July 30, 2026

The synchronous execution RPCs StartActionAndWait and StartActionByGetAndWait return the full LogEntry for the just-executed action without checking whether the caller is allowed to read that action’s logs.

OliveTin’s ACL model separates exec from logs. A deployment can intentionally allow a user to run an action while denying access to its historical or live output. That separation is enforced in GetLogs, GetActionLogs, ExecutionStatus, and EventStream, but it is not enforced in the synchronous ...AndWait endpoints.

As a result, any user who can execute an action through these endpoints can read the action output immediately even when the action’s ACL explicitly sets logs:false.

References

  • github.com/OliveTin/OliveTin/commit/e421780c9885aa5024d2f47b4ed4898f2f18eb90
  • github.com/OliveTin/OliveTin/releases/tag/3000.17.0
  • github.com/OliveTin/OliveTin/security/advisories/GHSA-jm28-2wcr-qf3h
  • github.com/advisories/GHSA-jm28-2wcr-qf3h
  • nvd.nist.gov/vuln/detail/CVE-2026-67439

Code Behaviors & Features

Detect and mitigate CVE-2026-67439 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-20260708085316-e421780c9885

Fixed versions

  • 0.0.0-20260708085316-e421780c9885

Solution

Upgrade to version 0.0.0-20260708085316-e421780c9885 or above.

Impact 4.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sun, 16 Aug 2026 12:17:22 +0000.