Bugzilla – Bug 1216624
VUL-0: CVE-2023-45960: dom4j: sensitive information leak via the setFeature function
Last modified: 2023-10-30 08:47:16 UTC
An issue in dom4.j org.dom4.io.SAXReader v.2.1.4 and before allows a remote attacker to obtain sensitive information via the setFeature function. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-45960
Quoting from the upstream issue [0]: > No, dom4j is not affected by that. More precisely, CVE-2023-45960 is not a > vulnerability. The setFeature method sets the features of the XML parser in > use - in fact, it just invokes the setFeature method of the underlying SAX > parser. Different features of the XML parser can be safe in one case and > unsafe in another - that's how it works in the world. Closing this. [0] https://github.com/dom4j/dom4j/issues/171