The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-1061

CVE-2024-1061: HTML5 Video Player SQLi Vulnerability

CVE-2024-1061 is an unauthenticated SQL injection flaw in the HTML5 Video Player WordPress plugin affecting versions below 2.5.25. This vulnerability exposes databases to unauthorized access and data theft.

Published: April 1, 2026

CVE-2024-1061 Overview

CVE-2024-1061 is a critical unauthenticated SQL injection vulnerability affecting the 'HTML5 Video Player' WordPress plugin by bplugins. Versions prior to 2.5.25 contain an exploitable flaw in the id parameter within the get_view function. This vulnerability allows remote attackers to execute arbitrary SQL queries against the WordPress database without requiring any authentication, potentially leading to complete database compromise.

Critical Impact

Unauthenticated attackers can exploit this SQL injection to extract sensitive data, modify database contents, or potentially gain full control of affected WordPress installations.

Affected Products

  • bplugins HTML5 Video Player versions prior to 2.5.25
  • WordPress installations using vulnerable versions of the HTML5 Video Player plugin

Discovery Timeline

  • 2024-01-30 - CVE-2024-1061 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-1061

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), a critical web application security flaw that occurs when user-supplied input is incorporated into SQL queries without proper sanitization or parameterization. The HTML5 Video Player plugin fails to adequately validate or escape the id parameter before using it in database queries within the get_view function.

Since the vulnerable endpoint can be accessed without authentication, any remote attacker can craft malicious requests to exploit this flaw. Successful exploitation could allow attackers to read sensitive information from the database (including user credentials and session tokens), modify or delete data, or potentially execute administrative operations depending on the database user privileges.

Root Cause

The root cause of this vulnerability lies in improper input validation within the get_view function. The id parameter is directly incorporated into SQL queries without proper sanitization, prepared statements, or parameterized queries. This allows attackers to inject arbitrary SQL syntax that gets executed by the database engine with the privileges of the WordPress database user.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the affected WordPress endpoint, manipulating the id parameter to include malicious SQL statements. The vulnerability is accessible remotely, making it particularly dangerous for internet-facing WordPress installations.

The exploitation process typically involves:

  1. Identifying WordPress sites using the vulnerable HTML5 Video Player plugin
  2. Crafting malicious requests targeting the get_view function with SQL injection payloads in the id parameter
  3. Extracting database information through time-based, error-based, or UNION-based SQL injection techniques
  4. Potentially escalating access by extracting administrator credentials or session tokens

For detailed technical information, refer to the Tenable Security Research Advisory.

Detection Methods for CVE-2024-1061

Indicators of Compromise

  • Unusual database queries or errors in WordPress/web server logs
  • Suspicious HTTP requests containing SQL syntax in parameters (e.g., UNION SELECT, OR 1=1, single quotes, etc.)
  • Unexpected database modifications or data exfiltration activity
  • Anomalous traffic patterns targeting WordPress plugin endpoints

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection payloads in HTTP requests
  • Monitor WordPress access logs for requests containing SQL injection indicators in the id parameter
  • Implement database query logging to identify anomalous or unauthorized SQL statements
  • Use security plugins that scan for known vulnerable plugin versions

Monitoring Recommendations

  • Enable verbose logging on WordPress and review logs regularly for exploitation attempts
  • Set up alerts for database errors that may indicate SQL injection probing
  • Monitor for unauthorized changes to WordPress database tables
  • Implement intrusion detection systems (IDS) with signatures for SQL injection attacks

How to Mitigate CVE-2024-1061

Immediate Actions Required

  • Update the HTML5 Video Player plugin to version 2.5.25 or later immediately
  • Audit WordPress installations to identify all instances of the vulnerable plugin
  • Review database logs for signs of prior exploitation
  • Consider temporarily disabling the plugin if immediate updates are not possible

Patch Information

The vulnerability has been addressed in HTML5 Video Player plugin version 2.5.25 and later. Site administrators should update to the latest version through the WordPress admin dashboard or by downloading the patched version from the WordPress plugin repository. For additional details, consult the Tenable Security Research Advisory.

Workarounds

  • Temporarily deactivate and remove the HTML5 Video Player plugin until it can be updated
  • Implement WAF rules to block requests containing SQL injection patterns targeting the affected endpoint
  • Restrict access to WordPress admin and plugin endpoints through IP whitelisting if feasible
  • Apply virtual patching through security plugins or reverse proxy configurations
bash
# Example: Search for vulnerable plugin versions in WordPress installations
find /var/www -name "html5-video-player" -type d -exec grep -l "Version:" {}/readme.txt \; 2>/dev/null

# Check current plugin version
grep -i "version" /var/www/html/wp-content/plugins/html5-video-player/readme.txt

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechBplugins Html5 Video Player

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability83.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Tenable Security Research Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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