Booster for WooCommerce – PDF Invoices, Abandoned Cart, Variation Swatches & 100+ Tools

Slug: woocommerce-jetpack · Pluggabl · 30,000+

Actively maintained
Booster for WooCommerce – PDF Invoices, Abandoned Cart, Variation Swatches & 100+ Tools banner image

Overall Score

Some areas need attention

65
Needs Review

What this score means

Scores are calculated on a 100-point scale by analysing six weighted categories: Security, WP.org Readiness, Performance, Code Quality, Accessibility, and Vulnerabilities. Open vulnerabilities are weighted by severity, CVSS, and patch availability, and incomplete source data can reduce confidence slightly.

  • Excellent The plugin follows best practices across every measured category. It is well-maintained, low-risk, and recommended for production use.
  • Good Strong overall quality with minor areas for improvement. Generally safe to use on most sites.
  • Needs Review Some areas of concern detected. Review the full issues report and weigh the risks before installing on production.
  • High Risk Significant quality or security problems found. Exercise caution — check the details carefully before using this plugin.
Score computed: May 22, 2026 10:16 pm (1 month ago). Vulnerability data mode: Live.
High confidence (100/100) based on metadata completeness and vulnerability evidence quality.
Open vulnerabilities are weighted by severity, CVSS, and patch availability, then adjusted slightly when the source data is incomplete.
  • Wordfence: June 28, 2026 6:47 pm (26 minutes ago)

No known open vulnerabilities found.

AI-Generated Summary

Booster for WooCommerce – PDF Invoices, Abandoned Cart, Variation Swatches & 100+ Tools currently scores 65/100 (needs review). Latest scan findings include 1 errors and 52 warnings.

Strengths

  • No open vulnerabilities are currently recorded in tracked sources.

Risks

  • 1 error-level issue was detected in the latest scan.
  • Tested-up-to metadata is behind the current WordPress version.

Recommended Next Actions

  • Resolve error-level findings first because they usually carry the highest impact.
  • Address warning-level findings to improve maintainability and reduce future risk.
  • Validate compatibility against the latest WordPress core and refresh tested-up-to metadata.

Generated from latest scan and metadata signals. Validate in staging before production changes.

Score Breakdown

Shield
Security
0
High Risk
Why this score?

Top deductions are based on 1 affected rules, reducing this category by 128 total points.

Rule Hits Impact Share
Security issue: Warning 32 -128 100%
W
WP.org Readiness
88
Good
Why this score?

Top deductions are based on 3 affected rules, reducing this category by 12 total points.

Rule Hits Impact Share
Repo issue: Error 1 -8 66.7%
Tested up to version is behind current WordPress 1 -3 25%
Repo issue: Notice 1 -1 8.3%
Speed
Performance
97
Excellent
Why this score?

Top deductions are based on 1 affected rules, reducing this category by 3 total points.

Rule Hits Impact Share
Performance issue: Warning 1 -3 100%
Code
Code Quality
99
Excellent
Why this score?

Top deductions are based on 1 affected rules, reducing this category by 1 total points.

Rule Hits Impact Share
Code Quality issue: Notice 1 -1 100%
A11y
Accessibility
62
Needs Review
Why this score?

Top deductions are based on 1 affected rules, reducing this category by 38 total points.

Rule Hits Impact Share
Accessibility issue: Warning 19 -38 100%
Bug
Vulnerability Status
100
Excellent
Why this score?

Top deductions are based on 0 affected rules, reducing this category by 0 total points.

No deductions were applied for this category in the latest score run.

Plugin Details

  • Version: 8.0.0
  • Active Installs: 30,000+
  • Last Updated: 2026-04-15 05:58:00
  • Tested up to: 6.9.4
  • Requires PHP: 7.2
  • Rating: 4.6/5 (531 ratings)
  • Support: 10/12 resolved (83%)
  • View on WordPress.org
  • Download Plugin

Scan Summary

  • Errors: 1
  • Warnings: 52
  • Notices: 2
  • Last Scanned: 2026-05-22 21:16:38
  • Score confidence: 100/100
