Skip to content

Asciidoctor Infinite Loop vulnerability

High severity GitHub Reviewed Published May 13, 2022 to the GitHub Advisory Database • Updated Mar 6, 2023

Package

bundler asciidoctor (RubyGems)

Affected versions

< 1.5.8

Patched versions

1.5.8

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.

References

Published by the National Vulnerability Database Oct 16, 2018
Published to the GitHub Advisory Database May 13, 2022
Reviewed Jan 24, 2023
Last updated Mar 6, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2018-18385

GHSA ID

GHSA-qc9p-mjxm-j2wj
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.