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

CVE-2025-11451: Auto Amazon Links Information Disclosure

CVE-2025-11451 is an information disclosure vulnerability in Auto Amazon Links WordPress plugin allowing unauthenticated attackers to read arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: May 4, 2026

CVE-2025-11451 Overview

CVE-2025-11451 is an unauthenticated arbitrary file read vulnerability in the Auto Amazon Links – Amazon Associates Affiliate Plugin for WordPress. The flaw affects all versions up to and including 5.4.3 and resides in the /wp-json/wp/v2/aal_ajax_unit_loading REST API endpoint. Unauthenticated attackers can supply controlled file path values to the endpoint and read the contents of arbitrary files on the underlying server. Sensitive files such as wp-config.php, private keys, and log data are exposed through this path. The issue is tracked under [CWE-73: External Control of File Name or Path].

Critical Impact

Unauthenticated remote attackers can read arbitrary files, including wp-config.php, exposing database credentials and authentication secrets.

Affected Products

  • Auto Amazon Links – Amazon Associates Affiliate Plugin for WordPress
  • All versions through 5.4.3
  • WordPress sites exposing the /wp-json/wp/v2/aal_ajax_unit_loading REST endpoint

Discovery Timeline

  • 2025-11-11 - CVE-2025-11451 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11451

Vulnerability Analysis

The vulnerability resides in the plugin's REST API route registered at /wp-json/wp/v2/aal_ajax_unit_loading. This endpoint handles unit template loading for Amazon affiliate units rendered on the front end. The handler accepts a template path parameter that is passed to file inclusion or read functions without sufficient validation. Because the route is registered without an authentication or capability callback, any unauthenticated client can issue requests directly. The plugin's template path resolution logic, implemented in AmazonAutoLinks_UnitOutput__TemplatePath.php and the abstract output class AmazonAutoLinks_UnitOutput_Base.php, fails to constrain user-supplied paths to a safe template directory.

Root Cause

The root cause is improper neutralization of file path input passed through the REST API. The plugin trusts client-supplied values used to construct a template path, allowing directory traversal sequences and absolute paths to escape the intended template directory. No path canonicalization or allowlist check is enforced before the file contents are read and returned in the response.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends a crafted HTTP request to the vulnerable REST route, supplying a path that points to a sensitive server file. The endpoint responds with the file contents, enabling theft of database credentials from wp-config.php, SSH keys, or other configuration data. Successful disclosure can be chained into full site compromise once database secrets or authentication keys are recovered. Refer to the Wordfence Vulnerability Report and the affected source files in AmazonAutoLinks_UnitOutput__TemplatePath.php for technical details.

Detection Methods for CVE-2025-11451

Indicators of Compromise

  • HTTP requests to /wp-json/wp/v2/aal_ajax_unit_loading containing path traversal sequences such as ../ or absolute paths like /etc/passwd or wp-config.php.
  • Unexpected outbound responses from the WordPress site containing PHP configuration constants such as DB_PASSWORD or AUTH_KEY.
  • Web server access logs showing unauthenticated GET or POST traffic to the aal_ajax_unit_loading endpoint from unfamiliar source IPs.

Detection Strategies

  • Inspect WordPress and reverse proxy logs for requests to the vulnerable REST route correlated with non-standard template parameter values.
  • Deploy WAF rules that flag path traversal patterns (..%2F, ....//, encoded null bytes) targeting /wp-json/wp/v2/ routes.
  • Monitor file system audit logs for unusual reads of wp-config.php, .env, or /etc/ files originating from the PHP worker process.

Monitoring Recommendations

  • Alert on REST API requests to plugin endpoints from unauthenticated sessions where the request body or query string contains filesystem path indicators.
  • Track sudden spikes in 4xx or large 2xx responses on /wp-json/ paths that may indicate enumeration.
  • Forward WordPress, PHP-FPM, and web server logs into a centralized SIEM such as Singularity Data Lake for correlation across the request lifecycle.

How to Mitigate CVE-2025-11451

Immediate Actions Required

  • Update the Auto Amazon Links plugin to a version released after 5.4.3 that addresses CVE-2025-11451.
  • If no patched version is available, deactivate and remove the plugin until a fix is released.
  • Rotate all secrets stored in wp-config.php, including database credentials and WordPress salts, if exploitation is suspected.
  • Review web server access logs for prior requests to /wp-json/wp/v2/aal_ajax_unit_loading and assess potential exposure.

Patch Information

The vendor has not published a fixed version reference within the NVD record at the time of writing. Administrators should monitor the Wordfence advisory and the WordPress.org plugin page for the official patched release.

Workarounds

  • Block public access to the /wp-json/wp/v2/aal_ajax_unit_loading route at the WAF or reverse proxy layer.
  • Restrict the WordPress REST API to authenticated users where business requirements permit.
  • Apply file system permission hardening so the PHP worker user cannot read sensitive files outside the web root.
bash
# Example NGINX block to deny public access to the vulnerable endpoint
location ~* /wp-json/wp/v2/aal_ajax_unit_loading {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6206: MW WP Form Information Disclosure Flaw

  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2023-54346: WordPress Backup Migration Plugin Leak

  • CVE-2026-6446: WordPress My Social Feeds Info Disclosure
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