GitHub-Flavored Markdown Comments Security & Risk Analysis

wordpress.org/plugins/github-flavored-markdown-comments

WordPress plugin to let commenters use (GitHub-flavored) Markdown, and turn it into HTML.

10 active installs v1.0 PHP + WP 3.4+ Updated Mar 8, 2013
commentsgithubmarkdown
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GitHub-Flavored Markdown Comments Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "github-flavored-markdown-comments" plugin v1.0 presents a significant security risk primarily due to its unprotected AJAX endpoints. While the plugin demonstrates good practices by not using dangerous functions, employing prepared statements for SQL queries, and having no known vulnerabilities, the presence of two AJAX handlers without any authentication or capability checks creates a substantial attack surface. This means any user, regardless of their role or logged-in status, can trigger these AJAX actions, potentially leading to unintended consequences or exploitation if the functionality itself can be manipulated. The taint analysis revealing two flows with unsanitized paths, even if not classified as critical or high severity, is concerning. Coupled with the fact that 100% of its outputs are not properly escaped, this suggests a strong potential for cross-site scripting (XSS) vulnerabilities through these unprotected AJAX calls. The lack of any recorded vulnerability history is positive but does not negate the immediate risks identified in the static analysis. The plugin's strengths lie in its clean SQL handling and lack of known exploits, but these are overshadowed by the critical exposure of its AJAX endpoints and potential for XSS due to unescaped output.

Key Concerns

  • Unprotected AJAX handlers
  • Output not properly escaped
  • Flows with unsanitized paths
  • No capability checks on AJAX
Vulnerabilities
None known

GitHub-Flavored Markdown Comments Security Vulnerabilities

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

GitHub-Flavored Markdown Comments Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

GitHub-Flavored Markdown Comments Code Analysis

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

Output Escaping

0% escaped1 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
ajax_preview (github-flavored-markdown-comments.php:101)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

GitHub-Flavored Markdown Comments Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_gfm_previewgithub-flavored-markdown-comments.php:76
noprivwp_ajax_gfm_previewgithub-flavored-markdown-comments.php:77
WordPress Hooks 3
actioninitgithub-flavored-markdown-comments.php:13
actioninitgithub-flavored-markdown-comments.php:73
filterpre_comment_contentgithub-flavored-markdown-comments.php:93
Maintenance & Trust

GitHub-Flavored Markdown Comments Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedMar 8, 2013
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

GitHub-Flavored Markdown Comments Developer Profile

Evan Solomon

6 plugins · 170 total installs

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

How We Detect GitHub-Flavored Markdown Comments

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/github-flavored-markdown-comments/lib/markdown.php/wp-content/plugins/github-flavored-markdown-comments/lib/markdown-extra.php

HTML / DOM Fingerprints

JS Globals
gfm_text
FAQ

Frequently Asked Questions about GitHub-Flavored Markdown Comments