Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions advisories/python/PSF-2026-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"schema_version": "1.5.0",
"id": "PSF-2026-13",
"published": "2026-03-18T18:13:42.288Z",
"modified": "2026-03-19T18:07:58.305Z",
"modified": "2026-04-07T22:01:35.724Z",
"aliases": [
"CVE-2026-3479"
],
"details": "pkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"details": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"affected": [
{
"ranges": [
Expand All @@ -18,6 +18,15 @@
},
{
"fixed": "bcdf231946b1da8bdfbab4c05539bb0cc964a1c7"
},
{
"fixed": "5af6ce3e7b643a30a02d22245c1e3f4a8bc0a1fe"
},
{
"fixed": "cf59bf76470f3d75ad47d80ffb8ce76b64b5e943"
},
{
"fixed": "d786d59a8f7196bb630100a869f28ad13436b59c"
}
],
"repo": "https://github.com/python/cpython"
Expand All @@ -41,6 +50,18 @@
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/bcdf231946b1da8bdfbab4c05539bb0cc964a1c7"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/5af6ce3e7b643a30a02d22245c1e3f4a8bc0a1fe"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/cf59bf76470f3d75ad47d80ffb8ce76b64b5e943"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/d786d59a8f7196bb630100a869f28ad13436b59c"
}
],
"database_specific": {
Expand Down
51 changes: 50 additions & 1 deletion advisories/python/PSF-2026-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schema_version": "1.5.0",
"id": "PSF-2026-14",
"published": "2026-03-20T15:08:32.576Z",
"modified": "2026-03-24T19:03:47.279Z",
"modified": "2026-04-07T22:01:57.205Z",
"aliases": [
"CVE-2026-4519"
],
Expand Down Expand Up @@ -30,6 +30,27 @@
},
{
"fixed": "ceac1efc66516ac387eef2c9a0ce671895b44f03"
},
{
"fixed": "cbba6119391112aba9c5aebf7b94aea447922c48"
},
{
"fixed": "3681d47a440865aead912a054d4599087b4270dd"
},
{
"fixed": "591ed890270c5697b013bf637029fb3e6cd2d73e"
},
{
"fixed": "594b5a05dc9913880ac92eded440defbf32a28d1"
},
{
"fixed": "89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4"
},
{
"fixed": "96fc5048605863c7b6fd6289643feb0e97edd96c"
},
{
"fixed": "cc023511238ad93ecc8796157c6f9139a2bb2932"
}
],
"repo": "https://github.com/python/cpython"
Expand Down Expand Up @@ -69,6 +90,34 @@
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/ceac1efc66516ac387eef2c9a0ce671895b44f03"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/cbba6119391112aba9c5aebf7b94aea447922c48"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/3681d47a440865aead912a054d4599087b4270dd"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/591ed890270c5697b013bf637029fb3e6cd2d73e"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/594b5a05dc9913880ac92eded440defbf32a28d1"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/96fc5048605863c7b6fd6289643feb0e97edd96c"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/cc023511238ad93ecc8796157c6f9139a2bb2932"
}
],
"database_specific": {
Expand Down