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-2026-8726

CVE-2026-8726: Date Menu Plugin SQL Injection Vulnerability

CVE-2026-8726 is a SQL injection flaw in the Date Menu of news articles plugin that allows unauthenticated attackers to inject malicious SQL queries. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8726 Overview

CVE-2026-8726 is a SQL injection vulnerability [CWE-89] affecting a TYPO3 extension that implements the "Date Menu of news articles" plugin. The extension fails to sanitize user input before incorporating it into database queries. Unauthenticated attackers can inject arbitrary SQL through a URL parameter on pages rendering the affected plugin. Exploitation requires the plugin to be active and the TypoScript setting disableOverrideDemand to remain disabled.

Critical Impact

Unauthenticated remote attackers can execute arbitrary SQL queries against the TYPO3 database, exposing confidential data stored in the content management system.

Affected Products

  • TYPO3 extension implementing the "Date Menu of news articles" plugin
  • Installations where the disableOverrideDemand TypoScript setting is not enabled
  • TYPO3 sites rendering the Date Menu plugin on public-facing pages

Discovery Timeline

  • 2026-05-19 - CVE-2026-8726 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8726

Vulnerability Analysis

The vulnerability resides in the request handling logic for the "Date Menu of news articles" plugin. The extension reads a URL parameter that controls date-based filtering of news entries. This value flows directly into a database query without parameterization or input validation. The flaw allows attackers to break out of the intended query context and append arbitrary SQL clauses.

The condition for exploitation is narrow but common in default deployments. The TypoScript flag disableOverrideDemand must remain in its default state, which permits frontend requests to override demand parameters. When enabled, this setting blocks the tainted input path and neutralizes the attack surface.

The vulnerability is classified as Improper Neutralization of Special Elements used in an SQL Command [CWE-89]. Because the affected endpoint is reachable over the network without authentication, attackers require only knowledge of a vulnerable page URL to begin probing.

Root Cause

The extension concatenates attacker-controlled URL parameter data into SQL statements rather than using prepared statements or query builder bindings. TYPO3's framework provides safe query construction primitives, but the affected plugin code bypasses them when handling demand override parameters.

Attack Vector

An attacker crafts an HTTP GET request to a page that embeds the Date Menu plugin. The malicious URL parameter contains SQL syntax that alters the original query, such as UNION-based payloads to exfiltrate data from other tables. No user interaction or authentication is required. The vulnerability mechanism is documented in the TYPO3 Security Advisory.

Detection Methods for CVE-2026-8726

Indicators of Compromise

  • HTTP requests to pages containing the Date Menu plugin with URL parameters containing SQL keywords such as UNION, SELECT, SLEEP, or --
  • Database error messages in TYPO3 logs correlated with frontend requests carrying demand override parameters
  • Unexpected query patterns in MySQL or MariaDB slow query logs originating from the news extension
  • Outbound data transfer spikes from the web server following crafted requests to news listing pages

Detection Strategies

  • Deploy web application firewall rules that flag SQL metacharacters in URL parameters targeting TYPO3 news pages
  • Audit TYPO3 access logs for malformed or suspiciously encoded values on parameters consumed by the Date Menu plugin
  • Enable MySQL general query logging temporarily to identify queries containing concatenated attacker payloads

Monitoring Recommendations

  • Forward web server and database logs to a centralized analytics platform for correlation
  • Alert on repeated HTTP 500 responses from URLs hosting the Date Menu plugin, which often indicate injection probing
  • Track query execution time anomalies that may indicate time-based blind SQL injection attempts

How to Mitigate CVE-2026-8726

Immediate Actions Required

  • Update the affected TYPO3 extension to the patched version listed in the TYPO3 Security Advisory
  • Enable the disableOverrideDemand TypoScript setting on all instances of the Date Menu plugin as an interim control
  • Review TYPO3 database accounts and rotate credentials if injection activity is suspected

Patch Information

Refer to the TYPO3 Security Advisory TYPO3-EXT-SA-2026-010 for the fixed extension versions. Apply the update through the TYPO3 Extension Manager or via Composer for production deployments.

Workarounds

  • Set plugin.tx_news.settings.disableOverrideDemand = 1 in TypoScript configuration to block the vulnerable input path
  • Restrict access to pages embedding the Date Menu plugin through firewall or reverse proxy rules until patching is complete
  • Apply database least-privilege principles so the TYPO3 service account cannot read or modify unrelated schemas
bash
# TypoScript workaround example
plugin.tx_news.settings.disableOverrideDemand = 1

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTypo3

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • TYPO3 Security Advisory
  • Related CVEs
  • CVE-2026-46723: TYPO3 Information Disclosure Vulnerability

  • CVE-2026-46725: TYPO3 Extension RCE Vulnerability

  • CVE-2026-8727: TYPO3 Crawler Extension RCE Vulnerability

  • CVE-2026-6553: TYPO3 CMS Information Disclosure 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