Scans are performed automatically once per day, and the report will note when source data is stale or incomplete.

What Changed Since Last Scan

Comparing latest scan (2026-05-22 21:16:38) to previous scan (2026-05-21 15:52:13).
New: 0 Resolved: 0 Worsened: 0

New Issues

No items in this category.

Resolved Issues

No items in this category.

Worsened Issues

No items in this category.

Detected Issues

Severity Category Message File Fix Guidance
WARNING SECURITY Declared minimum PHP 7.2 is end-of-life and no longer receives security updates.
Quick Increase minimum PHP version to a currently supported branch.
Moderate Audit dependencies and code for compatibility with modern PHP runtime behavior.
Advanced Track upstream PHP lifecycle changes and schedule proactive baseline upgrades.
ERROR REPO Plugin package does not contain a main plugin file with a valid plugin header.
Quick Ensure the package root contains a plugin bootstrap file with standard WordPress plugin headers.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm error issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
NOTICE REPO Plugin package does not include a license file.
Quick Add a LICENSE or COPYING file so distribution terms are explicit.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm notice issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/class-wcj-product-variation-swatches.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-products-xml.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/settings/wcj-settings-pdf-invoicing-header.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
NOTICE CODE_QUALITY Short PHP opening tags or inline template tags may reduce compatibility across environments. includes/settings/wcj-settings-products-xml.php
Quick Prefer full <?php opening tags for maximum portability.
Moderate Apply the same remediation pattern across code quality findings and re-scan to confirm notice issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/core/class-wcj-admin.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/admin/wcj-settings-dashboard.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/admin/wcj-settings-header.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/admin/class-wcj-settings-manager.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/admin/class-wcj-settings-manager.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/admin/wcj-settings-plugins.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/admin/wcj-welcome-screen-content.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/admin/class-wc-settings-jetpack.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/admin/class-wc-settings-jetpack.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Use of unserialize() detected. includes/class-wcj-product-input-fields.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Raw superglobal access detected. includes/export/class-wcj-exporter-orders.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-product-addons.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/class-wcj-product-addons.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-product-price-by-formula.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/class-wcj-track-users.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING SECURITY Raw superglobal access detected. includes/reports/class-wcj-currency-reports.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Use of base64_decode() detected. includes/class-wcj-emails-verification.php
Quick Ensure any encoded payloads are necessary, documented, and never used to obscure executable logic.
Moderate Apply the same remediation pattern across security findings and re-scan to confirm warning issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/class-wcj-product-variation-swatches-term-meta.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/class-wcj-product-variation-swatches-term-meta.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-general.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Raw superglobal access detected. includes/classes/class-wcj-pdf-invoice.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Raw superglobal access detected. includes/classes/class-wcj-shortcodes.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Raw superglobal access detected. includes/classes/class-wcj-module-product-by-condition.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Use of unserialize() detected. includes/functions/wcj-functions-general.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Raw superglobal access detected. includes/functions/wcj-functions-general.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/functions/wcj-functions-general.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/functions/wcj-functions-general.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/functions/wcj-functions-country.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/functions/wcj-functions-admin.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/emails/class-wc-email-wcj-custom.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING PERFORMANCE flush_rewrite_rules() detected. includes/class-wcj-product-by-user.php
Quick Only flush rewrite rules during activation or explicit maintenance flows.
Moderate Apply the same remediation pattern across performance findings and re-scan to confirm warning issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/class-wcj-sales-notifications.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/class-wcj-checkout-files-upload.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Use of unserialize() detected. includes/cart-abandonment/class-wcj-cart-abandonment-orders.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Use of unserialize() detected. includes/cart-abandonment/wcj_cart_abandonment_email_schedules.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/cart-abandonment/wcj_cart_abandonment_email_schedules.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING SECURITY Use of unserialize() detected. includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-shipping-by-cities.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/class-wcj-wishlist.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-product-open-pricing.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/shortcodes/class-wcj-order-items-shortcodes.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/shortcodes/class-wcj-general-shortcodes.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/shortcodes/class-wcj-invoices-shortcodes.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING ACCESSIBILITY Image markup without an alt attribute detected. includes/shortcodes/class-wcj-invoices-shortcodes.php
Quick Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate Audit all templates/components for missing alternative text and update content guidelines.
Advanced Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
WARNING SECURITY Raw superglobal access detected. includes/class-wcj-pdf-invoicing.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/class-wcj-old-slugs.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. includes/wcj-free-functions.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.

