Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Stanfromireland

#39369of 53,635
6.9Total CVSS
Vulnerabilities · 2
N/A
1
Medium
1
PT-2026-41956
6.9
2026-05-19
Pypi · Idna · CVE-2026-45409
**Name of the Vulnerable Software and Affected Versions** idna versions prior to 3.14 **Description** A specially crafted argument passed to the `idna.encode()` function can consume significant system resources, potentially leading to a denial-of-service. This occurs because payloads containing specific characters, such as `"u0660" * N` or `"u30fb" * N + "u6f22"`, utilize the `valid contexto()` function before length rejection occurs. For high values of `N`, the processing time increases significantly. **Recommendations** Update to version 3.14 or later to ensure long inputs are rejected prior to processing. As a temporary workaround, enforce a domain name length limit of 253 characters before passing the input to the `idna.encode()` function.
PT-2026-26139
0.0
2026-03-18
Pypi · Pkgutil · CVE-2026-3479
**Name of the Vulnerable Software and Affected Versions** pkgutil (affected versions not specified) **Description** The `pkgutil.get data()` function did not properly validate the `resource` argument, as documented. This allowed for path traversal, potentially enabling unauthorized access to files. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.