Bugzilla – Bug 1227614
VUL-0: CVE-2024-39684: rapidjson: pivilege escalation via integer overflow in GenericReader:ParseNumber()
Last modified: 2024-07-10 09:29:07 UTC
Tencent RapidJSON is vulnerable to privilege escalation due to an integer overflow in the `GenericReader::ParseNumber()` function of `include/rapidjson/reader.h` when parsing JSON text from a stream. An attacker needs to send the victim a crafted file which needs to be opened; this triggers the integer overflow vulnerability (when the file is parsed), leading to elevation of privilege. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-39684 https://www.cve.org/CVERecord?id=CVE-2024-39684 https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-39684 https://bugzilla.redhat.com/show_bug.cgi?id=2296855
Closing since all codestreams already include the fix.