Interactive Posts Security & Risk Analysis

wordpress.org/plugins/interactive-posts-ippm

Interactive Posts allows you to upload and attach assets to posts from packages enhancing the experience of any post.

0 active installs v1.0.2 PHP 7.4+ WP 5.7.0+ Updated Sep 3, 2024
enhanced-postsjavascriptpackage-managerpackageszip
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Interactive Posts Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The plugin 'interactive-posts-ippm' version 1.0.2 demonstrates a generally good security posture with several positive indicators. Notably, it uses prepared statements for all SQL queries and a high percentage of its outputs are properly escaped, suggesting a proactive approach to preventing common web vulnerabilities like SQL injection and XSS. The absence of known CVEs and a clean vulnerability history further contribute to this positive assessment, indicating a consistent track record of security awareness.

However, there are clear areas of concern. The plugin exposes two REST API routes without any permission callbacks, creating a significant attack surface that is unprotected. While the static analysis did not identify any specific dangerous functions or taint flows, the unprotected REST API endpoints could still be leveraged for various malicious activities if sensitive data or functionality can be accessed without proper authorization. Additionally, while nonce checks are present on AJAX handlers, the lack of capability checks on these entry points and REST API routes is a missed opportunity to enforce granular access control.

In conclusion, while the plugin shows strengths in core security practices like prepared statements and output escaping, the unprotected REST API routes represent a notable weakness. The absence of vulnerabilities in its history is encouraging, but this should not lead to complacency, especially given the identified attack surface. Further investigation into the functionality exposed by the REST API endpoints is recommended to fully understand the potential impact of these unprotected routes.

Key Concerns

  • Unprotected REST API routes
  • REST API routes without permission callbacks
  • AJAX handlers without capability checks
Vulnerabilities
None known

Interactive Posts Security Vulnerabilities

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

Interactive Posts Code Analysis

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

Output Escaping

91% escaped11 total outputs
Attack Surface
2 unprotected

Interactive Posts Attack Surface

Entry Points4
Unprotected2

AJAX Handlers 2

authwp_ajax_ippm_package_deleteajax\deletepackage.php:49
authwp_ajax_ippm_package_uploadajax\uploadpackage.php:96

REST API Routes 2

GET/wp-json/ippm/v1/package/(?P<slug>[a-zA-Z0-9-]+)rest\getpackage.php:17
GET/wp-json/ippm/v1/packagesrest\getpackages.php:26
WordPress Hooks 9
actionadmin_enqueue_scriptsinteractiveposts.php:32
actioninitinteractiveposts.php:46
actionadmin_menuinteractiveposts.php:94
actionwpinteractiveposts.php:113
actionwp_headinteractiveposts.php:139
actionwp_enqueue_scriptsinteractiveposts.php:184
filterscript_loader_taginteractiveposts.php:198
actionrest_api_initrest\getpackage.php:19
actionrest_api_initrest\getpackages.php:28
Maintenance & Trust

Interactive Posts Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedSep 3, 2024
PHP min version7.4
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Interactive Posts Developer Profile

hasanirogers

1 plugin · 0 total installs

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

How We Detect Interactive Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/interactive-posts-ippm/build/interactiveposts.css/wp-content/plugins/interactive-posts-ippm/build/interactiveposts.js
Script Paths
/wp-content/plugins/interactive-posts-ippm/build/interactiveposts.js/wp-content/plugins/interactive-posts-ippm/scripts/es-module-shims.js
Version Parameters
interactive-posts-ippm/build/interactiveposts.css?ver=interactive-posts-ippm/build/interactiveposts.js?ver=

HTML / DOM Fingerprints

CSS Classes
ippm-alertippm-packages
Data Attributes
ippm-alertippm-packageskemet-upload
JS Globals
ippmData
REST Endpoints
/wp-json/ippm/v1/package//wp-json/ippm/v1/packages
Shortcode Output
<ippm-alert><ippm-packages
FAQ

Frequently Asked Questions about Interactive Posts