Jetpack – WP Security, Backup, Speed, & Growth

Slug: jetpack · Automattic · 3,000,000+

Actively maintained
Jetpack – WP Security, Backup, Speed, & Growth banner image

Overall Score

Some areas need attention

69
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:17 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 3:50 pm (19 minutes ago)

No known open vulnerabilities found.

AI-Generated Summary

Jetpack – WP Security, Backup, Speed, & Growth currently scores 69/100 (needs review). Latest scan findings include 1 errors and 33 warnings.

Strengths

  • No open vulnerabilities are currently recorded in tracked sources.

Risks

  • 1 error-level issue was detected in the latest scan.

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.

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 108 total points.

Rule Hits Impact Share
Security issue: Warning 27 -108 100%
W
WP.org Readiness
90
Excellent
Why this score?

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

Rule Hits Impact Share
Repo issue: Error 1 -8 80%
Repo issue: Notice 2 -2 20%
Speed
Performance
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.

Code
Code Quality
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.

A11y
Accessibility
88
Good
Why this score?

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

Rule Hits Impact Share
Accessibility issue: Warning 6 -12 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: 15.8
  • Active Installs: 3,000,000+
  • Last Updated: 2026-05-05 17:28:00
  • Tested up to: 7.0
  • Requires PHP: 7.2
  • Rating: 3.8/5 (2,397 ratings)
  • Support: 27/39 resolved (69%)
  • View on WordPress.org
  • Download Plugin