Score History

No history available yet. · All-Time High: N/A

All Past Vulnerabilities

Showing all known historical vulnerabilities for this plugin, including open and closed records.

Vulnerability CVE Severity Status Affected Versions Patched Version Updated Source
Booster for WooCommerce <= 5.6.1 - Cross-Site Request Forgery N/A LOW Closed *-5.6.1 5.6.2 2022-07-27 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.7 - Reflected Cross-Site Scripting N/A LOW Closed *-7.1.7 7.1.8 2024-03-25 00:00:00 Wordfence
Booster (<= 5.6.6) and Booster Plus (<= 5.6.4) for WooCommerce - Authenticated (Shop Manager+) Information Exposure via Arbitrary File Download N/A LOW Closed *-5.6.6 5.6.7 2022-10-27 00:00:00 Wordfence
Booster for WooCommerce <= 7.2.4 - Unauthenticated Double Extension Arbitrary File Upload N/A LOW Closed *-7.2.4 7.2.5 2025-08-28 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortocde N/A LOW Closed *-7.1.7 7.1.8 2024-03-06 00:00:00 Wordfence
Booster for WooCommerce (Free <= 5.6.2 and Premium <= 5.6.0) - Authenticated (Subscriber+) Order Modification N/A LOW Closed *-5.6.2 5.6.3 2022-09-19 00:00:00 Wordfence
Booster for WooCommerce (Free <= 5.6.6, Premium <= 5.6.4) - Cross-Site Request Forgery to File Deletion N/A LOW Closed *-5.6.6 5.6.7 2022-10-31 00:00:00 Wordfence
Booster for WooCommerce <= 7.3.2 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed *-7.3.2 7.4.0 2025-10-18 00:00:00 Wordfence
Booster for WooCommerce <= 7.2.4 - Unauthenticated Stored Cross-Site Scripting N/A LOW Closed *-7.2.4 7.2.5 2025-03-31 00:00:00 Wordfence
Booster (<= 5.6.6), Booster Plus (<= 5.6.5), and Booster Elite (<= 1.1.7) for WooCommerce - Cross-Site Request Forgery leading to Arbitrary Custom Role Creation/Deletion N/A LOW Closed *-5.6.6 5.6.7 2022-11-21 00:00:00 Wordfence
Booster for WooCommerce <= 5.4.8 - Reflected Cross-Site Scripting in Product XML Feeds Module N/A LOW Closed [*, 5.4.9) 5.4.9 2021-12-01 00:00:00 Wordfence
Booster for WooCommerce – PDF Invoices, Abandoned Cart, Variation Swatches & 100+ Tools < 7.11.3 - Missing Authorization N/A LOW Closed [*, 7.11.3) 7.11.3 2026-03-17 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.8 - Unauthenticated Arbitrary Shortcode Execution N/A LOW Closed *-7.1.8 7.1.9 2024-05-01 00:00:00 Wordfence
Booster for WooCommerce <= 5.5.9 - Reflected Cross-Site Scripting N/A LOW Closed *-5.5.9 5.6.0 2022-07-04 00:00:00 Wordfence
Booster (<= 6.0.0), Booster Plus (<= 6.0.0), and Booster Elite (<= 6.0.0) for WooCommerce - Cross-Site Request Forgery N/A LOW Closed *-6.0.0 6.0.1 2023-01-02 00:00:00 Wordfence
Booster for WooCommerce <= 7.2.3 - Authenticated (ShopManager+) Stored Cross-Site Scripting via wcj_product_meta Shortcode N/A LOW Closed *-7.2.3 7.2.4 2024-11-25 20:30:56 Wordfence
Booster for WooCommerce 7.0.0 - Authenticated (Shop Manager+) Missing Authorization to Arbitrary Options Update N/A LOW Closed 7.0.0 7.1.0 2023-08-01 00:00:00 Wordfence
Booster for WooCommerce <= 5.6.6 - Cross-Site Request Forgery N/A LOW Closed *-5.6.6 5.6.7 2022-10-27 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.2 - Missing Authorization to Product Creation/Modification N/A LOW Closed *-7.1.2 7.1.3 2023-11-24 00:00:00 Wordfence
Booster for WooCommerce <= 5.4.8 - Reflected Cross-Site Scripting in General Module N/A LOW Closed [*, 5.4.9) 5.4.9 2021-12-01 00:00:00 Wordfence
Booster for WooCommerce 4.0.1 - 7.2.4 - Unauthenticated Arbitrary File Upload N/A LOW Closed 4.0.1-7.2.4 7.2.5 2025-04-03 15:44:39 Wordfence
Booster for WooCommerce 4.0.1 - 7.2.4 - Unauthenticated Stored Cross-Site Scripting N/A LOW Closed 4.0.1-7.2.4 7.2.5 2025-04-03 16:34:51 Wordfence
Booster for WooCommerce <= 7.1.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode N/A LOW Closed *-7.1.2 7.1.3 2023-10-18 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.1 - Missing Authorization to Authenticated (Subscriber+) Order Information Disclosure N/A LOW Closed *-7.1.1 7.1.2 2023-11-24 00:00:00 Wordfence
Booster (<= 5.6.2), Booster Plus (< 6.0.0), and Booster Elite (< 6.0.0) for WooCommerce - Reflected Cross-Site Scripting N/A LOW Closed *-5.6.2 5.6.3 2022-12-05 00:00:00 Wordfence
Booster for WooCommerce <= 7.2.3 - Reflected Cross-Site Scripting N/A LOW Closed *-7.2.3 7.2.4 2024-11-19 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.6 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed *-7.1.6 7.1.7 2024-02-12 00:00:00 Wordfence
Booster for WooCommerce <= 3.7.0 - Cross-Site Scripting N/A LOW Closed [*, 3.8.0) 3.8.0 2018-07-28 00:00:00 Wordfence
Booster for WooCommerce <= 5.6.8 - Cross-Site Request Forgery N/A LOW Closed *-5.6.8 6.0.0 2022-11-30 00:00:00 Wordfence
Booster for WooCommerce <= 5.4.3 - Authentication Bypass N/A LOW Closed *-5.4.3 5.4.4 2021-08-24 15:09:00 Wordfence
Booster for WooCommerce <= 7.4.0 - Missing Authorization N/A LOW Closed *-7.4.0 7.5.0 2025-10-30 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.0 - Authenticated (Subscriber+) Information Disclosure via Shortcode N/A LOW Closed *-7.1.0 7.1.1 2023-09-13 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.1 - Authenticated (Subscriber+) Information Disclosure via Shortcode N/A LOW Closed *-7.1.1 7.1.2 2023-10-04 00:00:00 Wordfence
Booster for WooCommerce <= 5.5.8 - Reflected Cross-Site Scripting N/A LOW Closed *-5.5.8 5.5.9 2022-05-31 00:00:00 Wordfence
Booster for WooCommerce <= 7.1.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode N/A LOW Closed *-7.1.0 7.1.1 2023-09-13 00:00:00 Wordfence
Booster for WooCommerce <= 5.4.8 - Reflected Cross-Site Scripting in PDF Invoicing Module N/A LOW Closed [*, 5.4.9) 5.4.9 2021-12-01 00:00:00 Wordfence
Booster for WooCommerce <= 7.2.5 - Reflected Cross-Site Scripting N/A LOW Closed *-7.2.5 7.2.6 2025-04-22 00:00:00 Wordfence