CVE-2022-41905 – wsgidav
Package
Manager: pip
Name: wsgidav
Vulnerable Version: >=3.0.0a1 <4.1.0
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N
EPSS: 0.00101 pctl0.28538
Details
Cross Site Scripting vulnerability in wsgidav when directory browsing is enabled ### Impact Implementations using this library with directory browsing enabled may be susceptible to [Cross Site Scripting (XSS)](https://owasp.org/www-community/attacks/xss/) attacks. ### Patches Users can upgrade to v4.1.0 ### Workarounds Set `dir_browser.enable = False` in the configuration. For instance, when using a Python dictionary to configure the library: ``` config = { # your normal configuration "dir_browser": { "enable": False }, } app = WsgiDAVApp(config) ``` ### For more information Note that an attacker cannot exploit this vulnerability, by simply uploading a file or folder with a manipulated file name. However if the WsgiDAV library is used in a scenario where untrusted data is displayed in the directory browser's user interface (e.g. 'realm' or user name, ...) XSS may happen. If you have any questions or comments about this advisory: * Open an issue in [mar10/wsgidav](https://github.com/mar10/wsgidav/) * See the [security policy](https://github.com/mar10/wsgidav/security/policy)
Metadata
Created: 2022-11-16T00:02:05Z
Modified: 2024-11-19T19:03:47Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/11/GHSA-xx6g-jj35-pxjv/GHSA-xx6g-jj35-pxjv.json
CWE IDs: ["CWE-79"]
Alternative ID: GHSA-xx6g-jj35-pxjv
Finding: F425
Auto approve: 1