LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24665: WP Video Lightbox < 1.9.3 - Contributor+ Stored Cross-Site Scripting

The WP Video Lightbox WordPress plugin before 1.9.3 does not escape the attributes of its shortcodes, allowing users with a role as low as contributor to perform Cross-Site Scripting attacks

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24665 affects the WP Video Lightbox WordPress plugin before 1.9.3. A lower-privileged site user, such as a contributor, could store script through shortcode attributes. This can turn normal page or post viewing into browser-side compromise for visitors or administrators.

Executive priority

Treat this as a moderate WordPress content-integrity risk. Prioritize internet-facing sites, sites with many content contributors, and sites where administrator sessions are commonly active while reviewing user-submitted posts.

Technical view

The issue is stored cross-site scripting caused by shortcode attributes not being escaped in WP Video Lightbox before 1.9.3. The reported permission threshold is Contributor or higher. The source bundle maps this to CWE-79, but provides no CVSS score or detailed exploit prerequisites beyond the role requirement.

Likely exposure

Exposure is most likely on WordPress sites running WP Video Lightbox versions earlier than 1.9.3, especially where contributor-level users can create or edit content containing plugin shortcodes.

Exploitation context

The sources do not show CISA KEV listing or confirmed active exploitation. The practical risk is authenticated stored XSS: a contributor-level user can persist malicious browser-side behavior that later executes when others view affected content.

Researcher notes

The public data is concise: affected version boundary, role threshold, CWE-79, and references are available, but CVSS, exploit telemetry, and detailed patch notes are not included in the provided bundle. Avoid assuming unauthenticated exposure.

Mitigation direction

  • Update WP Video Lightbox to version 1.9.3 or later.
  • Review vendor and plugin repository guidance for any newer fixed version.
  • Restrict contributor and author access to trusted users only.
  • Review existing content using WP Video Lightbox shortcodes.
  • Remove suspicious shortcode attributes from posts and pages.

Validation and detection

  • Inventory WordPress sites for the WP Video Lightbox plugin.
  • Confirm installed plugin versions are 1.9.3 or later.
  • Identify users with Contributor, Author, Editor, or Administrator roles.
  • Review posts and pages containing WP Video Lightbox shortcodes.
  • Check security logs for unexpected content edits by lower-privileged users.
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-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 lookup
cve · low confidence lookup

CVE-2021-24665 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.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownWP Video Lightbox1.9.3Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

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.