CVE-2023-27476: OWSLib vulnerable to XML External Entity (XXE) Injection
8.2
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.32243%
CWE
Published
3/7/2023
Updated
10/7/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
OWSLib | pip | < 0.28.1 | 0.28.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on identifying functions directly related to the XML parsing and processing that were modified to address the XXE vulnerability. The primary evidence comes from the changes in owslib/etree.py and the usage of lxml's etree.set_default_parser function.