Skip to content

Commit 7115d7a

Browse files
1 parent 8b920dc commit 7115d7a

File tree

2 files changed

+82
-5
lines changed

2 files changed

+82
-5
lines changed

advisories/unreviewed/2025/12/GHSA-g5p6-3j82-xfm4/GHSA-g5p6-3j82-xfm4.json renamed to advisories/github-reviewed/2025/12/GHSA-g5p6-3j82-xfm4/GHSA-g5p6-3j82-xfm4.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g5p6-3j82-xfm4",
4-
"modified": "2025-12-26T18:30:27Z",
4+
"modified": "2025-12-26T23:21:14Z",
55
"published": "2025-12-26T18:30:27Z",
66
"aliases": [
77
"CVE-2024-42718"
88
],
9+
"summary": "Croogo CMS has a path traversal vulnerability",
910
"details": "A path traversal vulnerability in Croogo CMS 4.0.7 allows remote attackers to read arbitrary files via a specially crafted path in the 'edit-file' parameter.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "croogo/croogo"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "4.0.7"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42718"
2142
},
2243
{
23-
"type": "WEB",
44+
"type": "PACKAGE",
2445
"url": "https://github.com/croogo/croogo"
2546
},
2647
{
@@ -33,8 +54,8 @@
3354
"CWE-22"
3455
],
3556
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-26T23:21:14Z",
3859
"nvd_published_at": "2025-12-26T17:15:42Z"
3960
}
4061
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rcfx-77hg-w2wv",
4+
"modified": "2025-12-26T23:20:50Z",
5+
"published": "2025-12-26T23:20:50Z",
6+
"aliases": [],
7+
"summary": "FastMCP updated to MCP 1.23+ due to CVE-2025-66416",
8+
"details": "There was a recent CVE report on MCP: https://nvd.nist.gov/vuln/detail/CVE-2025-66416. \n\nFastMCP does not use any of the affected components of the MCP SDK directly. However, FastMCP versions prior to 2.14.0 did allow MCP SDK versions <1.23 that were vulnerable to CVE-2025-66416. Users should upgrade to FastMCP 2.14.0 or later.",
9+
"severity": [],
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "PyPI",
14+
"name": "fastmcp"
15+
},
16+
"ranges": [
17+
{
18+
"type": "ECOSYSTEM",
19+
"events": [
20+
{
21+
"introduced": "0"
22+
},
23+
{
24+
"fixed": "2.14.0"
25+
}
26+
]
27+
}
28+
]
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "WEB",
34+
"url": "https://github.com/jlowin/fastmcp/security/advisories/GHSA-rcfx-77hg-w2wv"
35+
},
36+
{
37+
"type": "WEB",
38+
"url": "https://github.com/modelcontextprotocol/python-sdk/security/advisories/GHSA-9h52-p55h-vw2f"
39+
},
40+
{
41+
"type": "ADVISORY",
42+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66416"
43+
},
44+
{
45+
"type": "PACKAGE",
46+
"url": "https://github.com/jlowin/fastmcp"
47+
}
48+
],
49+
"database_specific": {
50+
"cwe_ids": [],
51+
"severity": "HIGH",
52+
"github_reviewed": true,
53+
"github_reviewed_at": "2025-12-26T23:20:50Z",
54+
"nvd_published_at": null
55+
}
56+
}

0 commit comments

Comments
 (0)