← Vulnerability feed

Vulnerability record · CVE-2023-34967 · published 20 July 2023

CVE-2023-34967: Samba mdssvc RPC type confusion crashes shared worker process

Samba · Samba

Samba's mdssvc RPC service for Spotlight lacks type checking in callers of dalloc_value_for_key(), so a crafted key-value dictionary in an mdssvc packet can pass an invalid pointer to talloc_get_size(). Because the RPC worker process is shared across client connections, one malicious client can crash it and disrupt all other clients it serves.

5.3 CVSS 3.1 Medium EPSS 61% · top 0.9% CWE-843 · Type confusion
5.3CVSS 3.1 base score
61%EPSS exploitation probability, 30 days
NoNot in CISA KEV
4Affected product versions listed by NVD
18References
17 Jun 2026Last modified by NVD

Description

A Type Confusion vulnerability was found in Samba's mdssvc RPC service for Spotlight. When parsing Spotlight mdssvc RPC packets, one encoded data structure is a key-value style dictionary where the keys are character strings, and the values can be any of the supported types in the mdssvc protocol. Due to a lack of type checking in callers of the dalloc_value_for_key() function, which returns the object associated with a key, a caller may trigger a crash in talloc_get_size() when talloc detects that the passed-in pointer is not a valid talloc pointer. With an RPC worker process shared among multiple client connections, a malicious client or attacker can trigger a process crash in a shared RPC mdssvc worker process, affecting all other clients this worker serves.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

medium priorityThe flaw is remotely reachable without authentication and can disrupt a shared worker, but it only causes a crash with low availability impact and no documented in-the-wild exploitation.

What it is

Samba's mdssvc RPC service for Spotlight lacks type checking in callers of dalloc_value_for_key(), so a crafted key-value dictionary in an mdssvc packet can pass an invalid pointer to talloc_get_size(). Because the RPC worker process is shared across client connections, one malicious client can crash it and disrupt all other clients it serves.

Impact

An attacker gains a denial of service: the shared mdssvc RPC worker process crashes, interrupting Spotlight queries for every client using that worker. The CVSS vector shows no confidentiality or integrity impact, only low availability impact.

Attack surface

Reached over the network via the mdssvc RPC service; the CVSS vector indicates no privileges and no user interaction are required. Any client able to send mdssvc RPC packets to the Samba service can attempt it.

Exploitation

Not listed in CISA KEV and no ransomware usage is documented, but EPSS is high at 0.612 (99th percentile), suggesting elevated likelihood of exploitation activity. References are advisories and errata only, with no public exploit tag.

What to do

  • Apply the Samba security update for CVE-2023-34967 and the corresponding vendor errata (Red Hat RHSA-2023:6667/7139, RHSA-2024:0423/0580, Debian DSA-5477, Fedora updates).
  • If Spotlight/mdssvc is not needed, disable the Spotlight RPC service or restrict access to it.
  • Limit network exposure of SMB/RPC services to trusted clients and segments.
  • Monitor for repeated mdssvc worker crashes and restart loops as a sign of attempted abuse.

Detection

  • Alert on Samba mdssvc worker process crashes or abnormal restarts in service logs.
  • Monitor for repeated or malformed mdssvc RPC traffic from single clients.
  • Correlate SMB/RPC connection bursts with worker process termination events.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

4 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-34967 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2023-34967), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.