All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic

Slug: all-in-one-seo-pack · Syed Balkhi · 3,000,000+

Actively maintained
All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic banner image

Overall Score

Good overall quality

88
Good

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:32 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 (29 minutes ago)

No known open vulnerabilities found.

AI-Generated Summary

All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic currently scores 88/100 (good). Latest scan findings include 0 errors and 17 warnings.

Strengths

  • Overall score is in a strong range for production use.
  • No open vulnerabilities are currently recorded in tracked sources.

Recommended Next Actions

  • 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
68
Needs Review
Why this score?

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

Rule Hits Impact Share
Security issue: Warning 8 -32 100%
W
WP.org Readiness
96
Excellent
Why this score?

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

Rule Hits Impact Share
Repo issue: Notice 1 -1 100%
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
98
Excellent
Why this score?

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

Rule Hits Impact Share
Code Quality issue: Notice 2 -2 100%
A11y
Accessibility
84
Good
Why this score?

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

Rule Hits Impact Share
Accessibility issue: Warning 8 -16 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: 4.9.9
  • Active Installs: 3,000,000+
  • Last Updated: 2026-06-24 16:31:00
  • Tested up to: 7.0
  • Requires PHP: 7.2
  • Rating: 4.7/5 (5,152 ratings)
  • Support: 32/33 resolved (97%)
  • View on WordPress.org
  • Download Plugin

