CVE-2025-59375
- EPSS 0.08%
- Published 15.09.2025 00:00:00
- Last modified 17.09.2025 14:15:40
libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing.
CVE-2024-50602
- EPSS 0.07%
- Published 27.10.2024 05:15:04
- Last modified 30.04.2025 20:15:20
An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.
CVE-2024-45492
- EPSS 0.26%
- Published 30.08.2024 03:15:03
- Last modified 21.11.2024 09:37:51
An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).
CVE-2024-45491
- EPSS 0.13%
- Published 30.08.2024 03:15:03
- Last modified 21.11.2024 09:37:51
An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).
CVE-2024-45490
- EPSS 0.08%
- Published 30.08.2024 03:15:03
- Last modified 14.03.2025 19:15:47
An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer.
CVE-2024-28757
- EPSS 0.64%
- Published 10.03.2024 05:15:06
- Last modified 28.03.2025 19:15:21
libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).
CVE-2023-52426
- EPSS 0.02%
- Published 04.02.2024 20:15:46
- Last modified 17.06.2025 16:15:32
libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.
CVE-2023-52425
- EPSS 0.68%
- Published 04.02.2024 20:15:46
- Last modified 21.11.2024 08:39:43
libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.
CVE-2022-43680
- EPSS 0.31%
- Published 24.10.2022 14:15:53
- Last modified 30.05.2025 20:15:31
In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.
CVE-2022-40674
- EPSS 0.91%
- Published 14.09.2022 11:15:54
- Last modified 30.05.2025 20:15:30
libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.