Same Height Security & Risk Analysis

wordpress.org/plugins/same-height

Force different parts of your content to the same height. Very useful if you want to present to boxes side by side. Responsive and bootstrap-friendly.

100 active installs v1.4.1 PHP + WP 1.3.0+ Updated Jan 24, 2017
cssjavascriptjquerysameheightshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Same Height Safe to Use in 2026?

Generally Safe

Score 85/100

Same Height has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "same-height" plugin v1.4.1 exhibits a generally strong security posture based on the provided static analysis. A significant positive is the complete absence of dangerous functions, file operations, and external HTTP requests. All observed SQL queries utilize prepared statements, and output escaping is handled correctly, which are crucial good practices for preventing common web vulnerabilities. The plugin also has no recorded vulnerability history, suggesting a mature and stable codebase.

However, there are a few areas that warrant caution. The lack of any nonce checks or capability checks across all entry points, including the single shortcode, represents a potential concern. While the attack surface is small (only one shortcode) and there are no unprotected entry points identified, the absence of these security mechanisms means that if any vulnerabilities were to be introduced in the future, they could be more easily exploited. The taint analysis showing zero flows with unsanitized paths is reassuring, but this could be a result of the limited attack surface and absence of complex data handling, rather than inherent robust sanitization across all potential input vectors.

In conclusion, the "same-height" plugin v1.4.1 appears to be well-written and free from known critical vulnerabilities. Its adherence to secure coding practices for SQL and output handling is commendable. The primary area for improvement would be the implementation of appropriate nonce and capability checks for its shortcode to further harden its security against potential future threats, even with its current low-risk profile.

Key Concerns

  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
Vulnerabilities
None known

Same Height Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Same Height Code Analysis

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

Same Height Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[sameheight] same-height.php:27
WordPress Hooks 3
actionwp_enqueue_scriptssame-height.php:15
actionpre_amp_render_postsame-height.php:52
filterthe_contentsame-height.php:54
Maintenance & Trust

Same Height Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJan 24, 2017
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings4
Active installs100
Developer Profile

Same Height Developer Profile

damiarita

3 plugins · 630 total installs

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

How We Detect Same Height

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/same-height/sameHeight.js/wp-content/plugins/same-height/sameHeight.min.js
Script Paths
sameHeight.jssameHeight.min.js

HTML / DOM Fingerprints

CSS Classes
same-heightsame-height-group
Data Attributes
same-height-group
Shortcode Output
<div class='' same-height-'
FAQ

Frequently Asked Questions about Same Height