LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9463: Nextcloud Server before 9.0.54 and 10.0.1 & ownCloud Server before 9.1.2, 9.0.6, and 8.2.9 suffer from SMB...

Nextcloud Server before 9.0.54 and 10.0.1 & ownCloud Server before 9.1.2, 9.0.6, and 8.2.9 suffer from SMB User Authentication Bypass. Nextcloud/ownCloud include an optional and not by default enabled SMB authentication component that allows authenticating users against an SMB server. This backend is implemented in a way that tries to connect to a SMB server and if that succeeded consider the user logged-in. The backend did not properly take into account SMB servers that have any kind of anonymous auth configured. This is the default on SMB servers nowadays and allows an unauthenticated attacker to gain access to an account without valid credentials. Note: The SMB backend is disabled by default and requires manual configuration in the Nextcloud/ownCloud config file. If you have not configured the SMB backend then you're not affected by this vulnerability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw can let someone log in to affected Nextcloud or ownCloud accounts without valid credentials, but only when the optional SMB authentication backend was manually enabled. Organizations that never configured SMB authentication are not affected according to the source description.

Executive priority

Prioritize quickly if Nextcloud or ownCloud uses SMB authentication, because the impact is account access without valid credentials. If SMB authentication is not configured, document non-exposure and treat as routine legacy version hygiene.

Technical view

The SMB authentication backend treated a successful SMB connection as successful user authentication. SMB servers allowing anonymous authentication could therefore cause the backend to accept unauthenticated users. Affected versions are Nextcloud Server before 9.0.54 and 10.0.1, and ownCloud Server before 9.1.2, 9.0.6, and 8.2.9.

Likely exposure

Exposure is limited to Nextcloud or ownCloud deployments using the optional SMB authentication component. The component is disabled by default and requires manual configuration, so many installations should be unaffected.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Public references include vendor advisories, commits, HackerOne reporting, and a Rhino Security Labs post, but this analysis should not infer current exploitation from those alone.

Researcher notes

This is CWE-303, incorrect authentication. The key condition is interaction between the optional SMB backend and SMB servers permitting anonymous authentication. Evidence is strongest for affected versions, configuration dependency, and fixed release thresholds; exploit prevalence and broader product impact are not established here.

Mitigation direction

  • Upgrade Nextcloud to 9.0.54, 10.0.1, or later supported versions.
  • Upgrade ownCloud to 8.2.9, 9.0.6, 9.1.2, or later supported versions.
  • Disable the SMB authentication backend if it is not required.
  • Review SMB servers used for authentication for anonymous access settings.
  • Check current vendor guidance for any environment-specific remediation.

Validation and detection

  • Identify all Nextcloud and ownCloud server versions in use.
  • Check configuration files for the SMB authentication backend.
  • Confirm SMB authentication is disabled where not intentionally used.
  • Verify patched versions are deployed on systems using SMB authentication.
  • Confirm authentication depends on valid credentials, not only SMB connection success.
Prepared
Confidence
high
Sources
8

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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-9463 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
10Source links

CVSS and timeline data

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

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aNextcloud Server & ownCloud Server Nextcloud Server before 9.0.54 and 10.0.1 & ownCloud Server before 9.1.2, 9.0.6, and 8.2.9Nextcloud Server & ownCloud Server Nextcloud Server before 9.0.54 and 10.0.1 & ownCloud Server before 9.1.2, 9.0.6, and 8.2.9Listed
Weakness

CWE details

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

CWE-303 · source CWE mapping

Incorrect Implementation of Authentication Algorithm

Incorrect Implementation of Authentication Algorithm represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.