Mytory Markdown Security & Risk Analysis

wordpress.org/plugins/mytory-markdown

The plugin get markdown file URL like github raw content url. It convert markdown file to html, and put it to post content.

50 active installs v1.6.5 PHP + WP + Updated Nov 23, 2022
githubmarkdownmarkdown-editormd
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Mytory Markdown Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The mytory-markdown plugin v1.6.5 presents a notable security risk due to its direct exposure of two AJAX handlers without any authentication or capability checks. This significantly increases its attack surface, allowing unauthenticated users to potentially trigger these handlers. Furthermore, the code analysis reveals the use of dangerous functions like `create_function` and `exec`, which are often associated with execution vulnerabilities. The complete lack of prepared statements for SQL queries is a critical concern, leaving the plugin highly susceptible to SQL injection attacks. While the taint analysis did not reveal critical or high severity issues in the analyzed flows, the presence of one flow with an unsanitized path is still a potential risk. The plugin's history of zero known CVEs is a positive indicator, suggesting a generally good track record. However, this does not mitigate the immediate risks identified in the static analysis, particularly the unprotected AJAX endpoints and insecure SQL practices. The plugin's strengths lie in its lack of known vulnerabilities and limited number of entry points. Conversely, its weaknesses are significant and require immediate attention, especially the unprotected AJAX handlers and the high risk of SQL injection.

Key Concerns

  • AJAX handlers without auth checks
  • Use of dangerous functions (create_function, exec)
  • Raw SQL queries without prepared statements
  • Low percentage of properly escaped output
  • Flows with unsanitized paths
  • Missing nonce checks on AJAX handlers
Vulnerabilities
None known

Mytory Markdown Security Vulnerabilities

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

Mytory Markdown Code Analysis

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

Dangerous Functions Found

create_function$this->utf8_strlen = create_function('$text', 'return preg_match_all(markdown.php:1763
execexec($command, $result, $return_var);MMMultimarkdown.php:16

SQL Query Safety

0% prepared2 total queries

Output Escaping

11% escaped19 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
convert_in_text_mode (main.php:599)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Mytory Markdown Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_mytory_md_update_editormain.php:41
authwp_ajax_mytory_md_convert_in_text_modemain.php:42
WordPress Hooks 26
actionplugins_loadedmain.php:27
actionpre_get_postsmain.php:29
filterthe_contentmain.php:31
actionpre_get_postsmain.php:36
filterthe_contentmain.php:38
actionadd_meta_boxesmain.php:39
actionsave_postmain.php:40
actionadmin_menumain.php:43
actionadmin_initmain.php:44
actionadmin_enqueue_scriptsmain.php:45
actionadmin_noticesmain.php:680
actionadmin_menumain.php:682
filterthe_contentmarkdown.php:90
filterthe_content_rssmarkdown.php:91
filterget_the_excerptmarkdown.php:92
filterget_the_excerptmarkdown.php:93
filterthe_excerptmarkdown.php:94
filterthe_excerpt_rssmarkdown.php:95
filterthe_contentmarkdown.php:99
filterget_the_excerptmarkdown.php:100
filterpre_comment_contentmarkdown.php:127
filterpre_comment_contentmarkdown.php:128
filterpre_comment_contentmarkdown.php:129
filterget_comment_textmarkdown.php:130
filterget_comment_excerptmarkdown.php:131
filterget_comment_excerptmarkdown.php:132
Maintenance & Trust

Mytory Markdown Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedNov 23, 2022
PHP min version
Downloads10K

Community Trust

Rating100/100
Number of ratings8
Active installs50
Developer Profile

Mytory Markdown Developer Profile

An, Hyeong-woo

3 plugins · 130 total installs

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

How We Detect Mytory Markdown

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mytory-markdown/css/style.css/wp-content/plugins/mytory-markdown/js/script.js/wp-content/plugins/mytory-markdown/js/markdown-it.min.js/wp-content/plugins/mytory-markdown/js/prism.js
Script Paths
/wp-content/plugins/mytory-markdown/js/script.js/wp-content/plugins/mytory-markdown/js/markdown-it.min.js/wp-content/plugins/mytory-markdown/js/prism.js
Version Parameters
mytory-markdown/css/style.css?ver=mytory-markdown/js/script.js?ver=mytory-markdown/js/markdown-it.min.js?ver=mytory-markdown/js/prism.js?ver=

HTML / DOM Fingerprints

CSS Classes
mytory-markdown-editor
Data Attributes
data-mytory-markdown-post-id
JS Globals
mytoryMarkdownEditormarkdownitPrism
REST Endpoints
/wp-json/mytory-markdown/v1/update-post
FAQ

Frequently Asked Questions about Mytory Markdown