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
    • 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-2026-0816

CVE-2026-0816: All Push Notification WP SQLi Vulnerability

CVE-2026-0816 is a time-based SQL injection vulnerability in the All push notification for WP WordPress plugin that enables authenticated administrators to extract sensitive database information. This article covers technical details, affected versions through 1.5.3, impact assessment, and mitigation strategies.

Published: February 6, 2026

CVE-2026-0816 Overview

The All push notification for WP plugin for WordPress contains a time-based SQL Injection vulnerability in the delete_id parameter. This security flaw affects all versions up to and including 1.5.3 and stems from insufficient escaping of user-supplied input combined with a lack of proper preparation on existing SQL queries. Authenticated attackers with administrator-level access can exploit this vulnerability to append malicious SQL queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Authenticated attackers with administrator privileges can leverage this SQL Injection vulnerability to extract sensitive data from the database, potentially compromising user credentials, configuration settings, and other confidential information stored within WordPress.

Affected Products

  • All push notification for WP plugin for WordPress versions up to and including 1.5.3

Discovery Timeline

  • February 4, 2026 - CVE-2026-0816 published to NVD
  • February 4, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0816

Vulnerability Analysis

This SQL Injection vulnerability exists within the All push notification for WP WordPress plugin's administrative functionality. The flaw resides in the class-pushnotification-admin.php file, specifically around line 95 where the delete_id parameter is processed. Due to inadequate input sanitization and the absence of parameterized queries, user-controlled data flows directly into SQL statements without proper escaping or preparation.

The time-based nature of this SQL Injection means that attackers can infer database contents by observing response time delays caused by injected conditional sleep statements. While the attack requires administrator-level authentication, compromised admin accounts or insider threats could leverage this vulnerability to exfiltrate sensitive database contents including user credentials, email addresses, and plugin configuration data.

Root Cause

The root cause of this vulnerability is improper input validation combined with unsafe database query construction. The delete_id parameter accepts user input that is directly concatenated into SQL queries without using WordPress's prepared statement functions such as $wpdb->prepare(). This failure to properly sanitize and escape user-supplied data before incorporating it into SQL statements creates the injection point that attackers can exploit.

Attack Vector

The attack vector is network-based, requiring an authenticated session with administrator privileges. An attacker would need to:

  1. Obtain valid administrator credentials through phishing, credential stuffing, or other means
  2. Navigate to the plugin's administrative interface
  3. Manipulate the delete_id parameter with time-based SQL injection payloads
  4. Observe response timing to extract database information character by character

The vulnerability can be exploited by injecting SQL sleep commands to create measurable delays, allowing blind data extraction from the WordPress database. For detailed technical analysis, refer to the Wordfence Vulnerability Report and the vulnerable code in the WordPress plugin repository.

Detection Methods for CVE-2026-0816

Indicators of Compromise

  • Unusual database query patterns or extended query execution times in MySQL slow query logs
  • HTTP requests to plugin administrative endpoints containing SQL syntax in the delete_id parameter
  • Abnormal administrator session activity, particularly repetitive requests to notification deletion functionality
  • Database error logs showing malformed SQL queries or syntax errors

Detection Strategies

  • Deploy web application firewalls (WAF) with SQL Injection detection rules targeting the affected plugin endpoints
  • Monitor WordPress admin activity logs for suspicious parameter manipulation in push notification plugin requests
  • Implement database query monitoring to detect time-based injection patterns such as SLEEP(), BENCHMARK(), or WAITFOR DELAY statements
  • Review web server access logs for requests containing encoded SQL keywords directed at the plugin's admin class

Monitoring Recommendations

  • Enable WordPress debug logging and audit plugin administrative actions
  • Configure database slow query logging to capture queries exceeding normal execution thresholds
  • Implement real-time alerting for SQL injection attack patterns in WAF or IDS/IPS solutions
  • Regularly audit administrator account activity for unauthorized access attempts

How to Mitigate CVE-2026-0816

Immediate Actions Required

  • Update the All push notification for WP plugin to a patched version when available
  • Temporarily deactivate the plugin if it is not critical to site operations
  • Implement WAF rules to block SQL injection attempts targeting the delete_id parameter
  • Audit administrator accounts and revoke access for any compromised or unnecessary accounts
  • Review database access logs for signs of prior exploitation

Patch Information

Organizations should monitor the WordPress plugin repository for an updated version of All push notification for WP that addresses this SQL Injection vulnerability. The fix should implement proper input sanitization using WordPress's $wpdb->prepare() function or equivalent parameterized query methods. Refer to the WordPress plugin repository for updates and the Wordfence advisory for patch availability information.

Workarounds

  • Restrict administrator access to trusted IP addresses using .htaccess or server firewall rules
  • Implement additional authentication factors for WordPress admin accounts to reduce risk of credential compromise
  • Deploy a web application firewall with strict SQL injection filtering for WordPress administrative endpoints
  • Consider using a security plugin that provides virtual patching capabilities for known vulnerabilities
bash
# Example .htaccess configuration to restrict admin access by IP
<Files wp-login.php>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Files>

# Block access to plugin admin pages from untrusted sources
<Directory "/var/www/html/wp-content/plugins/all-push-notification/pushnotification-admin">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
</Directory>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Push Notification Class

  • WordPress Push Notification Class

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54359: WordPress Adivaha Travel Plugin SQLI Flaw

  • CVE-2026-3781: WordPress Attendance Manager SQLi Flaw

  • CVE-2026-39466: Broken Link Checker SQL Injection Flaw

  • CVE-2026-1865: WordPress User Registration SQLi Flaw
Default Legacy - Prefooter | 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