Description
A flaw was found in sblim-cmpi-base. Insecure temporary file creation in the provider registration scripts allows a local unprivileged user to perform a symlink attack. By creating a symlink in a world-writable directory, an attacker can redirect privileged writes to an arbitrary file during script execution in a privileged context. This can lead to the overwrite of root-owned files, potentially disrupting system services or operation. Exploitation is conditional on the script running with elevated privileges and may be mitigated by sticky-directory symlink protections.
Published: 2026-08-13
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in sblim-cmpi-base permits an unprivileged local user to create a symlink in a world‑writable directory, which is then followed by privileged scripts during provider registration. This allows the attacker to redirect privileged writes to an arbitrary root‑owned file, potentially overwriting system files or disrupting services. The weakness is an insecure temporary file creation flaw classified as CWE‑377.

Affected Systems

Red Hat Enterprise Linux 10, 6, 7, 8, and 9 are affected. No specific patch version is listed; the flaw applies to all installations of sblim‑cmpi‑base on those distributions.

Risk and Exploitability

The CVSS score of 6.3 indicates medium severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the registration script to run with elevated privileges and the existence of a world‑writable directory where a user can create a symlink. The likely attack vector is local, and the exploit can lead to denial of service or privilege elevation by corrupting critical system files.

Generated by OpenCVE AI on August 13, 2026 at 13:24 UTC.

Remediation

Vendor Workaround

To mitigate this issue, ensure sticky-directory symlink protections are enabled on your system. This can be done immediately by running `sysctl -w fs.protected_symlinks=1`. To make this change persistent across reboots, create or modify a file in `/etc/sysctl.d/` (e.g., `/etc/sysctl.d/99-sysctl.conf`) with the content `fs.protected_symlinks=1` and then run `sysctl --system`. Additionally, avoid running the `sblim-cmpi-base` provider registration scripts from shared multi-user systems where untrusted users can create symlinks in `/tmp` or `/var/tmp`. If manual execution of the script is necessary, prefer using a private, root-owned temporary directory.


OpenCVE Recommended Actions

  • Set the Linux kernel variable fs.protected_symlinks to 1 using sysctl -w fs.protected_symlinks=1 to enable sticky‑directory symlink protection.
  • Persist the protection across reboots by adding the line fs.protected_symlinks=1 to a file in /etc/sysctl.d/ (e.g., /etc/sysctl.d/99-sysctl.conf) and running sysctl --system.
  • Avoid executing the sblim-cmpi-base provider registration scripts from shared multi‑user environments where untrusted users can create symlinks in /tmp or /var/tmp; limit the script’s run to trusted, root‑owned temporary directories if manual execution is required.

Generated by OpenCVE AI on August 13, 2026 at 13:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in sblim-cmpi-base. Insecure temporary file creation in the provider registration scripts allows a local unprivileged user to perform a symlink attack. By creating a symlink in a world-writable directory, an attacker can redirect privileged writes to an arbitrary file during script execution in a privileged context. This can lead to the overwrite of root-owned files, potentially disrupting system services or operation. Exploitation is conditional on the script running with elevated privileges and may be mitigated by sticky-directory symlink protections.
Title Sblim-cmpi-base: insecure temporary file creation in sblim-cmpi-base provider registration scripts allows local symlink attack
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-377
CPEs cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
References
Metrics cvssV3_1

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


Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-13T14:34:59.144Z

Reserved: 2026-08-13T11:01:55.535Z

Link: CVE-2026-73585

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T13:19:18.907

Modified: 2026-08-13T15:20:18.807

Link: CVE-2026-73585

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T13:30:17Z

Weaknesses