Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DoS vulnerability in XML/src/xmlparse.cpp #4123

Closed
the-Chain-Warden-thresh opened this issue Aug 24, 2023 · 1 comment · Fixed by #4683
Closed

DoS vulnerability in XML/src/xmlparse.cpp #4123

the-Chain-Warden-thresh opened this issue Aug 24, 2023 · 1 comment · Fixed by #4683

Comments

@the-Chain-Warden-thresh

Version

latest on branch devel

Description

Poco uses libexpat to parse XML file. However, I've found that Poco doesn't fix a vulnerability in libexpat, i.e. CVE-2009-3560, which may cause a buffer over-read, and then results in a denial of service (application crash).
Specifically, next = end; ( line 3835 in XML/src/xmlparse.cpp ) should be removed to fix this vulnerability. You can check infomation and patch of this CVE for further confirmation:
Description of CVE-2009-3560: https://nvd.nist.gov/vuln/detail/https://nvd.nist.gov/vuln/detail/CVE-2009-3560[2009-3720](https://nvd.nist.gov/vuln/detail/CVE-2009-3720)
Patch commit of CVE-2009-3720: libexpat/libexpat@82d4951

@obiltschnig
Copy link
Member

This has not been fixed in upstream libexpat either, so we're waiting for an upstream fix.

@matejk matejk added this to the Release 1.14.0 milestone Sep 12, 2024
@matejk matejk added this to 1.14 Sep 12, 2024
@matejk matejk self-assigned this Sep 12, 2024
@matejk matejk moved this to In Progress in 1.14 Sep 12, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in 1.14 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants