Security readout for executives and security teams
Plain-English summary
CVE-2021-24334 affects the Instant Images WordPress plugin. Authenticated users could save unsafe image dimension settings that later execute script in an administrator browser. This is mainly a WordPress account-abuse and admin-session risk, not evidence of unauthenticated remote compromise.
Executive priority
Treat this as a targeted cleanup item for WordPress environments, especially where many users have dashboard access. It is not KEV-listed in the bundle, but stored XSS can expose administrator sessions and site integrity if left unfixed.
Technical view
The plugin before 4.4.0.1 relied on client-side validation for unsplash_download_w and unsplash_download_h on /wp-admin/upload.php?page=instant-images. Missing server-side validation and sanitization created stored cross-site scripting, mapped to CWE-79. The bundle title also mentions XFS, but the description substantiates stored XSS.
Likely exposure
Exposure is likely limited to WordPress sites with Instant Images installed below 4.4.0.1 and attacker access to an authenticated WordPress account able to save the affected settings.
Exploitation context
The supplied sources do not show CISA KEV listing or active exploitation. The issue is authenticated stored XSS, so impact depends on account privileges, plugin availability, and whether an administrator later views the poisoned settings page.
Researcher notes
Version evidence is slightly inconsistent: the narrative and title say versions before 4.4.0.1, while the affected array lists 4.4.0.1. Rely on the descriptive source wording and verify exact fixed versions against vendor/WPScan data before closing exposure.
Mitigation direction
- Upgrade Instant Images to 4.4.0.1 or later where available.
- Check current vendor or WPScan guidance for any newer fixed release.
- Restrict WordPress admin access to trusted, least-privileged users.
- Review plugin settings for unexpected script-like content.
- Remove the plugin if it is unused or cannot be updated.
Validation and detection
- Inventory WordPress sites for the Instant Images plugin.
- Confirm installed plugin versions are not below 4.4.0.1.
- Check whether untrusted authenticated users can access plugin settings.
- Review audit logs for recent Instant Images settings changes.
- Confirm no unexpected scripts persist in affected saved settings.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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 lookupCVE-2021-24334 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/ae79189a-6b63-4110-9567-cd7c97d71e4fCVE reference · x_refsource_CONFIRM
- https://m0ze.ru/vulnerability/%5B2021-04-22%5D-%5BWordPress%5D-%5BCWE-79%5D-Instant-Images-WordPress-Plugin-v4.4.0.txtCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
