LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24311: External Media < 1.0.34 - Authenticated Arbitrary File Upload

The wp_ajax_upload-remote-file AJAX action of the External Media WordPress plugin before 1.0.34 was vulnerable to arbitrary file uploads via any authenticated users.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

External Media for WordPress allowed any logged-in user to upload arbitrary files before version 1.0.34. On affected sites, even a low-privilege account could potentially place unsafe content on the server. The supplied sources do not provide a CVSS score or confirm active exploitation.

Executive priority

Prioritize remediation on any public WordPress site using External Media. The business risk is site compromise from a logged-in account, with incomplete public scoring but clear arbitrary upload impact.

Technical view

CVE-2021-24311 is a CWE-434 arbitrary file upload issue in the plugin's wp_ajax_upload-remote-file AJAX action. The affected scope is External Media WordPress plugin versions before 1.0.34. Authentication is required, but the source states any authenticated user could access the vulnerable behavior.

Likely exposure

Exposure is limited to WordPress sites running the External Media plugin before 1.0.34 with user login enabled. Risk increases where untrusted users can create accounts or hold low-privilege roles.

Exploitation context

The bundle does not cite CISA KEV listing or confirmed exploitation. The issue is still serious because authenticated file upload flaws can support deeper compromise depending on upload handling and server configuration.

Researcher notes

The source bundle provides the vulnerable action name and fixed version threshold, but no CVSS vector, proof of exploitation, or detailed patch diff. Avoid assuming unauthenticated reachability or active exploitation without additional evidence.

Mitigation direction

  • Update External Media to version 1.0.34 or later.
  • Remove the plugin if it is not required.
  • Review vendor and plugin advisories for current guidance.
  • Audit WordPress users, especially low-privilege or untrusted accounts.
  • Inspect recent uploaded media for unexpected file types.

Validation and detection

  • Inventory WordPress sites using the External Media plugin.
  • Confirm installed plugin version is 1.0.34 or later.
  • Check whether public registration or low-trust accounts exist.
  • Review upload directories for suspicious recent files.
  • Verify no exposed backup or staging site runs an older plugin.
Prepared
Confidence
medium
Sources
4

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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-24311 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
3Source 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
UnknownExternal Media1.0.34Listed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.