Skip to content

Commit 01a5e46

Browse files
1 parent 385dbe9 commit 01a5e46

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

advisories/github-reviewed/2025/09/GHSA-776q-jw43-fhjx/GHSA-776q-jw43-fhjx.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-776q-jw43-fhjx",
4-
"modified": "2025-09-24T18:58:41Z",
4+
"modified": "2025-09-27T02:28:53Z",
55
"published": "2025-09-24T09:30:19Z",
66
"aliases": [
77
"CVE-2025-48459"
88
],
99
"summary": "Apache IoTDB: Deserialization of untrusted Data",
10-
"details": "Deserialization of Untrusted Data vulnerability in Apache IoTDB.\n\nThis issue affects Apache IoTDB: from 1.0.0 before 2.0.5.\n\nUsers are recommended to upgrade to version 2.0.5, which fixes the issue.",
10+
"details": "### Summary\n\nApache IoTDB deserializes data from external inputs without sufficient validation, allowing attacker-controlled serialized objects to be processed. In environments where a compatible gadget chain is reachable, this can be abused to execute arbitrary code or alter server state; at minimum it enables high-impact integrity and confidentiality compromise on the IoTDB process.\n\n### Affected\n\nApache IoTDB **from 1.0.0 before 2.0.5**.\n\n### Remediation\n\nUpgrade to **2.0.5**, which addresses the flaw. If immediate upgrade is not possible, restrict exposure of IoTDB endpoints to trusted networks and disable or sanitize any feature paths that accept serialized payloads. These mitigations are defense-in-depth only; upgrading to 2.0.5 is the definitive fix.",
1111
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
15+
},
1216
{
1317
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -44,6 +48,10 @@
4448
"type": "WEB",
4549
"url": "https://github.com/apache/iotdb/commit/5ad4a940ed84abca27c7e8be86cb371a49900491"
4650
},
51+
{
52+
"type": "ADVISORY",
53+
"url": "https://github.com/advisories/GHSA-776q-jw43-fhjx"
54+
},
4755
{
4856
"type": "PACKAGE",
4957
"url": "https://github.com/apache/iotdb"
@@ -57,7 +65,7 @@
5765
"cwe_ids": [
5866
"CWE-502"
5967
],
60-
"severity": "HIGH",
68+
"severity": "CRITICAL",
6169
"github_reviewed": true,
6270
"github_reviewed_at": "2025-09-24T18:58:41Z",
6371
"nvd_published_at": "2025-09-24T08:15:32Z"

0 commit comments

Comments
 (0)