Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-3618

CVE-2026-3618: Columns by BestWebSoft XSS Vulnerability

CVE-2026-3618 is a stored XSS vulnerability in the Columns by BestWebSoft WordPress plugin, allowing authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-3618 Overview

The Columns by BestWebSoft plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the [print_clmns] shortcode. This flaw exists due to insufficient input sanitization and output escaping on the id shortcode attribute, allowing authenticated attackers with Contributor-level access or above to inject arbitrary web scripts into pages. When a user accesses an injected page, the malicious scripts execute in their browser context.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the browsers of any user viewing affected pages, potentially leading to session hijacking, credential theft, or further attacks against site administrators.

Affected Products

  • Columns by BestWebSoft WordPress Plugin version 1.0.3 and earlier
  • WordPress installations with the Columns by BestWebSoft plugin enabled
  • Sites where at least one column has been created by an administrator

Discovery Timeline

  • April 8, 2026 - CVE-2026-3618 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3618

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability stems from improper handling of user-supplied input in the [print_clmns] shortcode. The plugin receives the id parameter via shortcode_atts() at line 596 of columns-bws.php and subsequently uses this value in multiple output contexts without proper sanitization or escaping.

The vulnerability manifests in two distinct output locations: the value is embedded directly into a div id attribute at line 731 and injected into inline CSS styles across lines 672-729. While the plugin does use %d formatting in SQL queries to cast the value to an integer for database lookups, this protection does not extend to the HTML and CSS output contexts where the original unsanitized string value of $id is used.

A key prerequisite for exploitation is that at least one column must exist in the plugin (created by an administrator), as the SQL query must return results for the vulnerable output branch to be executed. This constraint slightly limits the attack surface but does not significantly reduce risk in typical deployments where the plugin is actively used.

Root Cause

The root cause is a classic input validation and output encoding failure. The plugin developers correctly sanitized the id parameter for SQL query purposes by casting it to an integer with %d, but failed to apply the same rigor to HTML and CSS output contexts. This represents a common misconception that sanitization for one context (SQL) protects against injection in other contexts (HTML/CSS). Each output context requires its own appropriate escaping mechanism—esc_attr() for HTML attributes and esc_html() or CSS-specific escaping for inline styles in WordPress.

Attack Vector

The attack requires an authenticated user with at least Contributor-level privileges to craft a malicious [print_clmns] shortcode with an XSS payload in the id attribute. The attacker embeds this shortcode in a post or page they have permission to create or edit. Once the content is published or scheduled for publication, any user visiting the page will have the malicious JavaScript executed in their browser.

The vulnerability allows injection into both HTML attribute context (div id) and CSS context (inline styles), providing multiple avenues for script injection. Attackers can leverage techniques such as event handlers in attributes or CSS expression-based payloads depending on the browser environment.

For detailed code analysis, refer to the WordPress Plugin Source Code at Line 596 and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2026-3618

Indicators of Compromise

  • Unusual or suspicious content in posts containing the [print_clmns] shortcode with non-numeric id attribute values
  • JavaScript code or HTML event handlers appearing in shortcode attributes within post content
  • Database entries in wp_posts table containing [print_clmns id=" followed by script tags or event handlers
  • Browser console errors or unexpected script execution on pages containing the Columns plugin shortcodes

Detection Strategies

  • Review WordPress post and page content for [print_clmns] shortcodes with suspicious id attribute values containing special characters or script content
  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in shortcode attributes submitted through the WordPress editor
  • Monitor user activity logs for Contributors or Authors creating content with unusual shortcode patterns
  • Conduct periodic content audits scanning for potential XSS payloads embedded in plugin shortcodes

Monitoring Recommendations

  • Enable WordPress audit logging to track all content modifications by users with Contributor-level access and above
  • Configure Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Set up alerts for database modifications to posts containing the [print_clmns] shortcode
  • Monitor server access logs for patterns indicating XSS exploitation or session hijacking attempts

How to Mitigate CVE-2026-3618

Immediate Actions Required

  • Update the Columns by BestWebSoft plugin to the latest available version that addresses this vulnerability
  • Review all existing posts and pages containing [print_clmns] shortcodes for potentially malicious content
  • Consider temporarily disabling the plugin or restricting shortcode usage if an update is not yet available
  • Audit user accounts with Contributor-level access or above to ensure only trusted users have these privileges

Patch Information

Check the WordPress plugin repository for updates to the Columns by BestWebSoft plugin. The fix should implement proper output escaping using WordPress functions such as esc_attr() for HTML attribute output and appropriate CSS escaping for inline style injection. Review the WordPress Plugin Trunk for the latest code changes addressing this vulnerability.

Workarounds

  • Temporarily disable the Columns by BestWebSoft plugin until a patched version is available
  • Restrict user roles so that only trusted administrators can create or edit content using the [print_clmns] shortcode
  • Implement a custom content filter that validates the id parameter in [print_clmns] shortcodes is strictly numeric before rendering
  • Deploy a WAF rule to block requests containing XSS patterns in shortcode attributes
bash
# WordPress configuration - restrict shortcode usage
# Add to theme's functions.php or custom plugin to filter shortcode output

# Option 1: Remove the shortcode temporarily
# remove_shortcode('print_clmns');

# Option 2: Restrict shortcode to administrators only
# Implement role checking before shortcode registration
# if (!current_user_can('manage_options')) {
#     remove_shortcode('print_clmns');
# }

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechBestwebsoft

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.06%

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

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Trunk Code Snippet

  • WordPress Plugin Trunk Code Snippet

  • WordPress Plugin Trunk Code Snippet

  • WordPress Plugin Trunk Code Snippet

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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