LiveActive security incident?Get immediate response
CVE Record

CVE-2024-24801: WordPress OWL Carousel Plugin <= 1.4.0 is vulnerable to Cross Site Scripting (XSS)

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LogicHunt OWL Carousel – WordPress Owl Carousel Slider allows Stored XSS.This issue affects OWL Carousel – WordPress Owl Carousel Slider: from n/a through 1.4.0.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-24801 is a stored cross-site scripting issue in the LogicHunt OWL Carousel WordPress plugin through version 1.4.0. A logged-in attacker could store script content that runs when another user views the affected page. This can support account misuse, content tampering, or session exposure depending on WordPress privileges and site configuration.

Executive priority

Handle as a near-term web application hygiene issue, not an emergency based on current evidence. Prioritize internet-facing WordPress sites, sites with multiple contributors, and sites where admin sessions are high-value.

Technical view

The CVE describes improper output neutralization during web page generation in lgx-owl-carousel, mapped to CWE-79. CVSS 3.1 is 6.5 with network access, low complexity, low privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to WordPress sites using OWL Carousel – WordPress Owl Carousel Slider versions up to and including 1.4.0. Sites without this plugin are not indicated as affected by the supplied sources.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates exploitation requires a logged-in attacker and user interaction, consistent with stored XSS viewed by another user.

Researcher notes

Evidence is incomplete on the exact vulnerable parameter, affected WordPress capability, public exploit availability, and fixed version. Use the CVSS vector and CWE-79 classification to guide validation, but avoid assuming exploitability details beyond the supplied records.

Mitigation direction

  • Inventory WordPress sites for the lgx-owl-carousel plugin.
  • If version is 1.4.0 or older, check vendor and Patchstack guidance.
  • Update to a vendor-supported fixed release if one is available.
  • If no maintained fix exists, disable or remove the plugin.
  • Restrict plugin administration to trusted users until resolved.

Validation and detection

  • Confirm installed plugin name and version on each WordPress site.
  • Review whether carousel content appears on public or admin-facing pages.
  • Check recently edited carousel content for unexpected script-like markup.
  • Verify the plugin is updated, disabled, or removed after remediation.
  • Retest affected pages for stored script execution after changes.
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-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-2024-24801 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
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L

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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2024-24801Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L

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
LogicHuntOWL Carousel – WordPress Owl Carousel Sliderlgx-owl-carousel, n/aunaffected
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.