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

CVE-2026-3569: Site Prober Information Disclosure Flaw

CVE-2026-3569 is an information disclosure vulnerability in the Liaison Site Prober WordPress plugin that exposes sensitive audit logs to unauthenticated attackers. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-3569 Overview

The Liaison Site Prober plugin for WordPress contains an Information Exposure vulnerability in all versions up to and including 1.2.1. The vulnerability exists in the /wp-json/site-prober/v1/logs REST API endpoint, where the permissions_read() permission callback unconditionally returns true (via __return_true()) instead of verifying appropriate user capabilities. This security flaw allows unauthenticated attackers to retrieve sensitive audit log data including IP addresses, user IDs, usernames, login/logout events, failed login attempts, and detailed activity descriptions.

Critical Impact

Unauthenticated attackers can access sensitive audit logs containing user credentials, IP addresses, and authentication activity data, potentially enabling targeted attacks against site users and administrators.

Affected Products

  • Liaison Site Prober plugin for WordPress version 1.2.1 and earlier
  • WordPress installations with Liaison Site Prober plugin enabled
  • All WordPress sites exposing the REST API with this plugin active

Discovery Timeline

  • 2026-04-24 - CVE-2026-3569 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2026-3569

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a common security flaw where access control checks are not properly implemented. The Liaison Site Prober plugin registers a REST API endpoint at /wp-json/site-prober/v1/logs that is intended to provide access to site audit logs. However, the endpoint's permission callback function uses WordPress's __return_true() helper, which unconditionally grants access to any requestor regardless of authentication status.

The exposed audit logs contain highly sensitive information that could be leveraged for further attacks. IP addresses can reveal user locations and be used for targeted phishing or network reconnaissance. User IDs and usernames provide valuable intelligence for credential stuffing or brute force attacks. Login/logout events and failed login attempts can reveal authentication patterns and potential security weaknesses in user accounts.

Root Cause

The root cause is an improper implementation of the REST API permission callback in the class-liaison-rest-controller.php file. Instead of implementing proper capability checks using WordPress functions like current_user_can(), the developer used __return_true() as the permission callback. This function is a WordPress utility that always returns true, effectively bypassing all authentication and authorization requirements for the endpoint.

Attack Vector

The attack can be performed remotely over the network by any unauthenticated user. An attacker simply needs to send an HTTP GET request to the vulnerable REST API endpoint. No user interaction is required, and the attack complexity is low since the endpoint accepts standard HTTP requests without any authentication headers or tokens.

The attacker crafts a request to the /wp-json/site-prober/v1/logs endpoint on a target WordPress site. The server processes this request, and because the permission callback returns true without verification, the full audit log data is returned in the API response. This data can then be used for reconnaissance, social engineering, or to plan additional attacks against the WordPress site and its users.

Detection Methods for CVE-2026-3569

Indicators of Compromise

  • Unusual or frequent requests to /wp-json/site-prober/v1/logs from external IP addresses
  • Access log entries showing unauthenticated requests to the Site Prober REST API endpoint
  • Multiple sequential requests to the logs endpoint from the same source, indicating automated data harvesting
  • Requests to the vulnerable endpoint from known threat actor IP ranges or Tor exit nodes

Detection Strategies

  • Monitor web server access logs for GET requests to /wp-json/site-prober/v1/logs without authentication cookies
  • Implement Web Application Firewall (WAF) rules to alert on unauthenticated REST API access attempts
  • Review WordPress REST API access patterns for anomalous activity targeting plugin endpoints
  • Deploy endpoint detection tools to identify reconnaissance activity against WordPress installations

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API endpoints and aggregate logs to a SIEM platform
  • Configure alerts for high volumes of requests to plugin-specific REST API routes
  • Implement rate limiting on REST API endpoints to slow down automated data exfiltration
  • Regularly audit installed plugins for exposed REST API endpoints with insufficient access controls

How to Mitigate CVE-2026-3569

Immediate Actions Required

  • Update Liaison Site Prober plugin to a patched version when available from the WordPress plugin repository
  • Deactivate the Liaison Site Prober plugin immediately if it is not essential to site operations
  • Review web server logs for evidence of prior exploitation targeting the vulnerable endpoint
  • If the plugin was active, consider audit log data as potentially compromised and assess impact

Patch Information

The vulnerability has been identified in version 1.2.1 and all prior versions of the Liaison Site Prober plugin. A code change has been committed to address this issue. For technical details on the vulnerable code and the fix, refer to the WordPress Plugin Change Set. Additional vulnerability information is available in the Wordfence Vulnerability Report.

Workarounds

  • Block access to /wp-json/site-prober/v1/logs at the web server level using .htaccess or nginx configuration rules
  • Use a security plugin like Wordfence to restrict REST API access to authenticated users only
  • Implement a custom mu-plugin to add proper permission checks to the vulnerable endpoint
  • Consider placing the WordPress site behind a reverse proxy with access control rules for sensitive API endpoints
bash
# Apache .htaccess workaround to block unauthenticated access to vulnerable endpoint
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/site-prober/v1/logs [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
RewriteRule .* - [F,L]
</IfModule>

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Change Set

  • 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