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

CVE-2025-46492: Call Now PHT Blog CSRF Vulnerability

CVE-2025-46492 is a Cross-Site Request Forgery vulnerability in the Call Now PHT Blog plugin that enables Stored XSS attacks. This article covers the security flaw, affected versions up to 2.4.1, and mitigation strategies.

Published: April 29, 2026

CVE-2025-46492 Overview

CVE-2025-46492 is a Cross-Site Request Forgery (CSRF) vulnerability in the Call Now PHT Blog WordPress plugin (call-now-coccoc-pht-blog) developed by Pham Thanh. This vulnerability allows attackers to chain CSRF with Stored Cross-Site Scripting (XSS), enabling malicious actors to inject persistent scripts into the affected WordPress site through forged requests.

The vulnerability exists because the plugin fails to properly validate request origins through nonce verification, allowing attackers to craft malicious requests that, when executed by an authenticated administrator, can store malicious JavaScript code within the plugin's settings. This stored payload then executes in the browsers of subsequent visitors or administrators accessing the affected pages.

Critical Impact

Attackers can exploit this CSRF-to-XSS chain to steal administrator session cookies, perform unauthorized administrative actions, deface websites, redirect users to malicious sites, or distribute malware to site visitors.

Affected Products

  • Call Now PHT Blog WordPress Plugin versions up to and including 2.4.1
  • WordPress installations running vulnerable versions of call-now-coccoc-pht-blog plugin

Discovery Timeline

  • 2025-04-24 - CVE-2025-46492 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-46492

Vulnerability Analysis

This vulnerability combines two distinct attack vectors: Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). The CSRF component allows an attacker to trick an authenticated WordPress administrator into submitting a malicious request without their knowledge. Because the plugin does not implement proper CSRF protections such as WordPress nonce verification, these forged requests are processed as legitimate.

The Stored XSS component allows malicious JavaScript payloads to be persistently saved within the plugin's configuration or database entries. Once stored, these scripts execute whenever the affected content is rendered, impacting all users who view the compromised pages. The network-based attack vector with low complexity makes this vulnerability particularly dangerous for WordPress sites with high traffic or multiple administrators.

The scope is changed (as indicated by the changed scope metric), meaning the vulnerability can affect resources beyond the vulnerable component itself, potentially compromising the security context of the entire WordPress installation and its visitors.

Root Cause

The root cause of this vulnerability is improper implementation of security controls within the Call Now PHT Blog plugin. Specifically:

  1. Missing CSRF Token Validation: The plugin's settings forms and AJAX handlers do not properly verify WordPress nonces, allowing cross-origin requests to be processed without validation.

  2. Insufficient Input Sanitization: User-supplied input is not properly sanitized or escaped before being stored in the database, enabling malicious script injection.

  3. Missing Output Encoding: When the stored data is rendered in the browser, it lacks proper output encoding, allowing stored scripts to execute in users' browsers.

Attack Vector

The attack follows a chained exploitation path:

  1. Reconnaissance: The attacker identifies a WordPress site running Call Now PHT Blog plugin version 2.4.1 or earlier.

  2. Payload Crafting: The attacker creates a malicious HTML page containing a hidden form that targets the vulnerable plugin endpoint with XSS payload.

  3. Social Engineering: The attacker tricks a WordPress administrator into visiting the malicious page while authenticated to their WordPress dashboard.

  4. CSRF Execution: The hidden form auto-submits, sending the malicious request with the administrator's session cookies.

  5. XSS Storage: The malicious JavaScript payload is stored in the plugin's settings or database.

  6. Payload Execution: When any user visits pages where the plugin renders its content, the stored XSS payload executes in their browser context.

The attack does not require authentication from the attacker's perspective but does require user interaction (administrator visiting the malicious page), which is reflected in the vulnerability's characteristics.

Detection Methods for CVE-2025-46492

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags in plugin settings or database fields related to Call Now PHT Blog
  • Unusual administrator activity logs showing settings changes without corresponding legitimate actions
  • Reports from users about unexpected redirects, pop-ups, or browser warnings when visiting the site
  • Browser console errors or network requests to unfamiliar external domains originating from plugin-rendered content

Detection Strategies

  • Review WordPress plugin settings for Call Now PHT Blog and inspect for suspicious script content
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized inline script execution
  • Monitor WordPress audit logs for settings changes, particularly those made without corresponding admin interface access
  • Use web application security scanners to identify stored XSS payloads in the database

Monitoring Recommendations

  • Enable comprehensive WordPress activity logging to track all plugin settings modifications
  • Deploy a Web Application Firewall (WAF) configured to detect CSRF and XSS attack patterns
  • Regularly scan the WordPress database for suspicious content patterns in plugin-related tables
  • Monitor browser console outputs during site testing for unexpected script execution

How to Mitigate CVE-2025-46492

Immediate Actions Required

  • Update Call Now PHT Blog plugin to a patched version when available from the developer
  • If no patch is available, consider deactivating and removing the Call Now PHT Blog plugin until a fix is released
  • Review current plugin settings for any suspicious or unexpected content and remove malicious entries
  • Implement a Web Application Firewall (WAF) with CSRF and XSS protection rules
  • Rotate WordPress administrator credentials if compromise is suspected

Patch Information

As of the last NVD update, users should check for updates to the Call Now PHT Blog plugin through the WordPress plugin repository or contact the developer directly. For detailed vulnerability information and potential patches, refer to the Patchstack vulnerability database entry.

Workarounds

  • Temporarily deactivate the Call Now PHT Blog plugin until a security patch is available
  • Restrict WordPress admin panel access to trusted IP addresses only using .htaccess or server-level firewall rules
  • Educate administrators about CSRF attacks and advise against clicking unknown links while authenticated
  • Implement additional CSRF protection at the server level using security plugins like Wordfence or Sucuri
bash
# WordPress .htaccess configuration to restrict admin access by IP
<Files wp-login.php>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.100  # Replace with trusted admin IP
</Files>

<Directory /var/www/html/wp-admin>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.100  # Replace with trusted admin IP
</Directory>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechCall Now Pht Blog

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.08%

  • 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
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

  • CVE-2026-43331: Linux Kernel DOS 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