Simple CSV Tables Security & Risk Analysis

wordpress.org/plugins/simple-csv-tables

Register and Generate tables from .csv files with a shortcode.

10 active installs v1.0.3 PHP 7.2+ WP 4.0+ Updated Apr 6, 2023
csvdatatablesshortcodetable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple CSV Tables Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "simple-csv-tables" plugin, version 1.0.3, presents a generally good security posture based on this static analysis. The plugin demonstrates strong practices by exclusively using prepared statements for all SQL queries and avoiding dangerous functions and external HTTP requests. The limited attack surface, with only one shortcode and no AJAX handlers or REST API routes, further contributes to its security. The absence of any known vulnerabilities in its history is a significant positive indicator.

However, there are a few areas that warrant attention. The taint analysis identified one flow with an unsanitized path, which, although not classified as critical or high severity in this specific instance, represents a potential area for concern if the input is not properly validated before being used in file operations or other sensitive contexts. Additionally, the lack of nonce checks and capability checks across all identified entry points (even though the attack surface is small) could be a weakness. If the single shortcode were to be exploited, the absence of these checks could allow unauthorized access or manipulation.

In conclusion, "simple-csv-tables" v1.0.3 is relatively secure, largely due to its minimal attack surface and good SQL handling. The primary weaknesses lie in the potential for unsanitized path flows and the complete absence of nonces and capability checks, which could become more significant risks if the plugin's functionality or attack surface were to expand in future versions.

Key Concerns

  • Flow with unsanitized path detected
  • Missing nonce checks
  • Missing capability checks
  • Output not properly escaped (1 out of 6)
Vulnerabilities
None known

Simple CSV Tables Security Vulnerabilities

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

Simple CSV Tables Code Analysis

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

Bundled Libraries

DataTables

Output Escaping

83% escaped6 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<class-simple-csv-tables-admin> (admin\class-simple-csv-tables-admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple CSV Tables Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[show_csv_table] public\class-simple-csv-tables-public.php:85
WordPress Hooks 9
actionplugins_loadedincludes\class-simple-csv-tables.php:142
actioninitincludes\class-simple-csv-tables.php:156
actionafter_setup_themeincludes\class-simple-csv-tables.php:157
actioncarbon_fields_register_fieldsincludes\class-simple-csv-tables.php:158
filtermanage_csv-table_posts_columnsincludes\class-simple-csv-tables.php:159
actionmanage_csv-table_posts_custom_columnincludes\class-simple-csv-tables.php:160
actionwp_enqueue_scriptsincludes\class-simple-csv-tables.php:175
actionwp_enqueue_scriptsincludes\class-simple-csv-tables.php:176
actioninitincludes\class-simple-csv-tables.php:177
Maintenance & Trust

Simple CSV Tables Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 6, 2023
PHP min version7.2
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple CSV Tables Developer Profile

Sirvelia

7 plugins · 60 total installs

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

How We Detect Simple CSV Tables

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-csv-tables/public/css/simple-csv-tables.css/wp-content/plugins/simple-csv-tables/public/js/simple-csv-tables.js
Script Paths
/wp-content/plugins/simple-csv-tables/public/js/simple-csv-tables.js
Version Parameters
simple-csv-tables/public/css/simple-csv-tables.css?ver=simple-csv-tables/public/js/simple-csv-tables.js?ver=

HTML / DOM Fingerprints

CSS Classes
csv-table
Shortcode Output
[csv_table id=
FAQ

Frequently Asked Questions about Simple CSV Tables