Columns Security & Risk Analysis

wordpress.org/plugins/columns

This WordPress plugin boosts your website with... you guessed it, columns!

3K active installs v0.7.3 PHP + WP 4.4+ Updated Nov 28, 2017
columnsshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Columns Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'columns' plugin version 0.7.3 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, external HTTP requests, file operations, and a complete reliance on prepared statements for SQL queries are excellent indicators of secure coding practices. All identified output is properly escaped, mitigating the risk of cross-site scripting vulnerabilities. Furthermore, the plugin has no recorded history of vulnerabilities, including critical or high-severity ones, suggesting a consistent commitment to security by its developers.

While the static analysis reveals no immediate critical risks, the lack of nonce and capability checks on the identified entry points (shortcodes) presents a potential concern. Although the attack surface is small (2 shortcodes) and there are no direct unprotected entry points reported in the static analysis, shortcodes can sometimes be exploited if their functionality relies on sensitive operations or user-supplied data that isn't adequately validated or authorized. The taint analysis reporting zero flows analyzed is also noteworthy; it suggests either the plugin's functionality is simple enough to not require complex taint tracking or that the analysis might have limitations. Overall, this plugin appears to be well-coded and historically secure, but the absence of robust authorization checks on its shortcode functionality warrants careful consideration.

Key Concerns

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

Columns Security Vulnerabilities

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

Columns Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface

Columns Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[column] columns.php:23
[column-group] columns.php:24
WordPress Hooks 2
actioninitcolumns.php:18
actionwp_enqueue_scriptscolumns.php:19
Maintenance & Trust

Columns Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedNov 28, 2017
PHP min version
Downloads91K

Community Trust

Rating82/100
Number of ratings22
Active installs3K
Developer Profile

Columns Developer Profile

Konstantin Kovshenin

15 plugins · 19K total installs

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

How We Detect Columns

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/columns/columns.css
Version Parameters
columns.css?ver=

HTML / DOM Fingerprints

CSS Classes
columncolumn-number-%dcolumn-span-%dcolumn-groupcolumns-%dlast
Shortcode Output
<div class="column column-number- column-span-"></div>
FAQ

Frequently Asked Questions about Columns