Description
UNIX symbolic link (symlink) following vulnerability in ilya-zlobintsev/LACT allows for local denial-of-service. This issue affects LACT: through 0.10.0.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

Il ya-lact contains a vulnerability where it creates predictable temporary files in /tmp. An attacker with local file system access can create a symbolic link pointing to an arbitrary path before LACT writes to that temporary file. The application then follows the symlink, overwriting or deleting unintended files, which can lead to a local denial‑of‑service by corrupting the application state. The weakness is described by CWE‑61.

Affected Systems

The issue affects the LACT project maintained by ilya‑zlobintsev. All releases up through version 0.10.0 are impacted. Users of these versions should consider upgrading to a later release that removes the predictable temp file handling.

Risk and Exploitability

The CVSS score is 6.9, indicating a moderate severity. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires local access to the system that hosts the application, and no network‑based exploitation is described. Because the vulnerability can cause service disruption through file corruption, it represents a moderate risk to availability for systems running unpatched LACT.

Generated by OpenCVE AI on August 25, 2026 at 11:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of LACT newer than 0.10.0 where the temporary file handling has been corrected.
  • If an immediate upgrade is not possible, modify the application to use a secure temporary file creation routine such as mkstemp and avoid predictable file names.
  • Restrict the permissions on the temporary directory (e.g., /tmp or the directory configured for LACT) so that only the application user can create files or symlinks there.

Generated by OpenCVE AI on August 25, 2026 at 11:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Ilya-zlobintsev
Ilya-zlobintsev lact
Vendors & Products Ilya-zlobintsev
Ilya-zlobintsev lact

Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 25 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Description UNIX symbolic link (symlink) following vulnerability in ilya-zlobintsev/LACT allows for local denial-of-service. This issue affects LACT: through 0.10.0.
Title Predictable temporary file in /tmp allows symlink attack in LACT
Weaknesses CWE-61
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Ilya-zlobintsev Lact
cve-icon MITRE

Status: PUBLISHED

Assigner: suse

Published:

Updated: 2026-08-25T19:45:49.638Z

Reserved: 2026-08-17T15:22:54.444Z

Link: CVE-2026-75038

cve-icon Vulnrichment

Updated: 2026-08-25T19:44:55.639Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T10:18:13.267

Modified: 2026-09-01T20:54:51.287

Link: CVE-2026-75038

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:37:20Z

Weaknesses
  • CWE-61

    UNIX Symbolic Link (Symlink) Following