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-7561

CVE-2026-7561: WordPress Redirection Plugin CSRF Vulnerability

CVE-2026-7561 is a Cross-Site Request Forgery flaw in the Tm WordPress Redirection plugin that allows attackers to update settings and inject scripts. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-7561 Overview

CVE-2026-7561 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Tm – WordPress Redirection plugin for WordPress in all versions up to and including 1.2. The flaw stems from missing or incorrect nonce validation on a plugin function within tm-redirect.php. Unauthenticated attackers can update plugin settings and inject malicious web scripts by tricking a site administrator into clicking a crafted link. Successful exploitation requires user interaction and leverages the administrator's authenticated session to perform unauthorized state-changing actions. The vulnerability is tracked under [CWE-352] and impacts confidentiality and integrity at low levels with no direct availability impact.

Critical Impact

Attackers can inject malicious scripts and modify plugin settings on vulnerable WordPress sites by tricking administrators into clicking a forged request link.

Affected Products

  • Tm – WordPress Redirection plugin versions up to and including 1.2
  • WordPress sites with the affected plugin installed and activated
  • Administrator accounts on sites running the vulnerable plugin

Discovery Timeline

  • 2026-05-12 - CVE-2026-7561 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-7561

Vulnerability Analysis

The vulnerability resides in the Tm – WordPress Redirection plugin's settings handling logic. The plugin exposes administrative functions that change configuration state but fail to verify a WordPress nonce token on incoming requests. Without nonce validation, the server cannot confirm that a request originated from an authenticated administrator's intentional action within the WordPress dashboard.

An attacker hosts a crafted HTML page or link containing a forged request targeting the plugin's settings endpoint. When an authenticated administrator visits the attacker-controlled page, the browser automatically submits the request using the administrator's session cookies. The plugin processes the request as legitimate and writes attacker-supplied values into stored settings.

Because the injected values are reflected into pages rendered to site visitors, the attacker can also store malicious JavaScript, escalating CSRF into stored Cross-Site Scripting. The affected code paths are referenced at lines 168, 265, and 308 of tm-redirect.php in both the tags/1.2 and trunk branches of the plugin source.

Root Cause

The root cause is missing or incorrect nonce validation [CWE-352]. WordPress provides wp_verify_nonce() and check_admin_referer() to bind state-changing requests to a specific user session. The plugin's settings handlers omit these checks, allowing any cross-origin request to mutate plugin state when an administrator's browser is authenticated.

Attack Vector

Exploitation requires no privileges on the target site but does require user interaction from an administrator. The attacker delivers a malicious link through phishing, a comment, a forum post, or an embedded resource. When the administrator follows the link, the forged request executes within their authenticated context, persisting attacker-controlled script content into plugin settings that later render to visitors.

No exploitation code example is available. See the Wordfence Vulnerability Report and the WordPress Redirect Plugin Code for technical details.

Detection Methods for CVE-2026-7561

Indicators of Compromise

  • Unexpected modifications to Tm – WordPress Redirection plugin settings in the WordPress database wp_options table
  • Outbound requests from administrator browsers to unfamiliar domains immediately preceding setting changes
  • Presence of <script> tags or JavaScript payloads inside stored plugin configuration values
  • Web server access logs showing POST requests to the plugin's settings endpoint with an external Referer header

Detection Strategies

  • Monitor WordPress audit logs for changes to plugin options without a corresponding administrator session in the dashboard
  • Inspect rendered redirect pages for unexpected inline script content or unauthorized destination URLs
  • Compare plugin option values against a known-good baseline using file integrity and database integrity tooling

Monitoring Recommendations

  • Enable a WordPress security audit plugin to log option changes and administrator actions
  • Forward web server access logs to a centralized log platform and alert on POST requests to plugin endpoints with foreign referrers
  • Track administrator browser activity for visits to untrusted external sites in close proximity to backend changes

How to Mitigate CVE-2026-7561

Immediate Actions Required

  • Deactivate the Tm – WordPress Redirection plugin until a patched version is available
  • Audit current plugin settings for injected scripts or unauthorized redirect targets and restore clean values
  • Force a password reset and session invalidation for all WordPress administrator accounts
  • Review web server and WordPress logs for prior exploitation attempts targeting tm-redirect.php

Patch Information

No fixed version is identified in the NVD record at the time of publication. Administrators should monitor the WordPress plugin repository and the Wordfence Vulnerability Report for an update beyond version 1.2 that introduces nonce validation on the affected handlers.

Workarounds

  • Remove or deactivate the plugin and replace it with a maintained redirection plugin that implements CSRF protection
  • Restrict administrator dashboard access by IP allow-listing through web server or WAF rules
  • Require administrators to use a dedicated browser profile for WordPress administration to limit cross-site request exposure
  • Deploy a web application firewall rule that blocks POST requests to the plugin endpoint when the Referer header is missing or external

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Redirect Plugin Code

  • WordPress Redirect Plugin Code

  • WordPress Redirect Plugin Code

  • WordPress Redirect Plugin Code

  • WordPress Redirect Plugin Code

  • WordPress Redirect Plugin Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-5365: LatePoint WordPress Plugin CSRF Vulnerability

  • CVE-2022-50955: WordPress Curtain Plugin CSRF Vulnerability

  • CVE-2026-7562: WP-Redirection Plugin CSRF Vulnerability

  • CVE-2026-6710: Skysa Text Ticker App CSRF Vulnerability
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