Description
LiME through 1.12.0 fails to validate the disk acquisition output path and does not use O_NOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link with the expected filename pointing to any root-owned file, and when the acquisition runs in kernel context, LiME follows the link and truncates the target file with the memory acquisition stream.
Published: 2026-09-03
Score: 5.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LiME up to version 1.12.0 does not validate the directory path used for disk acquisition output, nor does it use the O_NOFOLLOW flag when opening that path. This omission allows a local user who controls the output directory to create a symbolic link named for the expected output file that points to any root‑owned file. When LiME runs in kernel mode, it follows the link and writes its memory capture stream over the target file, effectively truncating it. The result is an arbitrary overwrite of a file owned by root, which could compromise system integrity and allow further escalation. This flaw is a classic instance of symbolic‑link traversal (CWE‑59).

Affected Systems

The vulnerability applies to the LiME project by jtsylve, specifically any instance of LiME version 1.12.0 or earlier. Any deployment that installs these versions and uses unprivileged users to initiate disk captures could be affected.

Risk and Exploitability

The CVSS score of 5.2 indicates moderate severity. Exploitation requires local access and the ability to create files in the output directory; no remote attack surface or elevated privileges are needed to trigger the overwrite. The EPSS score is not available, and the entry is not listed in CISA’s KEV catalog. Consequently, the risk is confined to environments where unprivileged users can run LiME, but once triggered the impact can be significant due to the ability to erase or tamper with any root‑owned file the link points to. The likely attack vector is local user; a privileged user running the capture would be sufficient, while an attacker needs only normal user privileges to set up the symlink and then invoke the capture process.

Generated by OpenCVE AI on September 3, 2026 at 09:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest LiME release that implements proper symlink validation and the O_NOFOLLOW flag
  • Ensure that the directory used for output by LiME is owned by root and has permissions preventing write access from unprivileged users
  • Restrict the execution of LiME to privileged accounts or enforce use of sudo so that only authorized users can trigger disk acquisitions

Generated by OpenCVE AI on September 3, 2026 at 09:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Jtsylve
Jtsylve lime
Vendors & Products Jtsylve
Jtsylve lime

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description LiME through 1.12.0 fails to validate the disk acquisition output path and does not use O_NOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link with the expected filename pointing to any root-owned file, and when the acquisition runs in kernel context, LiME follows the link and truncates the target file with the memory acquisition stream.
Title LiME through 1.12.0 Arbitrary File Overwrite via Symlink Following
Weaknesses CWE-59
References
Metrics cvssV3_1

{'score': 6.6, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 5.2, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:30:54.637Z

Reserved: 2026-09-02T23:53:09.796Z

Link: CVE-2026-85092

cve-icon Vulnrichment

Updated: 2026-09-03T13:13:56.091Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:20.720

Modified: 2026-09-03T15:17:37.000

Link: CVE-2026-85092

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:33:36Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')