Bugzilla – Bug 936767
VUL-1: CVE-2015-5147: rubygem-redcarpet: Stack overflow in redcarpet's header_anchor
Last modified: 2017-08-10 12:33:21 UTC
via oss-sec: https://github.com/vmg/redcarpet/commit/2cee777c1e5babe8a1e2683d31ea75cc4afe55fb https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md#version-332 > Version 3.3.2 > Fix a potential security issue in the HTML renderer (Thanks to Giancarlo Canales for the heads up) header_anchor uses variable length arrays (VLA) without any range checking. This is conducive to a stack overflow, followed by the potential for arbitrary code execution. Use CVE-2015-5147. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-5147 http://seclists.org/oss-sec/2015/q2/829 http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-5147.html
bugbot adjusting priority
fixed