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

CVE-2026-1295: Buy Now Plus WordPress Plugin XSS Flaw

CVE-2026-1295 is a stored cross-site scripting vulnerability in the Buy Now Plus plugin for WordPress that allows authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-1295 Overview

The Buy Now Plus – Buy Now buttons for Stripe plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the buynowplus shortcode functionality. The vulnerability exists in all versions up to and including 1.0.2 due to insufficient input sanitization and output escaping on shortcode attributes. This security flaw enables authenticated attackers with Contributor-level access or above to inject arbitrary web scripts into pages that execute whenever a user accesses an affected page.

Critical Impact

Authenticated attackers can persistently inject malicious JavaScript through WordPress shortcodes, potentially leading to session hijacking, credential theft, website defacement, or malware distribution to site visitors.

Affected Products

  • Buy Now Plus – Buy Now buttons for Stripe WordPress Plugin version 1.0.2 and earlier
  • WordPress sites using vulnerable versions of the Buy Now Plus plugin
  • Any WordPress installation with Contributor-level or higher user accounts using the affected plugin

Discovery Timeline

  • 2026-01-28 - CVE CVE-2026-1295 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-1295

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the class-bnp-buttons.php file, specifically in how the plugin processes shortcode attributes without proper sanitization before rendering them in the HTML output.

When a WordPress contributor creates or edits a page using the buynowplus shortcode, the plugin fails to properly sanitize and escape user-supplied attribute values. This allows malicious script content to be stored in the WordPress database and subsequently executed in the browsers of any users who view the affected page.

The vulnerability requires authentication with at least Contributor-level privileges, which provides some mitigation against anonymous attacks. However, in multi-author WordPress environments or sites that allow user registrations with contributor capabilities, this represents a significant risk vector.

Root Cause

The root cause of this vulnerability is the lack of proper input sanitization and output escaping mechanisms in the shortcode rendering process. The plugin's class-bnp-buttons.php file processes shortcode attributes at lines 17 and 36 without implementing WordPress's built-in sanitization functions such as esc_attr(), esc_html(), or wp_kses(). This oversight allows arbitrary HTML and JavaScript code to pass through and be rendered in the page output.

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to a WordPress site with at least Contributor-level permissions. The attacker would craft a malicious shortcode containing JavaScript payload within the shortcode attributes and embed it in a post or page. When any user (including administrators) views the page containing the malicious shortcode, the injected script executes in their browser context.

A typical attack scenario involves an attacker with contributor access inserting a specially crafted [buynowplus] shortcode with malicious JavaScript embedded in one of its attributes. Since the plugin stores this content without sanitization, the payload persists in the database and executes for every subsequent page view, making this a stored XSS attack with potentially wide-reaching impact.

Detection Methods for CVE-2026-1295

Indicators of Compromise

  • Unexpected JavaScript code or event handlers within buynowplus shortcode attributes in WordPress posts or pages
  • Suspicious activity in WordPress audit logs showing contributors editing pages with unusual shortcode content
  • Reports from users experiencing unexpected browser behavior or redirects when viewing pages with Buy Now Plus buttons
  • Web Application Firewall logs showing blocked XSS attempts targeting shortcode parameters

Detection Strategies

  • Review all content containing buynowplus shortcodes for suspicious JavaScript, event handlers, or encoded payloads
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized inline script execution
  • Deploy WordPress security plugins that scan for known XSS patterns in post content
  • Enable database auditing to track changes to posts containing the affected shortcode

Monitoring Recommendations

  • Configure Web Application Firewall (WAF) rules to detect XSS patterns in WordPress shortcode content
  • Monitor WordPress user activity logs for unusual content modifications by contributor-level accounts
  • Set up alerts for new or modified pages containing the buynowplus shortcode
  • Implement browser-based XSS detection using CSP violation reporting

How to Mitigate CVE-2026-1295

Immediate Actions Required

  • Update the Buy Now Plus plugin to the latest patched version immediately
  • Review all existing content for potentially malicious shortcode injections and remove any suspicious content
  • Audit contributor-level accounts and consider temporarily restricting shortcode usage permissions
  • Implement Web Application Firewall rules to block XSS attack patterns

Patch Information

The vulnerability was addressed in a plugin update. Refer to the WordPress Plugin Change Log for details on the security fix. Additional vulnerability information is available in the Wordfence Vulnerability Report. The patch implements proper sanitization and escaping of shortcode attributes in the class-bnp-buttons.php file.

Workarounds

  • Disable the Buy Now Plus plugin until a patched version can be installed
  • Restrict WordPress user roles to prevent untrusted users from having Contributor-level access or above
  • Implement Content Security Policy headers to mitigate the impact of any injected scripts
  • Use WordPress security plugins to scan and block XSS attempts in shortcode content
bash
# Configuration example - Add Content Security Policy header in .htaccess
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self' https://js.stripe.com; style-src 'self' 'unsafe-inline';"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

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

  • WordPress Plugin Code Reference

  • WordPress Plugin Change Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2025-32630: WP-BusinessDirectory XSS Vulnerability

  • CVE-2025-32581: WordPress Spam Blocker XSS Vulnerability

  • CVE-2025-28975: Alike WordPress Plugin 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