AUGUST 4, 2026
Live Feed
Return to register
Case File

CVE-2018-18385

HIGH · CVSS 7.5 EPSS 2.25% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-10-16 · Last synced 2026-08-04

Field Assessment

AI analysis pending.

Exhibit — Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2018-18385
Severity
HIGH
CVSS
7.5
EPSS
2.25%

Original Filing — NVD Description

Asciidoctor in versions < 1.5.8 allows remote attackers to cause a denial of service (infinite loop). The loop was caused by the fact that Parser.next_block was not exhausting all the lines in the reader as the while loop expected it would. This was happening because the regular expression that detects any list was not agreeing with the regular expression that detects a specific list type. So the line kept getting pushed back onto the reader, hence causing the loop.