Skip to content

Commit 445fe9a

Browse files
Merge pull request #7378 from github/MatheusCylo-GHSA-6w46-j5rx-g56g
2 parents ffc1600 + 1bc39c9 commit 445fe9a

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

advisories/unreviewed/2026/01/GHSA-6w46-j5rx-g56g/GHSA-6w46-j5rx-g56g.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6w46-j5rx-g56g",
4-
"modified": "2026-01-22T06:30:29Z",
4+
"modified": "2026-01-22T06:30:35Z",
55
"published": "2026-01-22T06:30:29Z",
66
"aliases": [
77
"CVE-2025-71176"
88
],
9+
"summary": "Add Affected Product as PIP package",
910
"details": "pytest through 9.0.2 on UNIX relies on directories with the /tmp/pytest-of-{user} name pattern, which allows local users to cause a denial of service or possibly gain privileges.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "pytest"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "9.0.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",

0 commit comments

Comments
 (0)