Open
Description
Security vulenrability for v5.1.3
Since 4.2 still LTS and last supported by v5.1 it would be ideal to have a patch for the following cve
What's wrong
https://data.safetycli.com/vulnerabilities/PVE-2025-76910/76910/
Affected versions of django-stubs are potentially vulnerable to Security Misconfiguration. The inclusion of type stubs for deprecated and insecure password hashers (MD5PasswordHasher, SHA1PasswordHasher, and CryptPasswordHasher) may inadvertently encourage their use in Django applications. This can lead to the storage of user passwords using weak hashing algorithms, making them susceptible to brute-force attacks.
Although the algorithms might not be used for storing passwords or anything critical:
- Not everybody needs to dive to the internals to figure out
- Extra effort is needed to deal with whitelisting the vulnerability