A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-13779

CVE-2024-13779: Hero Mega Menu Plugin XSS Vulnerability

CVE-2024-13779 is a reflected cross-site scripting flaw in Hero Mega Menu WordPress plugin that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-13779 Overview

CVE-2024-13779 is a Reflected Cross-Site Scripting (XSS) vulnerability in the Hero Mega Menu - Responsive WordPress Menu Plugin for WordPress. The flaw affects all versions up to and including 1.16.5 and stems from insufficient input sanitization and output escaping on the index parameter [CWE-79]. Unauthenticated attackers can inject arbitrary JavaScript that executes in a victim's browser when the victim clicks a crafted link. The vulnerability requires user interaction but no authentication, lowering the bar for exploitation against WordPress sites running the plugin.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in a victim's browser, enabling session hijacking, credential theft, or redirection to malicious infrastructure.

Affected Products

  • Hero Mega Menu - Responsive WordPress Menu Plugin versions up to and including 1.16.5
  • WordPress sites with the plugin installed and active
  • All site visitors and authenticated users including administrators are potential victims

Discovery Timeline

  • 2025-03-05 - CVE-2024-13779 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-13779

Vulnerability Analysis

The vulnerability is a reflected XSS issue triggered through the index parameter handled by the Hero Mega Menu plugin. The plugin accepts attacker-controlled input from the request and reflects it into the rendered HTML response without proper sanitization or output escaping. When a victim follows a crafted URL containing a malicious payload in the index parameter, the browser parses the injected markup as part of the trusted page and executes the attacker's script in the site's origin.

Because the attack vector is Network-based and requires no privileges, any unauthenticated actor on the internet can construct an exploit URL. The scope is changed, indicating the injected script can affect resources beyond the vulnerable component, including other browser-accessible content on the WordPress site. The EPSS probability for this CVE is 0.411% at the 61st percentile.

Root Cause

The root cause is missing input validation and missing output encoding on the index query parameter. The plugin treats user-controlled input as safe and emits it directly into HTML context. Standard WordPress escaping functions such as esc_attr(), esc_html(), or wp_kses() are not applied before reflection, allowing breakouts from attribute or text context into executable script context.

Attack Vector

Exploitation requires the attacker to deliver a crafted URL to a target user through phishing, social engineering, malicious advertising, or a compromised referrer. When the victim clicks the link, the index parameter payload is reflected into the response and executed in the victim's browser session with the site's privileges. If an authenticated administrator is targeted, the attacker can leverage script execution to perform administrative actions, exfiltrate session cookies, or pivot to persistent backdoors. Technical detail is available in the Wordfence Vulnerability Report.

Detection Methods for CVE-2024-13779

Indicators of Compromise

  • Web server access logs containing requests with HTML or JavaScript fragments in the index query parameter, such as <script>, onerror=, or URL-encoded equivalents like %3Cscript%3E
  • Referrer headers from suspicious or unknown domains pointing to URLs containing the index parameter
  • Unexpected administrator session activity or content changes following user clicks on external links

Detection Strategies

  • Inspect HTTP request logs for anomalous values in the index parameter targeting endpoints associated with the Hero Mega Menu plugin
  • Deploy a web application firewall (WAF) rule that blocks reflected XSS payload signatures in query strings
  • Correlate browser security events such as Content Security Policy (CSP) violation reports with inbound requests containing scripted payloads

Monitoring Recommendations

  • Forward WordPress access and error logs to a centralized log platform and alert on script-like content in query parameters
  • Monitor for newly created administrator accounts, modified plugin files, and unexpected outbound connections from the web server
  • Track plugin version inventory across all WordPress instances to confirm none remain on 1.16.5 or earlier

How to Mitigate CVE-2024-13779

Immediate Actions Required

  • Identify all WordPress sites running the Hero Mega Menu plugin and confirm the installed version
  • Update the plugin to a version newer than 1.16.5 once the vendor publishes a fix, or deactivate and remove the plugin if no patched release is available
  • Apply WAF signatures to block reflected XSS payloads targeting the index parameter

Patch Information

No vendor patch is referenced in the NVD entry. Administrators should consult the Codecanyon Plugin Overview and the Wordfence Vulnerability Report for current remediation guidance and any subsequent patched releases.

Workarounds

  • Disable the Hero Mega Menu plugin until a patched version is verified and installed
  • Enforce a strict Content Security Policy that disallows inline scripts and unauthorized script sources to limit XSS impact
  • Require administrators to use separate browser sessions or profiles for WordPress administration to reduce the value of stolen session tokens
bash
# Configuration example: deactivate the vulnerable plugin via WP-CLI
wp plugin deactivate hero-menu
wp plugin delete hero-menu

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Codecanyon Plugin Overview

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4334: Shariff Wrapper WordPress XSS Vulnerability

  • CVE-2026-7052: WordPress HT Contact Form XSS Vulnerability

  • CVE-2026-6427: a3 Lazy Load WordPress Plugin XSS Flaw

  • CVE-2026-2374: Login No Captcha reCAPTCHA XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English