LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24473: User Profile Picture < 2.6.0 - Arbitrary User Picture Change/Deletion via IDOR

The User Profile Picture WordPress plugin before 2.6.0 was affected by an IDOR issue, allowing users with the upload_image capability (by default author and above) to change and delete the profile pictures of other users (including those with higher roles).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites using the User Profile Picture plugin before 2.6.0. A user with image-upload permissions could change or remove another user’s profile picture, including an administrator’s. Sources do not indicate full account takeover, code execution, or data theft.

Executive priority

Treat as a contained integrity issue unless the site relies heavily on trusted profile identity. Prioritize updating affected WordPress sites and reviewing author permissions, especially on multi-author, agency, community, or customer-contributor sites.

Technical view

CVE-2021-24473 is an IDOR issue mapped to CWE-639. The plugin failed to properly enforce authorization on profile picture change or deletion actions, allowing users with upload_image capability, author and above by default, to affect other users’ profile pictures.

Likely exposure

Exposure is limited to WordPress installations running User Profile Picture before 2.6.0 with authenticated users who have upload_image capability. Sites without this plugin, or with no lower-trust authors or contributors granted upload_image, are less exposed.

Exploitation context

The provided sources do not show KEV listing or active exploitation. Exploitation requires an authenticated user with image-upload permissions. The business risk is profile integrity abuse, potential impersonation, and nuisance disruption rather than a confirmed path to system compromise.

Researcher notes

Evidence is limited: no CVSS vector is provided in the source bundle, and exploitation status is not confirmed. Focus analysis on authorization checks around target user identifiers for profile picture update and deletion operations.

Mitigation direction

  • Update User Profile Picture to version 2.6.0 or later.
  • Review which roles and users have upload_image capability.
  • Restrict author-level access for untrusted or external contributors.
  • Check vendor and WPScan guidance for any additional remediation.
  • Monitor for unexpected profile picture changes or deletions.

Validation and detection

  • Inventory WordPress sites using the User Profile Picture plugin.
  • Confirm installed plugin versions are 2.6.0 or later.
  • Review WordPress roles for upload_image capability exposure.
  • Check recent profile picture changes for unauthorized activity.
  • Verify lower-trust users cannot alter other users’ profile pictures.
Prepared
Confidence
medium
Sources
3

Public sources used

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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2021-24473 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
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownUser Profile Picture2.6.0Listed
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.