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 |
Source: http://aluigi.org/adv/unirpcd_1-adv.txt ####################################################################### Luigi Auriemma Application:Rocket Software UniData http://www.rocketsoftware.com/u2/products/unidata/ Versions: <= 7.2.7.3806 Platforms:Windows Bugs: various Denial of Service vulnerabilities in unirpcd.exe Exploitation: remote, versus server Date: 15 Oct 2010 Author: Luigi Auriemma e-mail: aluigi@autistici.org web:aluigi.org ####################################################################### 1) Introduction 2) Bugs 3) The Code 4) Fix ####################################################################### =============== 1) Introduction =============== "UniData® is an extended relational data server ideal for embedding in a variety of industry-focused solutions." ####################################################################### ======= 2) Bugs ======= The unirpc service listening on port 31438 is affected by various Denial of Service vulnerabilities regarding the access of invalid zones of memory. Although the first vulnerability is a memory corruption problem where the program calls recv() using a heap buffer and a huge amount of data to copy (like 0x7fffffe8, decided by the attacker) in my tests it didn't result exploitable. ####################################################################### =========== 3) The Code =========== http://aluigi.org/poc/unirpcd_1.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/15260.zip (unirpcd_1.zip) ####################################################################### ====== 4) Fix ====== No fix. ####################################################################### |