CVE-2026-31817 PUBLISHED

OliveTin's unsafe parsing of UniqueTrackingId can be used to write files

Assigner: GitHub_M
Reserved: 09.03.2026 Published: 10.03.2026 Updated: 11.03.2026

OliveTin gives access to predefined shell commands from a web interface. Prior to 3000.11.2, when the saveLogs feature is enabled, OliveTin persists execution log entries to disk. The filename used for these log files is constructed in part from the user-supplied UniqueTrackingId field in the StartAction API request. This value is not validated or sanitized before being used in a file path, allowing an attacker to use directory traversal sequences (e.g., ../../../) to write files to arbitrary locations on the filesystem. This vulnerability is fixed in 3000.11.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:L
CVSS Score: 8.5

Product Status

Vendor OliveTin
Product OliveTin
Versions
  • Version < 3000.11.2 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE