re2c before 2.0 has uncontrolled recursion that causes stack consumption in find_fixed_tags. References: https://github.com/skvadrik/re2c/issues/219 https://www.openwall.com/lists/oss-security/2020/04/27/2 http://www.openwall.com/lists/oss-security/2020/05/14/4
It appears that re2c was either not tested or not designed for use with small-stack systems (~256kb) in mind. In more than 4 components[1], it uses recursion which creates a stack overflow on systems with such small stack sizes. 1. https://www.openwall.com/lists/oss-security/2020/04/27/2
Statement: This vulnerability does not affect any version of re2c shipped with any version of Red Hat Enterprise Linux.
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2018-21232