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.
References
Link | Resource |
---|---|
https://github.com/asciidoctor/asciidoctor/issues/2888 | Exploit Third Party Advisory |
https://github.com/asciidoctor/asciidoctor/issues/2888 | Exploit Third Party Advisory |
Configurations
History
21 Nov 2024, 03:55
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/asciidoctor/asciidoctor/issues/2888 - Exploit, Third Party Advisory |
Information
Published : 2018-10-16 16:50
Updated : 2024-11-21 03:55
NVD link : CVE-2018-18385
Mitre link : CVE-2018-18385
CVE.ORG link : CVE-2018-18385
JSON object : View
Products Affected
asciidoctor
- asciidoctor
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')