Skip to content

Commit 5d083d1

Browse files
1 parent 8c56406 commit 5d083d1

File tree

1 file changed

+34
-5
lines changed

1 file changed

+34
-5
lines changed

advisories/unreviewed/2025/12/GHSA-v4p2-2w39-mhrj/GHSA-v4p2-2w39-mhrj.json renamed to advisories/github-reviewed/2025/12/GHSA-v4p2-2w39-mhrj/GHSA-v4p2-2w39-mhrj.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v4p2-2w39-mhrj",
4-
"modified": "2025-12-19T12:31:24Z",
4+
"modified": "2025-12-19T21:45:09Z",
55
"published": "2025-12-19T12:31:24Z",
66
"aliases": [
77
"CVE-2025-66524"
88
],
9+
"summary": "Apache NiFi GetAsanaObject Processor has Remote Code Execution via Unsafe Deserialization",
910
"details": "Apache NiFi 1.20.0 through 2.6.0 include the GetAsanaObject Processor, which requires integration with a configurable Distribute Map Cache Client Service for storing and retrieving state information. The GetAsanaObject Processor used generic Java Object serialization and deserialization without filtering. Unfiltered Java object deserialization does not provide protection against crafted state information stored in the cache server configured for GetAsanaObject. Exploitation requires an Apache NiFi system running with the GetAsanaObject Processor, and direct access to the configured cache server. Upgrading to Apache NiFi 2.7.0 is the recommended mitigation, which replaces Java Object serialization with JSON serialization. Removing the GetAsanaObject Processor located in the nifi-asana-processors-nar bundle also prevents exploitation.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:C/RE:L/U:Green"
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/AU:Y/R:U/V:C/RE:L/U:Green"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.nifi:nifi-asana-processors"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.20.0"
29+
},
30+
{
31+
"fixed": "2.7.0"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66524"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/apache/nifi/commit/1c081c15544b8459d69daaae2056f0f433cafce6"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/apache/nifi"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://lists.apache.org/thread/k9h004ydjg7opdvxr0nfywtzf33z60d7"
@@ -33,8 +62,8 @@
3362
"CWE-502"
3463
],
3564
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-19T21:45:09Z",
3867
"nvd_published_at": "2025-12-19T10:15:48Z"
3968
}
4069
}

0 commit comments

Comments
 (0)