Skip to content

Commit 706227e

Browse files
1 parent e75191c commit 706227e

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/11/GHSA-g6xh-wrpf-v6j6/GHSA-g6xh-wrpf-v6j6.json renamed to advisories/github-reviewed/2025/11/GHSA-g6xh-wrpf-v6j6/GHSA-g6xh-wrpf-v6j6.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g6xh-wrpf-v6j6",
4-
"modified": "2025-11-21T00:30:21Z",
4+
"modified": "2025-11-21T18:07:13Z",
55
"published": "2025-11-20T15:30:24Z",
66
"aliases": [
77
"CVE-2025-60798"
88
],
9+
"summary": "phppgadmin contains a SQL injection vulnerability",
910
"details": "phpPgAdmin 7.13.0 and earlier contains a SQL injection vulnerability in display.php at line 396. The application passes user-controlled input from $_REQUEST['query'] directly to the browseQuery function without proper sanitization. An authenticated attacker can exploit this vulnerability to execute arbitrary SQL commands through malicious query manipulation, potentially leading to complete database compromise.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "phppgadmin/phppgadmin"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "7.13.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-60798"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/phppgadmin/phppgadmin"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://github.com/phppgadmin/phppgadmin/blob/master/display.php#L396"
@@ -37,8 +62,8 @@
3762
"CWE-89"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-21T18:07:13Z",
4267
"nvd_published_at": "2025-11-20T15:17:38Z"
4368
}
4469
}

0 commit comments

Comments
 (0)