← Back

Asciidoctor

asciidoctor

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Asciidoctor
asciidoctor

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Asciidoctor
1Asciidoctor
Nov 21, 2024
Oct 16, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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 loo...Show more
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.Show less