The feedgen library allows supplying XML as content for some of the available fields. This XML will be parsed and integrated into the existing XML tree. During this process, feedgen is vulnerable to XML Denial of Service Attacks (e.g. XML Bomb).
This becomes a concern in particular if feedgen is used to include content from untrused sources and if XML (including XHTML) is directly included instead of providing plain tex content only.
This problem has been fixed in feedgen 0.9.0 which disallows XML entity expansion and external resources.
Updating is strongly recommended and should not be problematic. Nevertheless, as a workaround, avoid providing XML directly to feedgen or ensure that no entity expansion is part of the XML.
If you have any questions or comments about this advisory: - Open an issue in lkiesow/python-feedgen - Send an email to security@lkiesow.de
{ "nvd_published_at": null, "cwe_ids": [ "CWE-776" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2020-01-28T22:34:51Z" }