CVE-2022-3175:
rdiffweb Missing Custom Error Page
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.28812%
CWE
Published
9/14/2022
Updated
10/25/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
rdiffweb | pip | = 2.4.1 | 2.4.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit diff and vulnerability details focus on enforcing password length and related configurations, which address CVE-2022-3179 (password length) but do not directly show changes to error handling. The CVE-2022-3175 (missing custom error page) likely involves changes to error page configuration (e.g., overriding default CherryPy error handlers), but the specific code changes for this are not visible in the provided commit diff. Without explicit evidence of the error handling functions modified in the patch, identifying vulnerable functions with high confidence is not possible.