diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2026-05-14 09:54:53 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2026-05-14 09:54:57 +0000 |
| commit | 680508df7b6afef2e0946653a556df8db30af1fb (patch) | |
| tree | 8cc7c81a72d122eca07d7df876a9f50ca158d5e4 | |
| parent | 736716fcf0f886becc8892adfd6596bc7d405ce9 (diff) | |
security/vuxml: Add entry for (py-)setuptools CVE-2025-47273
This is almost a one year old CVE
| -rw-r--r-- | security/vuxml/vuln/2026.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2026.xml b/security/vuxml/vuln/2026.xml index 16b80d389de4..58825aabec01 100644 --- a/security/vuxml/vuln/2026.xml +++ b/security/vuxml/vuln/2026.xml @@ -1,3 +1,40 @@ + <vuln vid="690144e9-4f88-11f1-982e-00a098b42aeb"> + <topic>py-setuptools -- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')</topic> + <affects> + <package> + <name>py310-setuptools</name> + <name>py311-setuptools</name> + <name>py312-setuptools</name> + <name>py313-setuptools</name> + <name>py313t-setuptools</name> + <name>py314-setuptools</name> + <range><lt>78.1.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf reports:</p> + <blockquote cite="https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf"> + <p>setuptools is a package that allows users to download, build, + install, upgrade, and uninstall Python packages. A path traversal + vulnerability in `PackageIndex` is present in setuptools prior to + version 78.1.1. An attacker would be allowed to write files to + arbitrary locations on the filesystem with the permissions of the + process running the Python code, which could escalate to remote + code execution depending on the context.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-47273</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-47273</url> + </references> + <dates> + <discovery>2025-05-17</discovery> + <entry>2026-05-14</entry> + </dates> + </vuln> + <vuln vid="b3cb8f40-4f4c-11f1-80f1-2cf05da270f3"> <topic>Gitlab -- vulnerabilities</topic> <affects> |
