Course Box Security & Risk Analysis

wordpress.org/plugins/course-box

A WordPress plugin that integrates with WooCommerce to import products from an external API with advanced features like pagination, search, and import …

10 active installs v1.0.4 PHP 7.4+ WP 5.0+ Updated Jan 9, 2026
apicourseseducationimportwoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Course Box Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The course-box plugin v1.0.4 exhibits a generally positive security posture with a small attack surface and no recorded vulnerabilities. The plugin demonstrates good practices by implementing nonce checks and capability checks on its AJAX handlers, and the absence of file operations and bundled libraries is also a positive sign. However, the static analysis reveals some areas for improvement. A significant portion of the SQL queries (50%) are not using prepared statements, which could expose the plugin to SQL injection vulnerabilities if not handled carefully. Additionally, 39% of output escalations are not properly escaped, posing a risk of cross-site scripting (XSS) attacks. The taint analysis shows two flows with unsanitized paths, which, while not classified as critical or high, warrant investigation and remediation to ensure all data entering the application is appropriately sanitized. The lack of historical vulnerabilities is encouraging but should not lead to complacency, as new issues can emerge.

In conclusion, while the plugin has a low risk profile due to its limited attack surface and clean vulnerability history, the presence of raw SQL queries and unescaped output represents tangible risks that should be addressed. The unsanitized paths in the taint analysis also indicate potential weaknesses that require attention. Addressing these specific code-level concerns would further strengthen the plugin's security.

Key Concerns

  • SQL queries not using prepared statements
  • Output escaping not properly implemented
  • Flows with unsanitized paths
Vulnerabilities
None known

Course Box Security Vulnerabilities

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

Course Box Code Analysis

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

SQL Query Safety

50% prepared4 total queries

Output Escaping

61% escaped85 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
handle_fetch_courses_ajax (course-box.php:345)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Course Box Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_course_box_importcourse-box.php:63
authwp_ajax_course_box_fetch_coursescourse-box.php:64
WordPress Hooks 8
actionplugins_loadedcourse-box.php:60
actionadmin_menucourse-box.php:61
actionadmin_enqueue_scriptscourse-box.php:62
actionbefore_woocommerce_initcourse-box.php:67
actionadmin_noticescourse-box.php:86
actionadmin_initincludes\class-course-box-admin.php:23
actionadmin_noticesincludes\class-course-box-admin.php:24
actionwoocommerce_thankyouincludes\class-course-box-core.php:25
Maintenance & Trust

Course Box Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedJan 9, 2026
PHP min version7.4
Downloads378

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Course Box Developer Profile

coursebox

1 plugin · 10 total installs

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

How We Detect Course Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/course-box/assets/admin.css/wp-content/plugins/course-box/assets/admin.js
Script Paths
/wp-content/plugins/course-box/assets/admin.js
Version Parameters
course-box/assets/admin.css?ver=course-box/assets/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
course-box-admincourse-box-dashboarddashboard-cardstatus-itemsstatus-itemstatus-labelstatus-valuestatus-success+1 more
Data Attributes
data-course-box-import-button
JS Globals
courseBoxAjax
FAQ

Frequently Asked Questions about Course Box