CVE-2026-73585
Received Received - Intake

Insecure Temporary File Handling in sblim-cmpi-base

Vulnerability report for CVE-2026-73585, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Red Hat, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
red_hat sblim-cmpi-base 1.6.4-30.el10

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-377 Creating and using insecure temporary files can leave application and system data vulnerable to attack.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-73585 is a flaw in the sblim-cmpi-base package affecting provider registration scripts. It involves insecure temporary file creation in world-writable directories like /tmp or /var/tmp. Predictable filenames allow local attackers to create symlinks that redirect privileged writes to arbitrary files during script execution with elevated privileges. This can lead to overwriting root-owned files and disrupting system services.

Detection Guidance

Check for the presence of vulnerable scripts in sblim-cmpi-base by running: rpm -q sblim-cmpi-base. Inspect world-writable directories like /tmp and /var/tmp for symlinks pointing to sensitive files. Monitor script execution during package installation or updates with commands like rpm -ivh --test or rpm -Uvh --test.

Impact Analysis

If exploited, this vulnerability could allow a local attacker to overwrite critical system files, potentially causing service disruptions or system instability. It requires the attacker to have local access and for the vulnerable scripts to run with elevated privileges. Systems without sticky-directory symlink protections are at higher risk.

Mitigation Strategies

Enable sticky-directory symlink protections by running: echo 1 > /proc/sys/fs/protected_symlinks. Avoid running vulnerable scripts in shared multi-user environments. Use private temporary directories for manual execution. Monitor for unauthorized file modifications in root-owned directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73585. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart