Better LearnDash API Security & Risk Analysis

wordpress.org/plugins/better-learndash-api

An API for LearnDash, specially tailored for the Dutch service Autorespond.

30 active installs v0.5.7 PHP + WP 4.0+ Updated Apr 4, 2024
apiautorespondlearndash
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Better LearnDash API Safe to Use in 2026?

Generally Safe

Score 85/100

Better LearnDash API 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 "better-learndash-api" v0.5.7 plugin presents a mixed security posture. On the positive side, it demonstrates good practices by not utilizing dangerous functions, performing all SQL queries with prepared statements, and avoiding file operations and external HTTP requests. The absence of any recorded vulnerabilities, including CVEs, suggests a history of responsible development or minimal exposure to attackers. However, significant concerns arise from the static analysis. The plugin has a small attack surface but crucially, one AJAX handler lacks authentication checks. This is a direct pathway for unauthenticated users to interact with the plugin's backend functionality.

Taint analysis reveals two flows with unsanitized paths, both flagged as high severity. This indicates that data originating from user input or untrusted sources could be processed in a way that leads to security issues, potentially related to the unprotected AJAX handler. While the lack of critical severity issues in taint analysis and the absence of CVEs are positive indicators, the presence of unprotected entry points and high-severity taint flows are serious weaknesses that require immediate attention. The plugin's strengths lie in its avoidance of common risky practices, but its specific implementation details create exploitable scenarios.

Key Concerns

  • AJAX handler without authentication
  • High severity taint flows (2)
  • Low output escaping (33%)
  • No nonce checks on AJAX
  • No capability checks
Vulnerabilities
None known

Better LearnDash API Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Better LearnDash API Release Timeline

v0.5.7Current
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
Code Analysis
Analyzed Apr 16, 2026

Better LearnDash API Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

33% escaped36 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
blda_show_log (better-learndash-api.php:254)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Better LearnDash API Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_blda_download_log_csvbetter-learndash-api.php:89
WordPress Hooks 6
actionadmin_menubetter-learndash-api.php:73
actionadmin_initbetter-learndash-api.php:76
actionadmin_enqueue_scriptsbetter-learndash-api.php:79
actioninitbetter-learndash-api.php:82
actionplugins_loadedbetter-learndash-api.php:86
filterplugin_action_linksbetter-learndash-api.php:92
Maintenance & Trust

Better LearnDash API Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedApr 4, 2024
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Better LearnDash API Developer Profile

rickonline_nl

3 plugins · 240 total installs

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

How We Detect Better LearnDash API

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/better-learndash-api/assets/css/style-admin.css

HTML / DOM Fingerprints

HTML Comments
<!-- hint: registers custom plugin admin menus --><!-- hint: add Settings link to Plugins page --><!-- hint: adds custom css to head --><!-- hint: Create table wp_blda_log -->+6 more
FAQ

Frequently Asked Questions about Better LearnDash API