git: 9821f83137a6 - main - security/vuxml: document CVE-2024-8176 (expat)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 04:14:29 UTC
The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=9821f83137a6f78ee7a07236c4880d957bc3b628 commit 9821f83137a6f78ee7a07236c4880d957bc3b628 Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2025-04-09 04:09:02 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2025-04-09 04:09:02 +0000 security/vuxml: document CVE-2024-8176 (expat) The textproc/expat2 port was already updated by diizzy@ on 25 March. See commit a627ba49b6691cb8baf545c0d9b841458fb00859. --- security/vuxml/vuln/2025.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index d891c20c20a1..08f2a07aeb63 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,35 @@ + <vuln vid="8f71ad3b-14f5-11f0-87ba-002590c1f29c"> + <topic>expat: improper restriction of xml entity expansion depth</topic> + <affects> + <package> + <name>expat</name> + <range><lt>2.7.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secalert@redhat.com reports:</p> + <blockquote cite="https://access.redhat.com/errata/RHSA-2025:3531"> + <p>A stack overflow vulnerability exists in the libexpat library due + to the way it handles recursive entity expansion in XML documents. + When parsing an XML document with deeply nested entity references, + libexpat can be forced to recurse indefinitely, exhausting the stack + space and causing a crash. This issue could lead to denial of + service (DoS) or, in some cases, exploitable memory corruption, + depending on the environment and library usage.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-8176</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2024-8176</url> + </references> + <dates> + <discovery>2025-03-14</discovery> + <entry>2025-04-09</entry> + </dates> + </vuln> + <vuln vid="34c51a2b-13c8-11f0-a5bd-b42e991fc52e"> <topic>Mozilla -- memory corruption</topic> <affects>