LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9465: Nextcloud Server before 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2 suffer from Stored XSS in CardDAV i...

Nextcloud Server before 10.0.1 & ownCloud Server before 9.0.6 and 9.1.2 suffer from Stored XSS in CardDAV image export. The CardDAV image export functionality as implemented in Nextcloud/ownCloud allows the download of images stored within a vCard. Due to not performing any kind of verification on the image content this is prone to a stored Cross-Site Scripting attack.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older Nextcloud and ownCloud servers could store unsafe content inside contact-card images and later serve it in a way that may run script in a user's browser. For executives, this is a legacy collaboration-platform risk that could expose user sessions or data if vulnerable versions remain deployed.

Executive priority

Treat as a targeted legacy cleanup item unless affected versions are still internet-accessible or business-critical. Prioritize patching any exposed collaboration server because stored XSS can affect trusted user sessions and sensitive shared data.

Technical view

CVE-2016-9465 is stored cross-site scripting in CardDAV image export. Nextcloud Server before 10.0.1 and ownCloud Server before 9.0.6 and 9.1.2 did not verify vCard image content before download/export, creating a browser-side script execution risk. The weakness is classified as CWE-79.

Likely exposure

Exposure is likely limited to organizations still running the listed legacy Nextcloud or ownCloud versions with CardDAV/contact functionality reachable by users. The source bundle does not identify specific CPEs, CVSS, or internet-wide exposure data.

Exploitation context

The bundle includes a HackerOne report and vendor advisories, but KEV is false and no cited source states active exploitation. Practical abuse would require malicious content being stored in a vCard image and later rendered by a victim's browser.

Researcher notes

Evidence supports the affected-version boundary and XSS class, but not active exploitation or CVSS severity. Review the linked commits and advisories to understand the exact content-validation change before building detection or regression tests.

Mitigation direction

  • Upgrade Nextcloud Server to 10.0.1 or later if still on an affected release.
  • Upgrade ownCloud Server to 9.0.6, 9.1.2, or later as applicable.
  • Review Nextcloud and ownCloud advisories for any environment-specific guidance.
  • Retire unsupported legacy instances if they cannot be patched.
  • Limit access to contact/CardDAV features until affected systems are upgraded.

Validation and detection

  • Inventory all Nextcloud and ownCloud instances and record exact server versions.
  • Confirm no production instance is below Nextcloud 10.0.1.
  • Confirm no production ownCloud instance is below 9.0.6 or 9.1.2.
  • Check whether CardDAV/contact image export is enabled or exposed to users.
  • After upgrade, verify contact image export handles content safely in staging.
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-9465 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.