Skip to content

Commit 785660a

Browse files
1 parent 9113ab3 commit 785660a

File tree

2 files changed

+81
-36
lines changed

2 files changed

+81
-36
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7mvr-c777-76hp",
4+
"modified": "2025-10-20T14:19:32Z",
5+
"published": "2025-10-14T18:30:36Z",
6+
"aliases": [
7+
"CVE-2025-59288"
8+
],
9+
"summary": "Playwright downloads and installs browsers without verifying the authenticity of the SSL certificate",
10+
"details": "Improper verification of cryptographic signature in Playwright allows an unauthorized attacker to perform spoofing over an adjacent network.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "playwright"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.55.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/SocketDev/security-research/security/advisories/GHSA-qxm8-4v54-964r"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59288"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/microsoft/playwright/pull/37532"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/microsoft/playwright/commit/72c62d840247d9defd87c6beb0344d456794b570"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/microsoft/playwright"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/microsoft/playwright/releases/tag/v1.55.1"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://github.com/microsoft/playwright/releases/tag/v1.56.0"
66+
},
67+
{
68+
"type": "WEB",
69+
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59288"
70+
}
71+
],
72+
"database_specific": {
73+
"cwe_ids": [
74+
"CWE-347"
75+
],
76+
"severity": "MODERATE",
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-10-20T14:19:32Z",
79+
"nvd_published_at": "2025-10-14T17:16:11Z"
80+
}
81+
}

advisories/unreviewed/2025/10/GHSA-7mvr-c777-76hp/GHSA-7mvr-c777-76hp.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)