-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Vulnerability found #4044
Copy link
Copy link
Open
Description
Hello,
Apologies for the message and if it will be confusing but running pip-audit coming from rich, I noticed this:
Requirement already satisfied: mdurl~=0.1 in /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich>=12.4->pip-audit) (0.1.2)
Found 2 known vulnerabilities in 2 packages
Name Version ID Fix Versions Description
-------- ------- -------------- ------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
pygments 2.19.2 CVE-2026-4539 A security flaw has been discovered in pygments up to 2.19.2. The impacted element is the function AdlLexer of the file pygments/lexers/archetype.py. The manipulation results in inefficient regular expression complexity. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
requests 2.32.5 CVE-2026-25645 2.33.0 ### Impact The `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. ### Affected usages **Standard usage of the Requests library is not affected by this vulnerability.** Only applications that call `extract_zipped_paths()` directly are impacted. ### Remediation Upgrade to at least Requests 2.33.0, where the library now extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.Maybe this needs to be looked at? This is coming from the usage of pygments package.
This might not also be related because the logs seem to be also confusing, if this is not the case, I apologize.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels