LiveActive security incident?Get immediate response
CVE Record

CVE-2023-34968: Samba: spotlight server-side share path disclosure

A path disclosure vulnerability was found in Samba. As part of the Spotlight protocol, Samba discloses the server-side absolute path of shares, files, and directories in the results for search queries. This flaw allows a malicious client or an attacker with a targeted RPC request to view the information that is part of the disclosed path.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-34968 lets a Samba server reveal internal absolute paths for shares, files, and directories through Spotlight search results. This is information disclosure, not remote code execution. The business risk is exposing internal filesystem structure that may help later reconnaissance or targeted attacks.

Executive priority

Treat as a moderate-priority confidentiality issue. Patch during normal vulnerability remediation windows, faster for internet-exposed or sensitive file-sharing environments where path disclosure could aid follow-on attacks.

Technical view

Samba’s Spotlight protocol handling can disclose server-side absolute paths in search responses. The CVSS 3.1 vector is 5.3 medium: network reachable, low complexity, no privileges, no user interaction, with low confidentiality impact only. The weakness is CWE-201.

Likely exposure

Most relevant exposure is Samba systems with Spotlight search functionality, especially the Red Hat samba packages listed as affected for RHEL 8, RHEL 8.6/8.8 EUS, RHEL 9, and Red Hat Virtualization 4 on RHEL 8.

Exploitation context

The bundle does not cite active exploitation, and KEV is false. Abuse would focus on obtaining internal path information through Spotlight-related behavior or a targeted RPC request, which could support reconnaissance but does not directly alter data or disrupt service.

Researcher notes

Evidence supports path disclosure only. The source bundle includes affected Red Hat package streams and vendor advisories, but not detailed exploit prerequisites beyond Spotlight behavior and targeted RPC requests. Do not assume code execution, privilege escalation, or confirmed exploitation from these sources.

Mitigation direction

  • Apply the relevant Samba security update from your operating system or vendor advisory.
  • Prioritize Red Hat errata for affected RHEL and Red Hat Virtualization samba packages.
  • Check Samba.org and vendor guidance for supported mitigations if patching is delayed.
  • Review third-party appliance advisories where Samba is embedded or repackaged.

Validation and detection

  • Inventory Samba servers and identify whether Spotlight functionality is enabled or exposed.
  • Compare installed samba package versions against affected vendor package entries.
  • Confirm patched builds match the relevant Red Hat, Samba, Debian, Fedora, or vendor advisory.
  • Review logs for unusual Spotlight or RPC search activity where telemetry exists.
Prepared
Confidence
high
Sources
10

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-201: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-34968 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
12Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2023-34968Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 8samba, 0:4.18.6-1.el8affected
Red HatRed Hat Enterprise Linux 8samba, 0:4.18.6-1.el8affected
Red HatRed Hat Enterprise Linux 8.6 Extended Update Supportsamba, 0:4.15.5-15.el8_6affected
Red HatRed Hat Enterprise Linux 8.8 Extended Update Supportsamba, 0:4.17.5-5.el8_8affected
Red HatRed Hat Enterprise Linux 9samba, 0:4.18.6-100.el9affected
Red HatRed Hat Enterprise Linux 9samba, 0:4.18.6-100.el9affected
Red HatRed Hat Virtualization 4 for Red Hat Enterprise Linux 8samba, 0:4.15.5-15.el8_6affected
Red HatRed Hat Enterprise Linux 6sambaunknown
Red HatRed Hat Enterprise Linux 6samba4unknown
Red HatRed Hat Enterprise Linux 7sambaunknown
Red HatRed Hat Storage 3sambaunknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-201 · source CWE mapping

Insertion of Sensitive Information Into Sent Data

Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.