Skip to content

Commit 1404734

Browse files
1 parent fab7e06 commit 1404734

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

advisories/unreviewed/2025/11/GHSA-w2p4-p4rh-qcm3/GHSA-w2p4-p4rh-qcm3.json renamed to advisories/github-reviewed/2025/11/GHSA-w2p4-p4rh-qcm3/GHSA-w2p4-p4rh-qcm3.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-w2p4-p4rh-qcm3",
4-
"modified": "2025-11-13T15:30:30Z",
4+
"modified": "2025-11-13T17:39:17Z",
55
"published": "2025-11-13T15:30:30Z",
66
"aliases": [
77
"CVE-2025-12762"
88
],
9+
"summary": "pgAdmin4 vulnerable to Remote Code Execution (RCE) when running in server mode",
910
"details": "pgAdmin versions up to 9.9 are affected by a Remote Code Execution (RCE) vulnerability that occurs when running in server mode and performing restores from PLAIN-format dump files. This issue allows attackers to inject and execute arbitrary commands on the server hosting pgAdmin, posing a critical risk to the integrity and security of the database management system and underlying data.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "pgadmin4"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "9.10"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,13 +43,23 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/pgadmin-org/pgadmin4/issues/9320"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/pgadmin-org/pgadmin4/commit/1d397395f75320ca1d4ed5e9ca721c603415e836"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/pgadmin-org/pgadmin4"
2554
}
2655
],
2756
"database_specific": {
28-
"cwe_ids": [],
57+
"cwe_ids": [
58+
"CWE-94"
59+
],
2960
"severity": "CRITICAL",
30-
"github_reviewed": false,
31-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-13T17:39:17Z",
3263
"nvd_published_at": "2025-11-13T13:15:44Z"
3364
}
3465
}

0 commit comments

Comments
 (0)