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

CVE-2025-46506: WpZon Amazon Affiliate Plugin CSRF Vulnerability

CVE-2025-46506 is a Cross-Site Request Forgery vulnerability in WpZon Amazon Affiliate Plugin that allows reflected XSS attacks. This article covers the technical details, affected versions up to 1.3, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-46506 Overview

CVE-2025-46506 is a Cross-Site Request Forgery (CSRF) vulnerability in the Lora77 WpZon – Amazon Affiliate Plugin for WordPress. The flaw chains CSRF with Reflected Cross-Site Scripting (XSS), allowing attackers to inject script content into administrator sessions when a logged-in user visits a malicious page. The issue affects all versions of WpZon – Amazon Affiliate Plugin up to and including 1.3. The vulnerability is tracked under CWE-352 (Cross-Site Request Forgery).

Critical Impact

An attacker can execute arbitrary JavaScript in an authenticated administrator's browser by tricking the user into visiting a crafted page, leading to session compromise and potential WordPress site takeover.

Affected Products

  • Lora77 WpZon – Amazon Affiliate Plugin for WordPress
  • All versions from n/a through 1.3
  • WordPress installations with the WpZon plugin enabled

Discovery Timeline

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

Technical Details for CVE-2025-46506

Vulnerability Analysis

The vulnerability combines two weaknesses into a single attack chain. First, the plugin fails to validate the authenticity of state-changing HTTP requests, lacking proper anti-CSRF nonce verification on sensitive endpoints. Second, user-controlled input reflected by the plugin is not properly sanitized or output-encoded, allowing JavaScript payloads to render in the browser.

When an authenticated WordPress administrator visits an attacker-controlled page, the browser silently issues a forged request to the vulnerable plugin endpoint. The server processes the request under the victim's authentication context and reflects the attacker-supplied payload back into the response. The injected script then executes in the administrator's origin.

The attack requires user interaction, which limits scale but does not require credentials or prior access to the target site. Successful exploitation grants the attacker the ability to manipulate plugin settings, exfiltrate session tokens, or pivot to broader site compromise.

Root Cause

The root cause is missing CSRF token validation combined with unsanitized handling of reflected request parameters. WordPress provides wp_nonce_field() and check_admin_referer() for CSRF protection, and esc_html() or esc_attr() for output encoding. The plugin code through version 1.3 omits these protections on affected request handlers.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious web page or email containing an HTML form or image tag that auto-submits a request to the vulnerable plugin. When a logged-in WordPress administrator loads the attacker's content, the browser includes the victim's session cookies, the server processes the request, and the reflected XSS payload executes in the victim's browser. No code example is published; see the Patchstack WPZon Plugin Vulnerability advisory for additional details.

Detection Methods for CVE-2025-46506

Indicators of Compromise

  • Unexpected outbound requests from administrator browsers to unfamiliar domains shortly after WordPress admin activity
  • Modified WpZon plugin settings or unauthorized administrator account creation in WordPress logs
  • Web server access logs showing requests to WpZon plugin endpoints with suspicious query parameters containing <script>, javascript:, or HTML entity-encoded payloads

Detection Strategies

  • Inspect HTTP referer headers on requests to WpZon plugin endpoints and flag cross-origin POST requests targeting the WordPress admin interface
  • Monitor WordPress audit logs for plugin configuration changes that do not correlate with legitimate administrator sessions
  • Deploy web application firewall rules that identify reflected XSS patterns in query strings and POST bodies submitted to /wp-admin/ paths

Monitoring Recommendations

  • Enable verbose logging on WordPress and forward administrator-action events to a centralized log platform for correlation
  • Track plugin version inventory across WordPress fleets to identify hosts still running WpZon 1.3 or earlier
  • Alert on anomalous JavaScript execution patterns or DOM modifications observed by browser-based security telemetry

How to Mitigate CVE-2025-46506

Immediate Actions Required

  • Disable or remove the WpZon – Amazon Affiliate Plugin from any WordPress installation running version 1.3 or earlier
  • Audit WordPress administrator accounts and recent plugin setting changes for evidence of unauthorized modifications
  • Force a session reset for all administrator accounts and rotate any credentials that may have been exposed through browser sessions

Patch Information

At the time of NVD publication, no vendor-supplied patched version is referenced in the advisory. Refer to the Patchstack WPZon Plugin Vulnerability entry for the latest remediation status and any fixed release information.

Workarounds

  • Replace WpZon with an actively maintained Amazon affiliate plugin that implements WordPress nonce verification and output escaping
  • Restrict administrator browser sessions to dedicated workstations and avoid browsing untrusted sites while authenticated to WordPress
  • Deploy a Content Security Policy (CSP) header on the WordPress site that disallows inline script execution to reduce reflected XSS impact
  • Use a web application firewall to block requests to WpZon plugin endpoints that originate from external referers or contain script-like payloads
bash
# Example: list and deactivate the WpZon plugin via WP-CLI
wp plugin list --name=wpzon --fields=name,status,version
wp plugin deactivate wpzon
wp plugin delete wpzon

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWpzon

  • 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 WPZon Plugin 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