Skip to content

Commit 96f2900

Browse files
committed
1 parent 4ab28d2 commit 96f2900

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

advisories/unreviewed/2025/10/GHSA-pggx-8r6v-m6gf/GHSA-pggx-8r6v-m6gf.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,52 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-pggx-8r6v-m6gf",
4-
"modified": "2025-10-23T18:31:14Z",
4+
"modified": "2025-10-23T18:32:22Z",
55
"published": "2025-10-23T15:30:34Z",
66
"aliases": [
77
"CVE-2025-56009"
88
],
9+
"summary": "CSRF in KeeneticOS before 4.3 at \"/rci\" API endpoint",
910
"details": "Cross site request forgery (CSRF) vulnerability in KeeneticOS before 4.3 at \"/rci\" API endpoint allows attackers to take over the device via adding additional users with full permissions by managing the victim to open page with exploit.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Pub",
21+
"name": "KeeneticOS"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "4.3+"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 4.2"
38+
}
1439
}
1540
],
16-
"affected": [],
1741
"references": [
1842
{
1943
"type": "ADVISORY",
2044
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-56009"
2145
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/notdenied/writeups/blob/main/CVE/CVE-2025-56009.md"
49+
},
2250
{
2351
"type": "WEB",
2452
"url": "https://keenetic.com"

0 commit comments

Comments
 (0)