LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9466: Nextcloud Server before 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2 suffer from Reflected XSS in the Ga...

Nextcloud Server before 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2 suffer from Reflected XSS in the Gallery application. The gallery app was not properly sanitizing exception messages from the Nextcloud/ownCloud server. Due to an endpoint where an attacker could influence the error message, this led to a reflected Cross-Site-Scripting vulnerability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older Nextcloud and ownCloud servers with the Gallery application could reflect attacker-controlled error text into a user’s browser. If a user followed a crafted link, script could run in that user’s session. The sources do not provide CVSS, confirmed active exploitation, or broader product impact beyond the listed versions.

Executive priority

Handle during normal vulnerability remediation, faster for internet-facing systems or administrators who use Gallery. This is not source-confirmed as actively exploited, but XSS in collaboration platforms can affect user trust and session security.

Technical view

CVE-2016-9466 is a CWE-79 reflected XSS in the Gallery application for Nextcloud Server before 10.0.1 and ownCloud Server before 9.0.6 and 9.1.2. The issue came from insufficient sanitization of server exception messages where an endpoint let an attacker influence the error message returned to the browser.

Likely exposure

Exposure is limited to environments running the affected Nextcloud or ownCloud server versions with the Gallery application reachable. Publicly accessible collaboration portals are more business-relevant because users can be targeted with crafted links.

Exploitation context

The bundle describes a reflected XSS condition and links to a HackerOne report and code fixes. It does not cite CISA KEV inclusion, in-the-wild exploitation, or exploit maturity evidence. Treat exploitation as possible but not confirmed active from these sources.

Researcher notes

The root issue is exception-message output handling in Gallery. The commit references are useful for identifying the sanitization change and affected code paths. Evidence is incomplete for CVSS, authentication requirements, user interaction details, and real-world exploitation.

Mitigation direction

  • Upgrade Nextcloud Server to 10.0.1 or later.
  • Upgrade ownCloud Server to 9.0.6 or 9.1.2 or later, matching the deployed branch.
  • Review the linked vendor advisories for branch-specific remediation guidance.
  • Prioritize externally reachable file-sharing portals and high-privilege user populations.

Validation and detection

  • Inventory Nextcloud and ownCloud instances and record exact server versions.
  • Confirm whether the Gallery application is installed and reachable.
  • Verify patched versions are deployed on affected branches.
  • Review web logs for suspicious Gallery endpoint error patterns, without assuming compromise.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2016-9466 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
7Source 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 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2Nextcloud Server & ownCloud Server Nextcloud Server before 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.