LiveActive security incident?Get immediate response
CVE Record

CVE-2018-1050: All versions of Samba from 4.0.0 onwards are vulnerable to a denial of service attack when the RPC spoolss...

All versions of Samba from 4.0.0 onwards are vulnerable to a denial of service attack when the RPC spoolss service is configured to be run as an external daemon. Missing input sanitization checks on some of the input parameters to spoolss RPC calls could cause the print spooler service to crash.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw can crash Samba’s print spooler service in certain configurations. It affects Samba 4.0.0 and later when the RPC spoolss service runs as an external daemon. The impact is denial of service, not documented data theft or code execution in the provided sources.

Executive priority

Treat as a service-availability risk. Prioritize remediation where Samba print services support business operations or are reachable by broad internal networks. It is less urgent than confirmed remote code execution, based on provided evidence.

Technical view

CVE-2018-1050 is a CWE-476 Samba spoolss RPC input sanitization issue. Malformed or unexpected parameters to some spoolss RPC calls may crash the print spooler service when spoolss is configured as an external daemon.

Likely exposure

Exposure is limited to Samba deployments from version 4.0.0 onward that use the RPC spoolss service as an external daemon, especially systems providing print services over SMB/RPC.

Exploitation context

The bundle does not cite active exploitation, and KEV status is false. Public references describe a denial-of-service condition against the print spooler service, but no exploit maturity or weaponized activity is evidenced here.

Researcher notes

Key uncertainty is fixed-version detail; the bundle lists vendor advisories but does not include patch text. Validate configuration-specific exposure before counting every Samba host as vulnerable in practice.

Mitigation direction

  • Review Samba and OS vendor advisories for corrected packages.
  • Update affected Samba packages through supported vendor channels.
  • Assess whether external spoolss daemon mode is required.
  • Disable or reconfigure unneeded Samba print services per vendor guidance.
  • Restrict SMB/RPC access to trusted networks where feasible.

Validation and detection

  • Inventory Samba hosts and package versions.
  • Identify systems running spoolss as an external daemon.
  • Confirm vendor security updates are installed.
  • Review logs for print spooler crashes or restarts.
  • Verify SMB/RPC exposure is not unnecessarily public.
Prepared
Confidence
high
Sources
12

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 · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2018-1050 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
17Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SambaSambaAll versions of Samba from 4.0.0 onwardsListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.