1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
####################################################################### Luigi Auriemma Application:Microsys PROMOTIC http://www.promotic.eu/en/promotic/scada-pm.htm Versions: 8.1.4 Platforms:Windows Bug:ActiveX GetPromoticSite unitialized pointer Exploitation: remote Date: 30 Oct 2011 Author: Luigi Auriemma e-mail: aluigi@autistici.org web:aluigi.org ####################################################################### 1) Introduction 2) Bug 3) The Code 4) Fix ####################################################################### =============== 1) Introduction =============== From vendor's website: "PROMOTIC is a complex SCADA object software tool for creating applications that monitor, control and display technological processes in various industrial areas. " ####################################################################### ====== 2) Bug ====== Code execution through an unitialized pointer exploitable via the GetPromoticSite method of the PmTable.ocx ActiveX (19BA6EE6-4BB4-11D1-8085-0020AFC8C4AF). Note that the ActiveX object could require the acknoledge of the user for being executed. ####################################################################### =========== 3) The Code =========== http://aluigi.org/poc/promotic_2.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/18049.zip ####################################################################### ====== 4) Fix ====== No fix. ####################################################################### |