Scan Summary

  • Errors: 0
  • Warnings: 17
  • Notices: 3
  • Last Scanned: 2026-05-22 21:32:10
  • 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:32:10) to previous scan (2026-05-21 19:00:33).
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.
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 Raw superglobal access detected. app/init/notices.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. app/Common/Standalone/DetailsColumn.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. app/Common/Ai/Image.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.
NOTICE CODE_QUALITY Short PHP opening tags or inline template tags may reduce compatibility across environments. app/Common/Sitemap/Xsl.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.
NOTICE CODE_QUALITY Short PHP opening tags or inline template tags may reduce compatibility across environments. app/Common/Sitemap/Output.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. app/Common/Sitemap/Image/ThirdParty.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. app/Common/Main/Uninstall.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. app/Common/Views/admin/settings-page.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. app/Common/Views/report/summary.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. app/Common/Social/Image.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. app/Common/Traits/Helpers/WpContext.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. app/Common/Traits/Helpers/ThirdParty.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. app/Common/Schema/Graphs/Article/Article.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 PERFORMANCE flush_rewrite_rules() detected. app/Common/Options/Options.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 SECURITY Raw superglobal access detected. app/Common/Admin/Notices/DeprecatedWordPress.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. app/Common/Utils/Helpers.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. app/Common/Utils/Cache.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. app/Common/Utils/Tags.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.

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
All in One SEO <= 2.1.5 - Missing Authorization N/A LOW Closed *-2.1.5 2.1.6 2014-05-31 00:00:00 Wordfence
All In One SEO Pack <= 3.2.6 - Stored Cross-Site Scripting N/A LOW Closed *-3.2.6 3.2.7 2019-10-16 00:00:00 Wordfence
All in One SEO <= 4.6.0 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed *-4.6.0 4.6.1.1 2024-04-29 00:00:00 Wordfence
All in One SEO <= 2.2.6.1 - Reflected Cross-Site Scripting N/A LOW Closed [*, 2.2.6.2) 2.2.6.2 2015-04-20 00:00:00 Wordfence
All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic <= 4.8.9 - Missing Authorization to Authenticated (Contributor+) Arbitrary Media Deletion N/A LOW Closed *-4.8.9 4.9.0 2025-11-14 16:58:45 Wordfence
All In One SEO Pack <= 4.8.7.1 - Missing Authorization N/A LOW Closed *-4.8.7.1 4.8.7.2 2025-09-22 00:00:00 Wordfence
All in One SEO <= 4.9.7 - Authenticated (Contributor+) Sensitive Information Exposure via 'internalOptions' Localized Script Data N/A LOW Closed *-4.9.7 4.9.7.1 2026-05-19 14:51:29 Wordfence
All in One SEO 4.0.0 - 4.1.5.2 Authorization Bypass N/A LOW Closed 4.0.0-4.1.5.2 4.1.5.3 2021-12-14 00:00:00 Wordfence
All in One SEO Pack <= 4.2.9 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed *-4.2.9 4.3.0 2023-02-24 00:00:00 Wordfence
All in One SEO – Best WordPress SEO Plugin – Easily Improve SEO Rankings & Increase Traffic <= 4.6.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode N/A LOW Closed *-4.6.0 4.6.1.1 2024-04-29 00:00:00 Wordfence
All in One SEO <= 2.2.5.1 - Information Disclosure N/A LOW Closed [*, 2.2.6) 2.2.6 2015-03-31 00:00:00 Wordfence
All in One SEO Pack <= 4.2.9 - Authenticated (Administrator+) Stored Cross-Site Scripting N/A LOW Closed *-4.2.9 4.3.0 2023-02-24 00:00:00 Wordfence
All in One SEO Pack <= 3.6.1 - Authenticated (Contributor+) Stored Cross-Site Scripting N/A LOW Closed [*, 3.6.2) 3.6.2 2020-07-16 00:00:00 Wordfence
All in One SEO – Best WordPress SEO Plugin – Easily Improve SEO Rankings & Increase Traffic <= 2.3.6 - Stored Cross-Site Scripting N/A LOW Closed [*, 2.3.7) 2.3.7 2016-07-01 00:00:00 Wordfence
All In One SEO Pack <= 4.9.1 - Authenticated (Contributor+) SQL Injection N/A LOW Closed *-4.9.1 4.9.1.1 2025-12-06 00:00:00 Wordfence
All in One SEO <= 2.1.5 - Cross-Site Scripting N/A LOW Closed *-2.1.5 2.1.6 2014-05-31 00:00:00 Wordfence
All in One SEO <= 4.2.3.1 - Cross-Site Request Forgery N/A LOW Closed *-4.2.3.1 4.2.4 2022-09-05 00:00:00 Wordfence
All in One SEO <= 2.9.1.1 - Authenticated Stored Cross-Site Scripting N/A LOW Closed [*, 2.10) 2.10 2018-10-18 00:00:00 Wordfence
All in One SEO Pack <= 4.8.1.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via Post Meta Description and Canonical URL N/A LOW Closed *-4.8.1.1 4.8.2 2025-05-18 16:21:32 Wordfence
All in One SEO <= 4.1.0.1 - Authenticated Code Injection N/A LOW Closed [*, 4.1.0.2) 4.1.0.2 2021-05-09 00:00:00 Wordfence
All in One SEO 4.1.3.1 - 4.1.5.2 - Authenticated SQL Injection N/A LOW Closed 4.1.3.1-4.1.5.2 4.1.5.3 2021-12-14 00:00:00 Wordfence
All In One SEO Pack <= 4.8.7.1 - Authenticated (Contributor+) Sensitive Information Exposure N/A LOW Closed *-4.8.7.1 4.8.7.2 2025-09-22 00:00:00 Wordfence
All in One SEO Pack <= 2.3.7 - Unauthenticated Stored Cross-Site Scripting N/A LOW Closed [*, 2.3.8) 2.3.8 2016-07-13 00:00:00 Wordfence
All In One SEO Pack <= 4.8.6.1 - Authenticated (Subscriber+) Information Exposure N/A LOW Closed *-4.8.6.1 4.8.7 2025-11-26 00:00:00 Wordfence
All in One SEO <= 2.2.4.1 - Privilege Escalation to Arbitrary Post Modification N/A LOW Closed *-2.2.4.1 2.2.5 2014-05-31 00:00:00 Wordfence
All in One SEO <= 2.0.3 - Cross-Site Scripting via Search Parameter N/A LOW Closed *-2.0.3 2.0.3.1 2014-08-01 00:00:00 Wordfence
All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic <= 4.9.2 - Missing Authorization to Authenticated (Contributor+) AI Access Token and Credit Disclosure N/A LOW Closed *-4.9.2 4.9.3 2026-01-15 16:24:16 Wordfence