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

CVE-2025-23989: Internal Link Builder CSRF Vulnerability

CVE-2025-23989 is a Cross-Site Request Forgery vulnerability in the Internal Link Builder plugin that allows attackers to perform unauthorized actions. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-23989 Overview

CVE-2025-23989 is a Cross-Site Request Forgery (CSRF) vulnerability in the Alessandro Piconi Internal Link Builder plugin for WordPress. The flaw affects all versions up to and including 1.0. According to the Patchstack advisory, the CSRF weakness chains into a stored Cross-Site Scripting (XSS) condition, allowing an attacker to persist malicious script content through a forged authenticated request. Exploitation requires user interaction, typically by tricking an authenticated administrator into visiting an attacker-controlled page. The vulnerability is tracked under [CWE-352].

Critical Impact

A successful CSRF-to-stored-XSS chain enables attackers to execute arbitrary JavaScript in the context of authenticated WordPress administrators, leading to session theft, account takeover, or persistent site compromise.

Affected Products

  • Alessandro Piconi Internal Link Builder WordPress plugin (internal-link-builder)
  • All versions from initial release through 1.0
  • WordPress sites with the plugin installed and activated

Discovery Timeline

  • 2025-01-31 - CVE-2025-23989 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-23989

Vulnerability Analysis

The Internal Link Builder plugin fails to validate the origin of state-changing HTTP requests. WordPress plugins must verify a nonce token on requests that modify plugin settings or stored data. This plugin omits or incorrectly implements that check, leaving its administrative endpoints reachable through forged requests.

The Patchstack advisory categorizes the issue as a CSRF chain leading to stored XSS. An attacker crafts a malicious page or email containing a hidden form that submits to the plugin's vulnerable endpoint. When an authenticated administrator loads that page, the browser sends the request with valid session cookies. The plugin processes the request and stores attacker-supplied content, which is later rendered to other users without proper output encoding.

Root Cause

The root cause is missing or insufficient CSRF protection [CWE-352] on plugin request handlers. WordPress provides wp_nonce_field() and check_admin_referer() primitives to bind requests to a user session, but the affected handlers do not enforce these checks. A secondary defect is missing output sanitization, which converts the CSRF condition into a persistent XSS payload.

Attack Vector

The attack vector is network-based with required user interaction. An attacker hosts a page containing a forged POST request targeting the WordPress administrator's site. The administrator must be authenticated and must visit the attacker-controlled page. No credentials or privileges are required from the attacker. The scope is changed because injected script executes in the WordPress administrative context, affecting users beyond the originally targeted account. See the Patchstack WordPress Vulnerability Advisory for the technical proof of concept.

Detection Methods for CVE-2025-23989

Indicators of Compromise

  • Unexpected <script> tags, event handlers, or obfuscated JavaScript stored in Internal Link Builder configuration records within the WordPress database.
  • WordPress administrator account activity originating from external Referer headers pointing to untrusted domains.
  • Outbound requests from administrator browsers to unknown domains shortly after visiting third-party links.

Detection Strategies

  • Inspect plugin option entries and post metadata for HTML or JavaScript content where only plain text is expected.
  • Review WordPress access logs for POST requests to internal-link-builder admin endpoints missing the _wpnonce parameter.
  • Correlate administrator login sessions with subsequent stored content changes that occur without corresponding admin UI navigation.

Monitoring Recommendations

  • Enable WordPress audit logging to record plugin setting changes with timestamps, user IDs, and source IP addresses.
  • Monitor browser-side telemetry for script execution within /wp-admin/ pages that references external domains.
  • Alert on creation or modification of plugin options containing tags such as <script>, onerror=, or javascript:.

How to Mitigate CVE-2025-23989

Immediate Actions Required

  • Deactivate and remove the Internal Link Builder plugin from all WordPress installations until a patched release is available.
  • Audit the database for malicious content stored by the plugin and remove any injected scripts.
  • Force a password reset and session invalidation for all WordPress administrator accounts.

Patch Information

At the time of NVD publication, no patched version above 1.0 has been identified in the available advisory data. Site operators should monitor the Patchstack WordPress Vulnerability Advisory and the plugin's WordPress.org listing for an updated release that implements check_admin_referer() and proper output escaping.

Workarounds

  • Remove the plugin entirely if a patched version is not available, since CSRF flaws cannot be reliably mitigated through configuration alone.
  • Deploy a Web Application Firewall (WAF) rule that blocks POST requests to plugin endpoints lacking a valid _wpnonce parameter.
  • Restrict WordPress administrative access by IP allowlist and require administrators to use a separate, hardened browser profile when managing the site.
bash
# Configuration example: remove the vulnerable plugin via WP-CLI
wp plugin deactivate internal-link-builder
wp plugin delete internal-link-builder

# Audit options table for stored script payloads
wp db query "SELECT option_name, option_value FROM wp_options WHERE option_value LIKE '%<script%' OR option_value LIKE '%onerror=%';"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechInternal Link Builder

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability Advisory
  • 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