Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

CVE-2024-4030

Published: 7 May 2024

On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions. If you’re not using Windows or haven’t changed the temporary directory location then you aren’t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user. This issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix “700” for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.

Notes

AuthorNote
rodrigo-zaiden
only affects python in Windows

Priority

Medium

Status

Package Release Status
python2.7
Launchpad, Ubuntu, Debian
bionic Not vulnerable
(Windows Only)
focal Not vulnerable
(Windows Only)
jammy Not vulnerable
(Windows Only)
mantic Does not exist

noble Does not exist

trusty Not vulnerable
(Windows Only)
upstream Needs triage

xenial Not vulnerable
(Windows Only)
python3.10
Launchpad, Ubuntu, Debian
focal Does not exist

jammy Not vulnerable
(Windows Only)
mantic Does not exist

noble Does not exist

upstream Needs triage

python3.11
Launchpad, Ubuntu, Debian
focal Does not exist

jammy Not vulnerable
(Windows Only)
mantic Not vulnerable
(Windows Only)
noble Does not exist

upstream Needs triage

python3.12
Launchpad, Ubuntu, Debian
focal Does not exist

jammy Does not exist

mantic Not vulnerable
(Windows Only)
noble Not vulnerable
(Windows Only)
upstream Needs triage

python3.4
Launchpad, Ubuntu, Debian
focal Does not exist

jammy Does not exist

mantic Does not exist

noble Does not exist

trusty Not vulnerable
(Windows Only)
upstream Needs triage

python3.5
Launchpad, Ubuntu, Debian
focal Does not exist

jammy Does not exist

mantic Does not exist

noble Does not exist

trusty Not vulnerable
(Windows Only)
upstream Needs triage

xenial Not vulnerable
(Windows Only)
python3.6
Launchpad, Ubuntu, Debian
bionic Not vulnerable
(Windows Only)
focal Does not exist

jammy Does not exist

mantic Does not exist

noble Does not exist

upstream Needs triage

python3.7
Launchpad, Ubuntu, Debian
bionic Not vulnerable
(Windows Only)
focal Does not exist

jammy Does not exist

mantic Does not exist

noble Does not exist

upstream Needs triage

python3.8
Launchpad, Ubuntu, Debian
bionic Not vulnerable
(Windows Only)
focal Not vulnerable
(Windows Only)
jammy Does not exist

mantic Does not exist

noble Does not exist

upstream Needs triage

python3.9
Launchpad, Ubuntu, Debian
focal Not vulnerable
(Windows Only)
jammy Does not exist

mantic Does not exist

noble Does not exist

upstream Needs triage