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
    • 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-6187

CVE-2025-6187: bSecure WordPress Privilege Escalation

CVE-2025-6187 is a privilege escalation vulnerability in the bSecure WordPress plugin that allows unauthenticated attackers to impersonate any user by exploiting a missing authorization check in the order_info REST endpoint.

Published: March 18, 2026

CVE-2025-6187 Overview

The bSecure plugin for WordPress contains a critical Privilege Escalation vulnerability caused by missing authorization within its order_info REST endpoint. In versions 1.3.7 through 1.7.9, the plugin registers the /webhook/v2/order_info/ route with a permission_callback that always returns true, effectively bypassing all authentication. This architectural flaw makes it possible for unauthenticated attackers who know any user's email address to obtain a valid login cookie and fully impersonate that account.

Critical Impact

Unauthenticated attackers can completely take over any WordPress user account, including administrators, by simply knowing the target's email address. This enables full site compromise without requiring any authentication.

Affected Products

  • bSecure Plugin for WordPress versions 1.3.7 through 1.7.9
  • WordPress sites with WooCommerce integration using bSecure checkout
  • E-commerce platforms relying on bSecure payment processing

Discovery Timeline

  • July 22, 2025 - CVE-2025-6187 published to NVD
  • July 22, 2025 - Last updated in NVD database

Technical Details for CVE-2025-6187

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), representing a fundamental failure in access control implementation. The flaw exists in the bSecure plugin's REST API endpoint registration, where the permission_callback function—designed to enforce authentication requirements—unconditionally returns true for all requests.

When WordPress plugins register REST API routes, they must specify a permission_callback that determines whether an incoming request should be authorized. The bSecure plugin's implementation bypasses this security mechanism entirely, treating every request to the /webhook/v2/order_info/ endpoint as authorized regardless of the requester's authentication status.

The attack surface is particularly dangerous because exploitation only requires knowledge of a target user's email address. Once an attacker submits a request with a valid email, the endpoint returns authentication cookies that grant full session access to that user's account.

Root Cause

The root cause is an improperly implemented permission_callback in the REST API route registration within the class-bsecure-checkout.php file. Rather than validating that the request comes from an authorized source (such as the bSecure payment gateway servers via secret key verification), the callback returns true unconditionally. This design flaw transforms an internal webhook endpoint into a publicly accessible authentication bypass mechanism.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the target WordPress site using the bSecure plugin (versions 1.3.7 - 1.7.9)
  2. Discovering a valid user email address through reconnaissance, enumeration, or social engineering
  3. Sending a crafted HTTP request to the /webhook/v2/order_info/ endpoint with the target email
  4. Receiving valid authentication cookies in the response
  5. Using the obtained cookies to access the WordPress admin panel or user account with full privileges

The vulnerability affects the network attack vector with low complexity, requiring no privileges and no user interaction. Complete compromise of confidentiality, integrity, and availability is possible when targeting administrator accounts.

Detection Methods for CVE-2025-6187

Indicators of Compromise

  • Unusual HTTP requests to /wp-json/webhook/v2/order_info/ from external IP addresses
  • Unexpected authentication cookie issuance without corresponding login events
  • Access to WordPress admin areas from unfamiliar IP addresses or user agents
  • User account activity inconsistent with normal behavior patterns
  • Failed login attempts followed by successful session creation without password verification

Detection Strategies

  • Monitor web server access logs for requests to the /webhook/v2/order_info/ endpoint, particularly from non-whitelisted IP ranges
  • Implement Web Application Firewall (WAF) rules to flag or block unauthenticated requests to bSecure webhook endpoints
  • Enable WordPress audit logging to track authentication cookie generation events
  • Deploy endpoint detection to identify anomalous WordPress session creation patterns

Monitoring Recommendations

  • Configure SIEM alerts for spike in requests to bSecure webhook endpoints
  • Establish baseline traffic patterns for legitimate bSecure payment webhook interactions
  • Monitor for user account takeover indicators such as password resets or privilege changes following unusual API activity
  • Review WordPress user session logs for accounts created without standard authentication flow

How to Mitigate CVE-2025-6187

Immediate Actions Required

  • Update the bSecure plugin to a version newer than 1.7.9 that addresses this vulnerability
  • Audit WordPress user accounts for signs of unauthorized access or privilege escalation
  • Review access logs for any exploitation attempts targeting the vulnerable endpoint
  • Force logout all active WordPress sessions and require password resets for sensitive accounts
  • Implement IP-based access restrictions for webhook endpoints if upgrade is not immediately possible

Patch Information

Site administrators should update the bSecure plugin through the WordPress admin dashboard or by downloading the latest version from the WordPress bSecure Plugin page. The vulnerable versions (1.3.7 through 1.7.9) should be replaced immediately. Additional technical details about the vulnerable code can be found in the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the bSecure plugin if updates cannot be applied immediately and alternative payment processing is available
  • Implement WAF rules to block unauthenticated access to /wp-json/webhook/v2/order_info/
  • Restrict access to WordPress REST API endpoints using server-level configurations
  • Add IP whitelisting for webhook endpoints to only allow connections from known bSecure gateway servers
bash
# Apache .htaccess configuration to restrict webhook endpoint access
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/webhook/v2/order_info/ [NC]
RewriteCond %{REMOTE_ADDR} !^(BSECURE_GATEWAY_IP)$
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
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.56%

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

  • WordPress Plugin Bsecure Class

  • WordPress Bsecure Plugin Developers

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

  • CVE-2026-4003: WordPress Users Manager PN Privilege Escalation

  • CVE-2026-5130: WordPress Debugger Plugin Escalation Flaw

  • CVE-2026-4261: Expire Users Plugin 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