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-2023-0067

CVE-2023-0067: Timed Content WordPress XSS Vulnerability

CVE-2023-0067 is a stored cross-site scripting flaw in Timed Content WordPress plugin that allows contributors to inject malicious scripts. This post explains its impact, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-0067 Overview

The Timed Content WordPress plugin before version 2.73 contains a Stored Cross-Site Scripting (XSS) vulnerability due to insufficient validation and escaping of shortcode attributes. When a malicious shortcode is embedded in a page or post, the unsanitized attributes are output directly back to users, enabling attackers with contributor-level access or higher to inject persistent malicious scripts.

Critical Impact

Authenticated users with contributor privileges can inject persistent malicious JavaScript that executes in the browsers of all visitors viewing affected pages, potentially leading to session hijacking, credential theft, or malware distribution.

Affected Products

  • Timed Content WordPress Plugin versions prior to 2.73
  • WordPress installations with the Timed Content plugin enabled
  • Any website allowing contributor-level user registration with the vulnerable plugin

Discovery Timeline

  • 2023-02-21 - CVE-2023-0067 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-0067

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability stems from the plugin's failure to properly sanitize user-controllable input within shortcode attributes. When WordPress processes the Timed Content shortcode, the plugin outputs attribute values directly into the rendered HTML without adequate validation or output encoding. This allows attackers to inject arbitrary JavaScript code that persists in the database and executes whenever the affected content is viewed.

The attack requires authentication with at least contributor-level privileges, which is a common role in WordPress environments that allow guest authors or community contributions. Once the malicious payload is stored, it affects all users who view the compromised page, including administrators, making this a particularly dangerous vector for privilege escalation attacks.

Root Cause

The root cause is improper input validation (CWE-79) in the shortcode processing functionality. The plugin fails to implement WordPress's built-in sanitization functions such as esc_attr(), esc_html(), or wp_kses() when handling shortcode attribute values before rendering them in the page output. This oversight allows raw HTML and JavaScript to pass through unfiltered.

Attack Vector

The attack is network-based and requires an authenticated attacker with contributor-level access to create or edit posts containing the vulnerable shortcode. The attacker crafts a shortcode with malicious JavaScript embedded in one of the unvalidated attributes. When the post is published or previewed, the script executes in the context of any user's browser session viewing that content, including administrators. This can lead to session cookie theft, administrative account takeover, defacement, or distribution of malware to site visitors.

Detection Methods for CVE-2023-0067

Indicators of Compromise

  • Unexpected JavaScript code within post content containing Timed Content shortcodes
  • Posts created by contributor-level users containing suspicious shortcode attributes
  • Unusual script tags or event handlers within [timed-content] or related shortcode parameters
  • Browser console errors or unexpected redirects when viewing posts with Timed Content shortcodes

Detection Strategies

  • Audit all posts and pages containing Timed Content shortcodes for malicious payloads
  • Review user activity logs for contributors who have recently edited content with shortcodes
  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in POST requests
  • Monitor for outbound connections to suspicious domains from user browsers

Monitoring Recommendations

  • Enable WordPress audit logging to track shortcode usage and content modifications
  • Configure alerts for new posts containing JavaScript-like patterns in shortcode attributes
  • Implement Content Security Policy (CSP) headers to mitigate XSS payload execution
  • Regularly scan stored content for known XSS patterns and obfuscated scripts

How to Mitigate CVE-2023-0067

Immediate Actions Required

  • Update the Timed Content plugin to version 2.73 or later immediately
  • Review all existing posts and pages for potentially malicious shortcode content
  • Audit contributor and author accounts for unauthorized or suspicious activity
  • Consider temporarily disabling the plugin until the update is applied

Patch Information

The vulnerability has been addressed in Timed Content version 2.73. Administrators should update through the WordPress plugin repository or manually download the patched version. For detailed vulnerability information, refer to the WPScan Vulnerability Report.

Workarounds

  • Restrict contributor and author role capabilities to prevent shortcode usage in posts
  • Implement a Web Application Firewall with XSS filtering rules
  • Use WordPress security plugins to scan and sanitize shortcode content
  • Temporarily disable the Timed Content plugin if immediate patching is not possible
bash
# WordPress CLI commands to check plugin version and update
wp plugin list --name=timed-content --fields=name,version,update_version
wp plugin update timed-content

# Search for potentially malicious shortcode content in posts
wp db query "SELECT ID, post_title FROM wp_posts WHERE post_content LIKE '%[timed-content%script%' OR post_content LIKE '%[timed-content%onerror%'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTimed Content

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WPScan Vulnerability Report
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
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