AudioDots Player Security & Risk Analysis

wordpress.org/plugins/audiodots-player

AudioDots allows site owners to stream their content as audio to their audience on the go, over mobile and connected devices.

0 active installs v1.0.0 PHP 7.0.0+ WP 5.3.0+ Updated Jan 4, 2022
audiospeechtalktext-to-speechvoice
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AudioDots Player Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The audiodots-player plugin v1.0.0 exhibits a mixed security posture. On the positive side, it demonstrates good practices by not utilizing dangerous functions, performing SQL queries exclusively with prepared statements, and having no recorded vulnerability history. This suggests a developer who is aware of common web security pitfalls regarding database interactions and historical exploits. However, there are notable areas of concern. A significant portion of the plugin's output (57%) is not properly escaped, which presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities. Furthermore, the plugin has two REST API routes that lack permission callbacks, creating an unnecessary attack surface that could be exploited by unauthenticated users. The presence of a taint flow with unsanitized paths, although not classified as critical or high severity, warrants attention as it could indicate potential for insecure file handling or path traversal if further investigation reveals specific exploitable conditions.

While the absence of CVEs and dangerous functions is encouraging, the identified issues with output escaping and unprotected REST API endpoints are significant weaknesses. The taint analysis, even if not currently high severity, combined with the lack of proper authorization on REST API routes, suggests that an attacker could potentially manipulate the plugin's behavior or inject malicious scripts. The plugin's strengths lie in its SQL handling and lack of historical exploits, but its weaknesses in input sanitization (implied by unescaped output) and access control for its API present tangible risks that should be addressed.

Key Concerns

  • REST API routes without permission callbacks
  • Unescaped output identified
  • Taint flow with unsanitized paths
Vulnerabilities
None known

AudioDots Player Security Vulnerabilities

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

AudioDots Player Code Analysis

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

Output Escaping

43% escaped7 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<view-admin> (view-admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

AudioDots Player Attack Surface

Entry Points4
Unprotected2

AJAX Handlers 1

authwp_ajax_adp_set_playerninedotsplayer.php:30

REST API Routes 2

GET/wp-json/api/jsonGetLastToArticle?dateStart=(?P<dateStart>\d+)&dateEnd=(?P<dateEnd>\d+)ninedotsplayer.php:73
GET/wp-json/api/jsonGetLastToArticleninedotsplayer.php:80

Shortcodes 1

[ninedotsplayer] ninedotsplayer.php:66
WordPress Hooks 5
actionadmin_menuninedotsplayer.php:19
filterthe_contentninedotsplayer.php:44
actionwp_enqueue_scriptsninedotsplayer.php:46
actionrest_api_initninedotsplayer.php:72
actionrest_api_initninedotsplayer.php:79
Maintenance & Trust

AudioDots Player Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedJan 4, 2022
PHP min version7.0.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

AudioDots Player Developer Profile

audiodots

1 plugin · 0 total installs

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

How We Detect AudioDots Player

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/audiodots-player/9dots.css/wp-content/plugins/audiodots-player/9dots.js
Script Paths
https://app.audiodots.com/js/ninedotsplayer.js
Version Parameters
preload9dots-styleninedotsplayer-css-plugin

HTML / DOM Fingerprints

CSS Classes
wp-nine-dots-playernine-dots-playervisible
REST Endpoints
/wp-json/api/json/GetLastToArticle/wp-json/api/json/GetLastToArticle?dateStart=(?P<dateStart>\d+)&dateEnd=(?P<dateEnd>\d+)
Shortcode Output
<div class="wp-nine-dots-player"><div id="nine-dots-player" class="visible"></div></div>
FAQ

Frequently Asked Questions about AudioDots Player