Display post meta, term meta, comment meta, and user meta Security & Risk Analysis

wordpress.org/plugins/display-metadata

Displays metadata in a metabox on the creation/editing pages for posts (any CPT), terms (any taxonomy), and users. The metadata is shown in a human-re …

80 active installs v1.0.0 PHP 8.1+ WP 4.9.0+ Updated Nov 16, 2024
custom-post-typesdebugmetaboxmetadatataxonomy
71
B · Generally Safe
CVEs total1
Unpatched1
Last CVEMay 30, 2023
Safety Verdict

Is Display post meta, term meta, comment meta, and user meta Safe to Use in 2026?

Mostly Safe

Score 71/100

Display post meta, term meta, comment meta, and user meta is generally safe to use though it hasn't been updated recently. 1 past CVE were resolved. Keep it updated.

1 known CVE 1 unpatched Last CVE: May 30, 2023Updated 1yr ago
Risk Assessment

The plugin "display-metadata" v1.0.0 exhibits a mixed security posture. On the positive side, the static analysis reveals a very small attack surface with no apparent direct entry points like AJAX handlers, REST API routes, or shortcodes that are unprotected. The code also demonstrates good practices by using prepared statements for all SQL queries and performing capability checks, which are crucial for access control. File operations and external HTTP requests are absent, reducing potential attack vectors. However, a significant concern is the low percentage (27%) of properly escaped output. This indicates a risk of Cross-Site Scripting (XSS) vulnerabilities where unsanitized user-supplied data could be rendered directly in the browser.

The vulnerability history is particularly concerning. The plugin has one known CVE, which is currently unpatched and classified as medium severity. The common vulnerability type listed is Cross-site Scripting, directly correlating with the findings from the output escaping analysis. The fact that this vulnerability is unpatched suggests a lack of ongoing maintenance or a failure to address known security flaws in a timely manner, making users susceptible to this exploit. While the current version might not have critical taint flows or unprotected entry points, the historical pattern of XSS vulnerabilities and the presence of an unpatched medium-severity flaw warrant caution.

In conclusion, while "display-metadata" v1.0.0 has strengths in its limited attack surface and secure SQL handling, the insufficient output escaping and the unpatched XSS vulnerability present a notable risk. Users should be aware that the plugin is susceptible to XSS attacks due to improper output handling and that a previously discovered vulnerability remains unaddressed. Continued use of this plugin without patching the known CVE is not recommended.

Key Concerns

  • Unpatched medium severity CVE
  • Low percentage of properly escaped output
Vulnerabilities
1

Display post meta, term meta, comment meta, and user meta Security Vulnerabilities

CVEs by Year

1 CVE in 2023 · unpatched
2023
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

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

Display post meta, term meta, comment meta, and user meta <= 1.0.0 - Authenticated (Contributor+) Stored Cross-Site Scripting

May 30, 2023Unpatched
Code Analysis
Analyzed Mar 16, 2026

Display post meta, term meta, comment meta, and user meta Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
1 prepared
Unescaped Output
8
3 escaped
Nonce Checks
0
Capability Checks
2
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared1 total queries

Output Escaping

27% escaped11 total outputs
Attack Surface

Display post meta, term meta, comment meta, and user meta Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initdisplay-metadata.php:27
actionadd_meta_boxes_commentsrc\Type\class-comment.php:18
actionedit_user_profilesrc\Type\class-user.php:18
actionshow_user_profilesrc\Type\class-user.php:19
Maintenance & Trust

Display post meta, term meta, comment meta, and user meta Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.0
Last updatedNov 16, 2024
PHP min version8.1
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs80
Developer Profile

Display post meta, term meta, comment meta, and user meta Developer Profile

Manuel Canga

3 plugins · 100 total installs

87
trust score
Avg Security Score
90/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Display post meta, term meta, comment meta, and user meta

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/display-metadata/assets/css/style.css
Version Parameters
display-metadata/assets/css/style.css?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Display post meta, term meta, comment meta, and user meta