Skip to content

Commit 37b7ca2

Browse files
1 parent 5ac3b2c commit 37b7ca2

4 files changed

Lines changed: 245 additions & 40 deletions

File tree

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-6w46-j5rx-g56g",
4+
"modified": "2026-04-13T16:38:46Z",
5+
"published": "2026-01-22T06:30:29Z",
6+
"aliases": [
7+
"CVE-2025-71176"
8+
],
9+
"summary": "pytest has vulnerable tmpdir handling",
10+
"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.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L"
15+
}
16+
],
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+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71176"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/pytest-dev/pytest/issues/13669"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/pytest-dev/pytest/pull/14343"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/pytest-dev/pytes"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/pytest-dev/pytest/releases/tag/9.0.3"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.openwall.com/lists/oss-security/2026/01/21/5"
66+
}
67+
],
68+
"database_specific": {
69+
"cwe_ids": [
70+
"CWE-379"
71+
],
72+
"severity": "MODERATE",
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2026-04-13T16:38:46Z",
75+
"nvd_published_at": "2026-01-22T05:16:17Z"
76+
}
77+
}

0 commit comments

Comments
 (0)