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-2026-28106

CVE-2026-28106: B2BKing Premium Open Redirect Vulnerability

CVE-2026-28106 is an open redirect vulnerability in B2BKing Premium by Kings Plugins that enables phishing attacks. This post covers technical details, affected versions before 5.4.20, security impact, and mitigation.

Published: March 13, 2026

CVE-2026-28106 Overview

CVE-2026-28106 is an Open Redirect vulnerability (CWE-601) affecting Kings Plugins B2BKing Premium, a WordPress plugin designed for B2B e-commerce functionality. This vulnerability allows attackers to redirect users from the legitimate WordPress site to malicious external websites, enabling phishing attacks against unsuspecting users who trust the original domain.

Critical Impact

Attackers can leverage this open redirect to conduct phishing campaigns, potentially stealing credentials, financial information, or distributing malware by abusing the trust users have in the legitimate B2BKing-powered website.

Affected Products

  • B2BKing Premium versions prior to 5.4.20
  • WordPress sites running vulnerable B2BKing Premium plugin installations

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-28106 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-28106

Vulnerability Analysis

This vulnerability stems from improper validation of user-supplied URL parameters within the B2BKing Premium plugin. When the plugin processes redirect requests, it fails to adequately verify that the destination URL belongs to a trusted domain. This allows an attacker to craft malicious links that appear to originate from a legitimate WordPress site but redirect users to attacker-controlled websites.

The attack requires user interaction, as victims must click on the malicious link for the redirect to occur. However, because the initial URL points to a trusted domain, users are more likely to click on such links, especially when received via email or social media.

Root Cause

The root cause of CVE-2026-28106 is insufficient input validation on URL redirect parameters. The plugin accepts external URLs without properly validating the destination against an allowlist of trusted domains. This lack of validation enables attackers to inject arbitrary redirect destinations into plugin functionality.

Attack Vector

The vulnerability is exploited via network-based attacks where the attacker crafts a URL containing a malicious redirect parameter. The attack flow typically involves:

  1. Attacker identifies a vulnerable B2BKing Premium endpoint that accepts redirect parameters
  2. Attacker constructs a URL pointing to the legitimate site but containing a redirect to a malicious domain
  3. The crafted link is distributed via phishing emails, social media, or other channels
  4. When a victim clicks the link, they are redirected from the trusted WordPress site to the attacker's phishing page
  5. The victim, believing they are still interacting with the legitimate site, may enter sensitive credentials or personal information

The attack does not require authentication and can target any user who accesses the malicious link. For detailed technical information, refer to the Patchstack WordPress Vulnerability Report.

Detection Methods for CVE-2026-28106

Indicators of Compromise

  • Unusual redirect patterns in web server access logs showing external domains in redirect parameters
  • User reports of being redirected to unexpected websites after clicking internal links
  • HTTP request logs containing URL parameters with external domains encoded in base64 or URL-encoded formats
  • Phishing reports from users mentioning the organization's domain in the original URL

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing suspicious redirect parameters with external domains
  • Monitor server logs for requests to B2BKing plugin endpoints that include URL parameters pointing to external domains
  • Deploy browser-based detection tools to identify redirect chains originating from the WordPress site

Monitoring Recommendations

  • Enable verbose logging on WordPress installations to capture all redirect-related activity
  • Set up alerts for spikes in traffic to plugin endpoints commonly associated with redirect functionality
  • Monitor for brand abuse and phishing sites that may be leveraging your domain's reputation through open redirect attacks

How to Mitigate CVE-2026-28106

Immediate Actions Required

  • Update B2BKing Premium plugin to version 5.4.20 or later immediately
  • Review web server logs for evidence of exploitation attempts
  • Notify users if there is evidence of successful phishing attacks leveraging this vulnerability
  • Consider temporarily disabling redirect functionality if immediate patching is not possible

Patch Information

Kings Plugins has addressed this vulnerability in B2BKing Premium version 5.4.20. Administrators should update to this version or later to remediate the open redirect vulnerability. The patch implements proper validation of redirect destinations to ensure only trusted URLs are accepted.

For additional details about the vulnerability and patch, see the Patchstack WordPress Vulnerability Report.

Workarounds

  • Implement server-level URL rewrite rules to block redirect parameters containing external domains
  • Deploy a WAF with rules to filter requests containing suspicious redirect patterns
  • Use a content security policy (CSP) to restrict navigation to untrusted domains, though this may not fully prevent server-side redirects
bash
# Example Apache .htaccess rule to block external redirects in query parameters
RewriteEngine On
RewriteCond %{QUERY_STRING} (redirect|url|return|next)=https?:// [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechB2bking

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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