jeecg-desform
Audited by Socket on Sep 19, 2026
3 alerts found:
Securityx3The code is a legitimate-looking remote form-management client, not clear malware. The most significant security issues are disabled TLS verification, transmission of bearer-like tokens to an unrestricted caller-supplied endpoint, plaintext image-upload configuration, unsanitized JavaScript/CSS and event-handler fields, and probable SQL injection in the malformed gen_menu_sql() helper. The administrative capabilities make token compromise especially impactful. Review and remediate these issues before use with sensitive credentials or untrusted inputs.
The code appears to be a legitimate authenticated report-management integration tool, not malware. Its primary security issues are disabled TLS verification, exposure of a hardcoded signing secret, transmission of authentication tokens in query-string data-source URLs, and unrestricted user-supplied API destinations. These issues can enable credential interception or misuse, especially when HTTPS endpoints or configuration inputs are untrusted. Certificate validation should be enabled, secrets should not be embedded in the package, and tokens should not be placed in URLs.
该内容是 JavaScript 增强功能的使用文档,不包含已发现的恶意载荷或明确数据窃取行为。其安全敏感点是允许配置的内联脚本和运行时外部脚本在浏览器中执行,并可读取表单/上下文数据、修改提交内容和发起网络请求。应限制设计权限,校验或白名单化外部脚本 URL,优先使用 HTTPS,并结合 CSP、审计和权限隔离。