# N/A
## 漏洞概述
Schneider Electric U.motion Builder 软件中处理 `track_import_export.php` 文件时存在 SQL 注入漏洞。
## 影响版本
影响版本为 Schneider Electric U.motion Builder 软件 v1.3.4 之前的版本。
## 漏洞细节
该漏洞源于 SQLite 数据库查询对 `object_id` 输入参数的处理不当,导致 SQL 注入。
## 影响
攻击者可以通过操纵 `object_id` 参数执行任意 SQL 查询,可能造成数据泄露、篡改或数据库操作权限滥用。
是否为 Web 类漏洞: 是
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The vulnerability exists within processing of track_import_export.php in Schneider Electric U.motion Builder software versions prior to v1.3.4. The underlying SQLite database query is subject to SQL injection on the object_id input parameter. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2018/CVE-2018-7765.yaml | POC详情 |
暂无评论