Skip to content

Commit d21316a

Browse files
1 parent 7c0114c commit d21316a

File tree

2 files changed

+73
-41
lines changed

2 files changed

+73
-41
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-h369-cpjj-qfff",
4+
"modified": "2025-11-20T18:15:04Z",
5+
"published": "2025-11-20T15:30:23Z",
6+
"aliases": [
7+
"CVE-2025-60796"
8+
],
9+
"summary": "phppgadmin vulnerable to Cross-site Scripting",
10+
"details": "phpPgAdmin versions 7.13.0 and earlier contain multiple cross-site scripting (XSS) vulnerabilities across various components. User-supplied inputs from $_REQUEST parameters are reflected in HTML output without proper encoding or sanitization in multiple locations including sequences.php, indexes.php, admin.php, and other unspecified files. An attacker can exploit these vulnerabilities to execute arbitrary JavaScript in victims' browsers, potentially leading to session hijacking, credential theft, or other malicious actions.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P"
15+
}
16+
],
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+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-60796"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/phppgadmin/phppgadmin"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/phppgadmin/phppgadmin/blob/master/admin.php#L35"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/phppgadmin/phppgadmin/blob/master/indexes.php#L29"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/phppgadmin/phppgadmin/blob/master/sequences.php#L316"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/pr0wl1ng/security-advisories/blob/main/CVE-2025-60796.md"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-79"
67+
],
68+
"severity": "LOW",
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-11-20T18:15:04Z",
71+
"nvd_published_at": "2025-11-20T15:17:38Z"
72+
}
73+
}

advisories/unreviewed/2025/11/GHSA-h369-cpjj-qfff/GHSA-h369-cpjj-qfff.json

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

0 commit comments

Comments
 (0)