Skip to content

Commit 81ab686

Browse files
committed
1 parent 2362ace commit 81ab686

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/12/GHSA-fxmw-jcgr-w44v/GHSA-fxmw-jcgr-w44v.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fxmw-jcgr-w44v",
4-
"modified": "2025-12-11T21:31:28Z",
4+
"modified": "2025-12-11T21:31:29Z",
55
"published": "2025-12-11T21:31:28Z",
66
"aliases": [
77
"CVE-2025-13780"
88
],
9-
"details": "pgAdmin versions up to 9.10 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.",
9+
"summary": "pgAdmin4 vulnerable to command injection when running in server mode",
10+
"details": "pgAdmin4 versions up to 9.10 are affected by a commaned injection vulnerability that occurs when running in server mode and performing restores from PLAIN-format dump files. This issue allows attackers to bypass meta-command filter 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.11"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,11 +43,15 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/pgadmin-org/pgadmin4/issues/9368"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/pgadmin-org/pgadmin4"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
29-
"CWE-94"
54+
"CWE-77"
3055
],
3156
"severity": "CRITICAL",
3257
"github_reviewed": false,

0 commit comments

Comments
 (0)