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

CVE-2026-1748: Invoct WordPress Plugin Data Disclosure Flaw

CVE-2026-1748 is an information disclosure vulnerability in Invoct PDF Invoices plugin for WooCommerce that allows authenticated attackers to access sensitive invoice and user data. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-1748 Overview

CVE-2026-1748 is a Missing Authorization vulnerability (CWE-862) affecting the Invoct – PDF Invoices & Billing for WooCommerce plugin for WordPress. The vulnerability exists due to missing capability checks on multiple functions in all versions up to, and including, 1.6. This security flaw enables authenticated attackers with Subscriber-level access and above to retrieve sensitive data including invoice clients, invoice items, and a list of WordPress users along with their email addresses.

Critical Impact

Authenticated attackers with minimal privileges (Subscriber-level) can access sensitive customer invoice data and harvest WordPress user emails, potentially enabling further targeted attacks or data breaches.

Affected Products

  • Invoct – PDF Invoices & Billing for WooCommerce plugin for WordPress versions up to and including 1.6
  • WordPress installations using the kirilkirkov-pdf-invoice-manager plugin
  • WooCommerce-powered sites with the vulnerable plugin installed

Discovery Timeline

  • 2026-02-11 - CVE-2026-1748 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-1748

Vulnerability Analysis

This vulnerability represents a classic Broken Access Control flaw where critical functions within the plugin fail to verify that the requesting user has appropriate permissions before returning sensitive data. The plugin exposes multiple AJAX endpoints that process requests without validating whether the authenticated user has the necessary capabilities to access the requested information.

In WordPress's security model, capability checks are essential for ensuring that users can only access functionality appropriate to their role. The Invoct plugin omits these checks on functions responsible for retrieving invoice clients, invoice items, and WordPress user listings. This allows any authenticated user—including those with the lowest privilege level (Subscriber)—to invoke these functions and exfiltrate data that should be restricted to administrators or shop managers.

The exposure of user email addresses is particularly concerning as it can facilitate phishing campaigns, spam, or credential stuffing attacks against the site's user base.

Root Cause

The root cause is the absence of capability verification calls (such as current_user_can()) in the vulnerable functions within the KirilKirkovWpInvoices.php file. Multiple functions at lines 565, 585, 605, and 626 process AJAX requests without first confirming that the requesting user possesses the required administrative capabilities. This design oversight allows any authenticated user to bypass intended access restrictions.

Attack Vector

The attack is network-based and requires only a valid authenticated session with minimal privileges. An attacker would:

  1. Register or compromise a WordPress account with Subscriber-level access on a target site
  2. Authenticate to the WordPress dashboard
  3. Craft AJAX requests to the vulnerable plugin endpoints
  4. Retrieve unauthorized data including invoice clients, invoice items, and user email listings

The vulnerability mechanism involves direct invocation of unprotected AJAX handlers. An attacker sends crafted POST requests to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) specifying the vulnerable action names. Without capability checks, the plugin processes these requests and returns sensitive data. For detailed technical analysis, refer to the Wordfence vulnerability report and the plugin source code.

Detection Methods for CVE-2026-1748

Indicators of Compromise

  • Unusual AJAX requests to admin-ajax.php from low-privilege user sessions
  • Subscriber or Customer-level accounts accessing invoice-related AJAX actions
  • Bulk retrieval of user data or invoice information from non-administrative accounts
  • Unexpected database queries for invoice clients, items, or user listings originating from plugin functions

Detection Strategies

  • Monitor WordPress AJAX request logs for invoice-related action parameters from non-admin users
  • Implement Web Application Firewall (WAF) rules to flag suspicious patterns in AJAX requests to the plugin endpoints
  • Review access logs for repeated requests to admin-ajax.php with invoice-related action names from low-privilege sessions
  • Deploy file integrity monitoring to detect unauthorized changes to the plugin files

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and correlate with user role data
  • Configure alerts for data exfiltration patterns such as bulk user email retrieval
  • Regularly audit user accounts to identify any unauthorized privilege escalation or suspicious activity
  • Monitor for unusual traffic patterns to WooCommerce invoice-related endpoints

How to Mitigate CVE-2026-1748

Immediate Actions Required

  • Update the Invoct – PDF Invoices & Billing for WooCommerce plugin to a version newer than 1.6 that includes capability checks
  • Temporarily deactivate the plugin if an update is not immediately available
  • Audit WordPress user accounts for any suspicious Subscriber-level accounts that may have been created by attackers
  • Review server logs for signs of exploitation targeting the vulnerable AJAX endpoints

Patch Information

Organizations should check the official WordPress plugin repository for an updated version of the Invoct – PDF Invoices & Billing for WooCommerce plugin that addresses this vulnerability. The fix should implement proper capability checks using WordPress's current_user_can() function on all affected AJAX handlers. Monitor the Wordfence vulnerability report for patch availability announcements.

Workarounds

  • Restrict the plugin's functionality to trusted administrators only by implementing custom capability checks via a security plugin
  • Use a Web Application Firewall to block AJAX requests to the vulnerable endpoints from non-administrative users
  • Limit user registration on the WordPress site to prevent attackers from easily obtaining authenticated sessions
  • Consider using an alternative PDF invoice plugin until a patched version is available
bash
# WordPress CLI command to check plugin version and deactivate if vulnerable
wp plugin list --name=kirilkirkov-pdf-invoice-manager --field=version
wp plugin deactivate kirilkirkov-pdf-invoice-manager

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

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

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-12075: WooCommerce Order Splitter Info Leak

  • CVE-2025-15482: Chapa Payment Gateway Information Disclosure

  • CVE-2026-39662: WooCommerce Formula Plugin Auth Bypass

  • CVE-2026-3574: Experto Dashboard WooCommerce XSS Flaw
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