
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-73583 is an out-of-bounds read vulnerability in sblim-sfcb, a Small Footprint CIM Broker used in Red Hat Enterprise Linux. A local attacker with system access can exploit unsafe deserialization in the provider-manager's inter-process communication (IPC) message parsing by sending a specially crafted OperationHdr message, causing out-of-bounds memory access, process termination (denial of service), and potentially limited information disclosure. The vulnerability was reported on April 26, 2026, and publicly disclosed on August 13, 2026. It carries a CVSS v3.1 base score of 6.6 (Medium) (Red Hat CVE, Red Hat Bugzilla).
The root cause is classified as CWE-125 (Out-of-bounds Read), stemming from insufficient validation of IPC-supplied OperationHdr fields in the processProviderMgrRequests() function within providerMgr.c. Specifically, embedded offsets (nameSpace.data, className.data) are applied as pointer arithmetic without verifying they fall within the received message buffer length (rl), and req->type is used as a direct index into the mHandlers[] handler table without bounds checking. An attacker first connects to the local connect socket (default: /tmp/sfcbLocalSocket), sends a non-zero request to receive the internal provider-manager descriptor via the MSG_X_LOCAL path (which lacks peer-credential validation), and then sends a malformed MSG_DATA request to trigger the out-of-bounds dereference or invalid handler dispatch. The affected component is sblim-sfcb-1.4.9-36.el10 (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation causes termination of the sfcbd provider-manager process, resulting in a denial of service for any systems or applications relying on the CIM broker. Additionally, if invalid offsets are dereferenced into mapped memory and consumed by logging or downstream code, limited unintended memory disclosure is possible — potentially exposing cryptographic keys, memory addresses, or other sensitive data that could aid in bypassing ASLR or other protections. Arbitrary code execution or privilege escalation has not been demonstrated from available evidence, and the impact is scoped to the vulnerable service (Red Hat CVE, Red Hat Bugzilla).
No public exploit code or in-the-wild exploitation has been reported for CVE-2026-73583. The NVD SSVC assessment confirms exploitation status as "none" and the vulnerability is not automatable. The EPSS score is approximately 0.096%, reflecting a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access, the ability to reach the sblim-sfcb local connect socket, and knowledge of the IPC protocol — limiting the practical attacker pool (Red Hat CVE, Red Hat Bugzilla).
sblim-sfcb (e.g., rpm -q sblim-sfcb on Red Hat/CentOS systems) and confirm the local connect socket is accessible (default path: /tmp/sfcbLocalSocket).localConnectServer() function in msgqueue.c responds via MSG_X_LOCAL by handing out the internal provider-manager send descriptor without peer-credential validation.MSG_DATA IPC message containing an OperationHdr with either (a) an out-of-range nameSpace.data or className.data offset that exceeds the message buffer length, or (b) a type field value larger than the mHandlers[] table size.processProviderMgrRequests() function applies the untrusted offset as pointer arithmetic and/or indexes mHandlers[req->type] without bounds checking, causing an out-of-bounds dereference, a segmentation fault, and termination of the sfcbd process (Red Hat Bugzilla).sfcbd (sblim-sfcb daemon) process; repeated restarts of sfcbd visible in process listings or service manager logs./var/log/messages, journalctl -u sfcbd) referencing sfcbd or providerMgr; ASAN/UBSAN sanitizer output if built with sanitizers referencing processProviderMgrRequests() in providerMgr.c.core.*) in the working directory of sfcbd following unexpected process termination./tmp/sfcbLocalSocket from non-standard local users or processes; repeated connection attempts to the local connect socket from unprivileged accounts (Red Hat Bugzilla, Red Hat CVE).No released package fix has been established as of the disclosure date; the status remains "Awaiting Analysis" with no fixed version confirmed. Red Hat recommends restricting access to the local connect socket used by sblim-sfcb (default: /tmp/sfcbLocalSocket) so that untrusted local users cannot obtain the internal provider-manager descriptor — deployments where only trusted users can reach this socket have materially reduced exposure. A proposed patch (not yet released) adds bounds validation for message length, segment offsets, and the handler index in processProviderMgrRequests() before any pointer fixup or dispatch. A restart of the sfcbd service may be required after applying socket permission changes, which could temporarily disrupt dependent services (Red Hat CVE, Red Hat Bugzilla).
Red Hat has classified this vulnerability as Moderate impact, noting that exploitation depends on local IPC configuration and socket permissions, which limits broader impact. The issue was discovered by AISLE Research in partnership with Red Hat. No significant public researcher commentary, social media discussion, or media coverage has been identified beyond standard vulnerability database aggregation (Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."