This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: A critical **Code Injection** flaw in `md-to-pdf`. π The tool mishandles Markdown front-matter blocks.β¦
π‘οΈ **Root Cause**: **CWE-94** (Code Injection). π The flaw lies in improper handling of **Markdown front-end blocks**. The parser fails to sanitize inputs, allowing arbitrary code injection during the conversion process.
π **Exploitation Threshold**: **LOW**. π« **Auth**: None required (PR:N). π **Vector**: Network (AV:N). ποΈ **UI**: None required (UI:N). π― **Complexity**: Low (AC:L). This is an easy target for automated attacks.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **No** public PoC or wild exploitation detected yet. π΅οΈββοΈ **Status**: References point to GitHub commits and security advisories (GHSA-547r-qmjm-8hvw).β¦
π§ **No Patch Workaround**: If you cannot update immediately, **disable** the tool. π« Do not process untrusted Markdown files. π Treat any input with front-matter blocks as malicious.β¦