CVE-2026-73583
Received Received - Intake

Unsafe Deserialization Flaw in sblim-sfcb Leads to DoS

Vulnerability report for CVE-2026-73583, 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-sfcb. A local attacker with access to the system can exploit an unsafe deserialization vulnerability in the provider-manager's inter-process communication (IPC) message parsing. By sending a specially crafted message, the attacker can cause out-of-bounds memory access, leading to the termination of the provider-manager process and a denial of service. This could also potentially result in limited unintended information disclosure.

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 2 associated CPEs
Vendor Product Version / Range
sblim sblim-sfcb *
red_hat sblim-sfcb *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in sblim-sfcb, a component of Red Hat systems. A local attacker with system access can exploit an unsafe deserialization flaw in the provider-manager's inter-process communication (IPC) message parsing. By sending a specially crafted message, the attacker can trigger out-of-bounds memory access, causing the provider-manager process to terminate and resulting in a denial of service. There is also a potential for limited unintended information disclosure.

Detection Guidance

Detecting this vulnerability requires checking for unauthorized access to the sblim-sfcb local connect socket and monitoring for process crashes in the provider-manager. Inspect socket permissions with 'ls -l /var/run/sfcb/sfcb.socket' and review system logs for sfcbd crashes or IPC errors using 'journalctl -u sfcbd' or 'grep sfcbd /var/log/messages'.

Impact Analysis

The impact includes denial of service due to process termination, limited unintended information disclosure from memory access, and potential crashes. Attackers could read sensitive memory contents or bypass protection mechanisms like ASLR. Exploitation requires local system access and depends on IPC socket permissions.

Mitigation Strategies

Restrict access to the sblim-sfcb local connect socket by changing its permissions to 600 and ownership to root:root using 'chmod 600 /var/run/sfcb/sfcb.socket' and 'chown root:root /var/run/sfcb/sfcb.socket'. Ensure only trusted users have access. Restart the sfcbd service with 'systemctl restart sfcbd' to apply changes.

Chat Assistant

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

EPSS Chart