LiveActive security incident?Get immediate response
CVE Record

CVE-2025-68850: WordPress Sell Downloads plugin <= 1.1.12 - Broken Access Control vulnerability

Missing Authorization vulnerability in codepeople Sell Downloads sell-downloads allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Sell Downloads: from n/a through <= 1.1.12.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-68850 affects the WordPress Sell Downloads plugin through version 1.1.12. It is a broken access control issue that may let unauthenticated internet users access information they should not see. The available sources rate it high severity. No cited source states active exploitation.

Executive priority

Treat as a high-priority WordPress plugin exposure if your business sells or gates downloadable content. The main concern is unauthorized access to confidential downloads or related data. Prioritize inventory and vendor guidance checks, but do not assume active exploitation from the provided evidence.

Technical view

The CVE describes missing authorization in codepeople Sell Downloads, package name sell-downloads, affecting versions up to and including 1.1.12. CVSS 3.1 is 7.5: network-accessible, low complexity, no privileges, no user interaction, with high confidentiality impact and no integrity or availability impact. CWE mapping is CWE-862.

Likely exposure

WordPress sites using Sell Downloads version 1.1.12 or earlier are the relevant exposure. Sites not using this plugin, or using versions outside the affected range, are not indicated as affected by the provided sources.

Exploitation context

The CVSS vector indicates remote unauthenticated exploitation may be possible and would primarily affect confidentiality. The source bundle does not include exploit details, proof-of-concept status, or evidence of exploitation in the wild. The CVE is not marked as CISA KEV in the provided data.

Researcher notes

Public data is limited to the CVE record and Patchstack VDB entry. The weakness is described generically as missing authorization / incorrectly configured access control. No endpoint, vulnerable function, patch diff, exploit, or fixed version is provided in the supplied bundle, so testing should remain non-invasive and source-grounded.

Mitigation direction

  • Inventory WordPress sites for the Sell Downloads plugin.
  • Identify installed Sell Downloads versions and flag 1.1.12 or earlier.
  • Check official vendor or Patchstack guidance for fixed versions or mitigations.
  • Restrict or disable the plugin if business impact allows until guidance is confirmed.
  • Monitor web logs for unusual unauthenticated access to download-related plugin resources.

Validation and detection

  • Confirm whether sell-downloads is installed on each WordPress instance.
  • Record the plugin version from trusted administrative or asset inventory data.
  • Compare findings against the affected range: through 1.1.12.
  • Review Patchstack and CVE records for updated remediation information.
  • Prioritize validation on internet-facing sites handling paid or restricted downloads.
Prepared
Confidence
medium
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-2025-68850 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2025-68850Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
codepeopleSell Downloadssell-downloads, 0unaffected
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.