Bugzilla – Bug 1223888
VUL-0: CVE-2024-34403: uriparser: integer overflow via a long string in ComposeQueryMallocExMm() in UriQuery.c
Last modified: 2024-06-18 09:04:12 UTC
An issue was discovered in uriparser through 0.9.7. ComposeQueryMallocExMm in UriQuery.c has an integer overflow via a long string. References: https://github.com/uriparser/uriparser/issues/183 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-34403 https://www.cve.org/CVERecord?id=CVE-2024-34403 https://github.com/uriparser/uriparser/pull/186 https://bugzilla.redhat.com/show_bug.cgi?id=2278808
For older versions of uriparser, ones that do not include commit b342356bf3e [0], it seems like the vulnerable code lies in 'ComposeQueryMallocEx' rather than in 'ComposeQueryMallocExMm'. [0] https://github.com/uriparser/uriparser/commit/b342356bf3e53d719f31c77e7bcf4ab6a456fcd5
uriparser in Factory is at v0.9.8. All done, closing.