LiveActive security incident?Get immediate response
CVE Record

CVE-2026-15958: Easy Dropbox Integration < 2.2.0 - Unauthenticated Arbitrary Connected Dropbox File Access and Upload via nopriv AJAX

The Easy Integration for Dropbox WordPress plugin before 2.2.0 does not perform authorization checks on several of its file-management AJAX actions that it also registers for unauthenticated users, allowing an unauthenticated attacker to list, download and upload arbitrary files across the connected Dropbox account and to read the connected account and administrator email addresses.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A flaw in Easy Integration for Dropbox before 2.2.0 lets unauthenticated attackers use exposed WordPress AJAX functions to access the connected Dropbox account. Attackers may list and download files, upload files, and obtain connected-account and administrator email addresses. Because exploitation requires no login or user interaction, affected public websites face serious data-loss and integrity risk.

Executive priority

Prioritize same-day identification and remediation of affected internet-facing sites. The combination of no authentication, low attack complexity, and broad connected-Dropbox access creates material confidentiality and integrity risk. If exposure is confirmed, involve incident response to review both WordPress and Dropbox activity; absence from KEV does not demonstrate absence of exploitation.

Technical view

The plugin registers multiple file-management AJAX actions for unauthenticated users without performing authorization checks (CWE-862). The CVSS 3.1 score is 9.3: network-accessible, low complexity, no privileges, and no user interaction. Successful exploitation can compromise confidentiality across the connected Dropbox account and permit uploads, although the supplied record indicates no availability impact.

Likely exposure

Exposure is limited to WordPress installations running Easy Integration for Dropbox before 2.2.0 with a Dropbox account connected. Publicly reachable installations are the primary concern because the vulnerable actions accept unauthenticated requests. The source bundle does not identify specific hosting configurations, plugin deployment prevalence, or whether disconnected installations remain exploitable.

Exploitation context

The source describes unauthenticated remote exploitation and tags the WPScan reference as exploit-related. However, CVE-2026-15958 is not listed as KEV in the supplied bundle, and no cited evidence confirms active exploitation in the wild. Treat the vulnerability as readily exploitable based on its access conditions, without assuming compromise.

Researcher notes

The record identifies missing authorization (CWE-862) across several file-management AJAX actions registered for unauthenticated users. The affected range is stated as versions before 2.2.0, although the structured affected entry is incomplete and lists only version "0." Exact action names, code changes, exploit telemetry, and vendor advisory details are not present in the supplied bundle.

Mitigation direction

  • Update Easy Integration for Dropbox to version 2.2.0 or later.
  • Disable the plugin and disconnect Dropbox if immediate updating is unavailable.
  • Revoke the existing Dropbox connection token when compromise is suspected.
  • Review connected Dropbox contents and remove unauthorized uploads.
  • Consult current plugin and Dropbox guidance for additional remediation advice.

Validation and detection

  • Inventory WordPress sites for the plugin and confirm installed versions.
  • Verify vulnerable unauthenticated AJAX actions are unavailable after remediation.
  • Review WordPress access logs for suspicious unauthenticated file-management requests.
  • Review Dropbox activity for unexpected listings, downloads, uploads, or account access.
  • Confirm the connected Dropbox contains no unauthorized or altered files.
Prepared
Confidence
high
Sources
3

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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2026-15958 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
Critical
CVSS
9.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

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
9.3CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N3.94.7CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

9.3Critical
CVSS 3.1 vector shape for CVE-2026-15958Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownEasy Integration for Dropbox0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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