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.
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.
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.
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.
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.
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.