Extra Shortcodes Security & Risk Analysis

wordpress.org/plugins/extra-shortcodes

[extra_archives], [extra_taxonomies], [bloginfo show="name"], [date format="l jS \of F Y"], [date_i18n], [time]

1K active installs v2.2 PHP + WP 3.0+ Updated Apr 13, 2023
archivearchivescategoryshortcodeshortcodes
63
C · Use Caution
CVEs total1
Unpatched1
Last CVEDec 31, 2025
Safety Verdict

Is Extra Shortcodes Safe to Use in 2026?

Use With Caution

Score 63/100

Extra Shortcodes has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Dec 31, 2025Updated 3yr ago
Risk Assessment

The "extra-shortcodes" plugin v2.2 exhibits a mixed security posture. On the positive side, the static analysis reveals no dangerous functions, all SQL queries are properly prepared, and all outputs are correctly escaped. There are no file operations or external HTTP requests, and the absence of taint flows with unsanitized paths is also a strong indicator of secure coding practices. However, there are significant concerns regarding the lack of explicit authorization checks.

The plugin's attack surface consists entirely of 18 shortcodes, none of which have explicit nonce or capability checks. While this is a positive that there are no unprotected entry points in the analyzed AJAX handlers and REST API routes, the shortcodes represent a substantial blind spot for security. The vulnerability history shows one known medium-severity CVE for Cross-Site Scripting (XSS), which was last patched on 2025-12-31. The fact that this vulnerability is currently unpatched is a critical issue and suggests a lack of ongoing maintenance or a delayed response to security advisories.

In conclusion, while the plugin demonstrates good practices in areas like SQL preparation and output escaping, the complete absence of authorization checks on shortcodes and the presence of an unpatched medium-severity XSS vulnerability introduce significant risks. The shortcodes, as a primary entry point, should have robust security measures in place to prevent potential abuse. The unpatched vulnerability is a direct and present danger to users of this plugin.

Key Concerns

  • Unpatched Medium Severity CVE
  • Shortcodes lack nonce/capability checks
Vulnerabilities
1 published

Extra Shortcodes Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-62111medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Extra Shortcodes <= 2.2 - Authenticated (Contributor+) Stored Cross-Site Scripting

Dec 31, 2025Unpatched
Version History

Extra Shortcodes Release Timeline

v2.2Current1 CVE
v2.11 CVE
v2.01 CVE
v1.61 CVE
v1.51 CVE
v1.41 CVE
v1.31 CVE
v1.21 CVE
v1.11 CVE
v1.01 CVE
Code Analysis
Analyzed Mar 16, 2026

Extra Shortcodes Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
16 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

100% escaped16 total outputs
Attack Surface

Extra Shortcodes Attack Surface

Entry Points18
Unprotected0

Shortcodes 18

[extra_archives] extra-shortcodes.php:20
[extra_taxonomies] extra-shortcodes.php:22
[bloginfo] extra-shortcodes.php:24
[site_name] extra-shortcodes.php:26
[site_desc] extra-shortcodes.php:27
[site_url] extra-shortcodes.php:28
[wp_version] extra-shortcodes.php:29
[date] extra-shortcodes.php:31
[date_i18n] extra-shortcodes.php:32
[time] extra-shortcodes.php:34
[year] extra-shortcodes.php:35
[month] extra-shortcodes.php:36
[month_name] extra-shortcodes.php:37
[day] extra-shortcodes.php:38
[weekday] extra-shortcodes.php:39
[hours] extra-shortcodes.php:40
[minutes] extra-shortcodes.php:41
[seconds] extra-shortcodes.php:42
WordPress Hooks 1
filterplugin_row_metaextra-shortcodes.php:44
Maintenance & Trust

Extra Shortcodes Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 13, 2023
PHP min version
Downloads17K

Community Trust

Rating82/100
Number of ratings10
Active installs1K
Developer Profile

Extra Shortcodes Developer Profile

webvitaly

14 plugins · 128K total installs

66
trust score
Avg Security Score
81/100
Avg Patch Time
396 days
View full developer profile
Detection Fingerprints

How We Detect Extra Shortcodes

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/extra-shortcodes/extra-shortcodes.php

HTML / DOM Fingerprints

HTML Comments
Powered by Extra Shortcodes wordpress.org/plugins/extra-shortcodes/
Shortcode Output
<ul></ul>
FAQ

Frequently Asked Questions about Extra Shortcodes