Skip to content

chore(XML): upgrade bundled libexpat to 2.7.5#5256

Merged
matejk merged 1 commit intomainfrom
5255-upgrade-bundled-expat-2.7.5
Mar 20, 2026
Merged

chore(XML): upgrade bundled libexpat to 2.7.5#5256
matejk merged 1 commit intomainfrom
5255-upgrade-bundled-expat-2.7.5

Conversation

@matejk
Copy link
Copy Markdown
Contributor

@matejk matejk commented Mar 20, 2026

Summary

  • Upgrades bundled libexpat from 2.7.4 to 2.7.5
  • Fixes three CVEs: CVE-2026-32776 (NULL function pointer dereference), CVE-2026-32777 (infinite loop in entityValueProcessor), CVE-2026-32778 (NULL dereference in setContext after OOM)
  • Vanilla source replacement, no POCO-specific patches needed

Closes #5255

Fixes CVE-2026-32776 (NULL function pointer dereference for empty
external parameter entities), CVE-2026-32777 (infinite loop in
entityValueProcessor), and CVE-2026-32778 (NULL dereference in
setContext on retry after OOM).

Closes #5255
@matejk matejk merged commit 7f13d4f into main Mar 20, 2026
102 checks passed
@matejk matejk deleted the 5255-upgrade-bundled-expat-2.7.5 branch March 20, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade bundled libexpat to release 2.7.5

1 participant