Scan Summary

  • Errors: 1
  • Warnings: 33
  • Notices: 2
  • Last Scanned: 2026-05-22 21:17:08
  • 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:17:08) to previous scan (2026-05-21 15:59:28).
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 Use of unserialize() detected. sal/class.json-api-post-base.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. sal/class.json-api-links.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. 3rd-party/jetpack-boost.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. 3rd-party/woocommerce-services.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. 3rd-party/vaultpress.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. 3rd-party/creative-mail.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. 3rd-party/jetpack-backup.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. class.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 SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. class.jetpack.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.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 base64_decode() detected. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.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 Raw superglobal access detected. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.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 Direct database query detected without an immediately visible $wpdb->prepare() wrapper. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.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. jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-feedback-email-renderer.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. jetpack_vendor/automattic/jetpack-paypal-payments/src/widget/simple-payments/form.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 base64_decode() detected. jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.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 Use of base64_decode() detected. jetpack_vendor/automattic/jetpack-connection/src/class-tokens.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 Use of base64_decode() detected. jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.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 Raw superglobal access detected. jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.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. jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.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 ACCESSIBILITY Image markup without an alt attribute detected. jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.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. jetpack_vendor/automattic/jetpack-connection/src/class-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 Raw superglobal access detected. jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.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. jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.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. jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.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. jetpack_vendor/automattic/jetpack-connection/src/class-tracking.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. jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.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. jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.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.
NOTICE REPO Translation functions are present, but no textdomain loader was detected.
Quick Call load_plugin_textdomain() during plugin bootstrap so translations can be loaded.
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.

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
Jetpack <= 3.4.2 - Reflected Cross-Site Scripting N/A LOW Closed [*, 3.4.3) 3.4.3 2015-04-20 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth <= 3.9.1 - Cross-Site Scripting via LaTeX markup within HTML elements N/A LOW Closed *-3.9.1 3.9.2 2016-02-25 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth <= 13.3.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via wpvideo Shortcode N/A LOW Closed *-13.3.1 13.4 2024-05-13 20:29:28 Wordfence
JetPack <= 9.7 - Information Disclosure N/A LOW Closed [2.0, 2.0.8), [2.1, 2.1.6), [2.2, 2.2.9), [2.3, 2.3.9), [2.4, 2.4.6), [2.5, 2.5.4) 2.0.8 2021-06-01 00:00:00 Wordfence
Jetpack <= 4.0.2 - Cross-Site Scripting N/A LOW Closed [*, 4.0.3) 4.0.3 2017-04-26 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth < 4.2 - Reflected Cross-Site Scripting N/A LOW Closed [*, 4.2) 4.2 2017-04-26 00:00:00 Wordfence
Jetpack < 13.9.1 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Disclosure N/A LOW Closed 10.0-10.0.1, 10.1-10.1.1, 10.2-10.2.2, 10.3-10.3.1, 10.4-10.4.1, 10.5-10.5.2 10.0.2 2024-10-14 00:00:00 Wordfence
Jetpack < 7.0.1 - Cross-Site Scripting N/A LOW Closed *-7.0 7.0.1 2019-02-14 00:00:00 Wordfence
Jetpack <= 7.9 - Stored Cross-Site Scripting N/A LOW Closed [*, 5.1), [5.1, 5.1.1), [5.2, 5.2.2), [5.3, 5.3.1), [5.4, 5.4.1), [5.5, 5.5.2) 5.1.1 2019-10-19 00:00:00 Wordfence
Jetpack <= 3.7.1 - Information disclosure N/A LOW Closed *-3.7.1 3.7.2 2015-10-01 00:00:00 Wordfence
Jetpack <= 13.7 - Unauthenticated Arbitrary Block & Shortcode Execution N/A LOW Closed *-13.7 13.8 2024-10-17 00:00:00 Wordfence
Jetpack <= 12.8-a.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via block attribute N/A LOW Closed * - 12.8-a.1 12.8-a.3 2023-11-16 00:00:00 Wordfence
Jetpack <= 13.7 & Jetpack Boost <= 3.4.7 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed *-13.7 13.8 2024-10-17 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth < 4.2 - Timing Attack N/A LOW Closed [*, 4.2) 4.2 2017-04-26 00:00:00 Wordfence
Jetpack <= 4.0.3 - Cross-Site Scripting N/A LOW Closed [*, 4.0.4) 4.0.4 2016-06-20 00:00:00 Wordfence
Jetpack < 12.7 - Authenticated(Contributor+) Clickjacking via Iframe Injection N/A LOW Closed [*, 12.7) 12.7 2023-11-16 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth <= 3.9.1 - Sensitive Information Disclosure N/A LOW Closed *-3.9.1 3.9.2 2016-02-25 00:00:00 Wordfence
Jetpack <= 12.1 - Authenticated (Author+) Arbitrary File Manipulation N/A LOW Closed 10.0, 10.1, 10.2-10.2.1, 10.3, 10.4, 10.5-10.5.1 10.0.1 2023-05-30 00:00:00 Wordfence
Jetpack <= 3.7.1 - Stored Cross-Site Scripting N/A LOW Closed *-3.7.1 3.7.2 2015-10-01 00:00:00 Wordfence
Jetpack 13.0 - 14.0 - Reflected DOM-based Cross-Site Scripting N/A LOW Closed 13.0-14.0 14.1 2024-12-04 00:00:00 Wordfence
Jetpack <= 6.4.2 - Cross-Site Scripting via post_meta N/A LOW Closed *-6.4.2 6.5 2018-12-11 00:00:00 Wordfence
Jetpack <= 3.5.2 - Cross-Site Scripting N/A LOW Closed *-3.5.2 3.5.3 2015-05-06 00:00:00 Wordfence
Jetpack <= 12.6.2 - Improper Authorization via WPCom External Media REST endpoints N/A LOW Closed [*, 12.7) 12.7 2023-11-16 00:00:00 Wordfence
Jetpack – WP Security, Backup, Speed, & Growth < 4.2 - CSV Injection N/A LOW Closed [*, 4.2) 4.2 2017-04-26 00:00:00 Wordfence
Jetpack < 2.9.3 - Security Bypass N/A LOW Closed *-1.8, 1.9-1.9.3, 2.0-2.0.8, 2.1-2.1.3, 2.2-2.2.6, 2.3-2.3.6 1.9.4 2014-08-26 00:00:00 Wordfence