Skip to content

Commit 24189c3

Browse files
emanuelc-activestateicanhasmath
authored andcommitted
Update to version 68.0.0.2
1 parent 787846d commit 24189c3

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 68.0.0.1
2+
current_version = 68.0.0.2
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1+
v68.0.0.2
2+
---------
3+
4+
Changes
5+
^^^^^^^
6+
* #4946: Security Fix for CVE-2025-47273
7+
A path traversal vulnerability in `PackageIndex` is present in setuptools prior to version
8+
78.1.1. An attacker would be allowed to write files to arbitrary locations on the filesystem
9+
with the permissions of the process running the Python code, which could escalate to remote code
10+
execution depending on the context. Version 78.1.1 fixes the issue.
11+
12+
Misc
13+
^^^^
14+
115
v68.0.0.1
216
---------
317

418
Changes
519
^^^^^^^
6-
* Security Fix for CVE-2024-6345
20+
* #4332: Security Fix for CVE-2024-6345
21+
A vulnerability in the **package_index** module of pypa/setuptools versions up to 69.1.1
22+
allows for **remote code execution** via its download functions. These functions, which
23+
are used to download packages from URLs provided by users or retrieved from package index
24+
servers, are susceptible to **code injection**. If these functions are exposed to
25+
user-controlled inputs, such as package URLs, they can execute **arbitrary commands**
26+
on the system. The issue is fixed in version 70.0.
727

828
Misc
929
^^^^

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 68.0.0.1
3+
version = 68.0.0.2
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)