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-2025-31460

CVE-2025-31460: OmniLeads Scripts & Tags Manager CSRF

CVE-2025-31460 is a Cross-Site Request Forgery vulnerability in OmniLeads Scripts and Tags Manager that enables Stored XSS attacks. This article covers technical details, affected versions up to 1.3, impact, and mitigation.

Published: April 21, 2026

CVE-2025-31460 Overview

CVE-2025-31460 is a Cross-Site Request Forgery (CSRF) vulnerability in the OmniLeads Scripts and Tags Manager WordPress plugin developed by danielmuldernl. This vulnerability allows attackers to chain CSRF with Stored Cross-Site Scripting (XSS), enabling malicious actors to inject persistent scripts into the WordPress site by tricking authenticated administrators into performing unintended actions.

The vulnerability arises from insufficient CSRF token validation in plugin functionality that handles script and tag management operations. When exploited, an attacker can craft malicious requests that, when executed by an authenticated administrator, result in the storage of malicious JavaScript code within the WordPress database.

Critical Impact

Attackers can leverage this CSRF to Stored XSS chain to execute arbitrary JavaScript in the context of any user visiting affected pages, potentially leading to session hijacking, credential theft, administrative account compromise, or further site defacement.

Affected Products

  • OmniLeads Scripts and Tags Manager plugin version 1.3 and earlier
  • WordPress installations running the vulnerable plugin versions
  • All sites where the plugin is actively managing scripts and tags

Discovery Timeline

  • 2025-03-28 - CVE CVE-2025-31460 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-31460

Vulnerability Analysis

This vulnerability represents a chained attack scenario combining two distinct web application weaknesses: CSRF and Stored XSS. The OmniLeads Scripts and Tags Manager plugin fails to implement proper CSRF protection on administrative functions that handle script and tag content storage.

The attack flow begins when an attacker crafts a malicious webpage or email containing a hidden form or request targeting the vulnerable plugin endpoint. When an authenticated WordPress administrator visits the attacker-controlled page, their browser automatically sends the malicious request with their active session credentials. Because the plugin does not validate the authenticity of the request origin, the malicious payload—containing JavaScript code—is stored in the WordPress database.

Once stored, the malicious script executes whenever any user (including administrators) accesses pages where the injected scripts are rendered. This persistence makes the attack particularly dangerous as it can affect all site visitors without requiring further interaction from the attacker.

Root Cause

The root cause of this vulnerability is the absence or improper implementation of CSRF nonce verification in the plugin's script and tag management functionality. WordPress provides built-in nonce functions (wp_nonce_field() and wp_verify_nonce()) specifically to prevent CSRF attacks, but the vulnerable plugin versions fail to utilize these protections adequately.

Additionally, the plugin does not properly sanitize or escape user-supplied input before storing it in the database, allowing the injection of malicious script content that constitutes the Stored XSS component of this vulnerability chain.

Attack Vector

The attack requires social engineering to trick an authenticated WordPress administrator into visiting an attacker-controlled webpage while logged into their WordPress dashboard. The attack page contains a hidden form that automatically submits a request to the vulnerable plugin endpoint.

The malicious payload typically contains JavaScript code designed to steal session cookies, capture keystrokes, redirect users to phishing pages, or create additional administrator accounts. Since the XSS is stored rather than reflected, the impact persists across multiple page loads and affects all users who view the compromised pages.

The attack chain proceeds as follows: First, the attacker prepares a malicious webpage with an auto-submitting form targeting the plugin's script management endpoint. Second, the administrator visits this page while authenticated to WordPress. Third, the CSRF request succeeds due to missing nonce validation. Finally, the XSS payload is stored and executes on subsequent page views.

Detection Methods for CVE-2025-31460

Indicators of Compromise

  • Unexpected or unfamiliar JavaScript code appearing in the plugin's script management settings
  • New administrator accounts created without authorization
  • Reports of browser security warnings or suspicious redirects from site visitors
  • Unusual outbound network connections to unknown domains from client browsers

Detection Strategies

  • Review WordPress plugin settings for the OmniLeads Scripts and Tags Manager to identify any unauthorized script entries
  • Audit database tables associated with the plugin for malicious JavaScript payloads such as <script> tags or event handlers
  • Monitor WordPress administrator session activity for unusual patterns or geographic anomalies
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized inline script execution

Monitoring Recommendations

  • Enable WordPress audit logging to track all administrative actions within plugin settings
  • Configure web application firewall (WAF) rules to alert on suspicious POST requests to plugin endpoints
  • Set up file integrity monitoring for WordPress core files and plugin directories
  • Monitor browser console errors on front-end pages that may indicate blocked or failed XSS attempts

How to Mitigate CVE-2025-31460

Immediate Actions Required

  • Deactivate and remove the OmniLeads Scripts and Tags Manager plugin if version 1.3 or earlier is installed
  • Audit all scripts and tags currently configured in the plugin for malicious content before any data migration
  • Review WordPress user accounts for any unauthorized administrator accounts that may have been created
  • Clear browser caches and invalidate all active WordPress sessions to remove potentially compromised session data

Patch Information

At the time of publication, no patched version of the OmniLeads Scripts and Tags Manager plugin has been identified in the available vulnerability data. Organizations should monitor the Patchstack Vulnerability Report for updates on available fixes or consider migrating to an alternative plugin that provides similar functionality with proper security controls.

Workarounds

  • Remove the vulnerable plugin entirely and migrate to an alternative scripts and tags management solution
  • Implement a Web Application Firewall (WAF) with rules to block CSRF and XSS attack patterns targeting WordPress plugins
  • Restrict administrative access to the WordPress dashboard by IP address to limit the attack surface
  • Use browser extensions or security policies that prevent automatic form submissions on untrusted sites
bash
# Disable the plugin via WP-CLI
wp plugin deactivate omnileads-scripts-and-tags-manager --path=/var/www/html/wordpress

# Remove the plugin files completely
wp plugin delete omnileads-scripts-and-tags-manager --path=/var/www/html/wordpress

# Force logout all users to invalidate potentially compromised sessions
wp user session destroy --all --path=/var/www/html/wordpress

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOmnileads

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.05%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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