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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 |
Sources: http://aluigi.org/adv/genesis_1-adv.txt http://aluigi.org/adv/genesis_2-adv.txt http://aluigi.org/adv/genesis_3-adv.txt http://aluigi.org/adv/genesis_4-adv.txt http://aluigi.org/adv/genesis_5-adv.txt http://aluigi.org/adv/genesis_6-adv.txt http://aluigi.org/adv/genesis_7-adv.txt http://aluigi.org/adv/genesis_8-adv.txt http://aluigi.org/adv/genesis_9-adv.txt http://aluigi.org/adv/genesis_10-adv.txt http://aluigi.org/adv/genesis_11-adv.txt http://aluigi.org/adv/genesis_12-adv.txt http://aluigi.org/adv/genesis_13-adv.txt Advisory Archive: https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-adv.tar.gz (iconics_genesis_adv.tar.gz) PoC Archive: https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-poc.tar.gz (iconics_genesis_poc.tar.gz) ####################################################################### Luigi Auriemma Application:Iconics GENESIS32 and GENESIS64 http://www.iconics.com/Home/Products/HMI-and-SCADA/GENESIS32.aspx http://www.iconics.com/Home/Products/HMI-and-SCADA/GENESIS64.aspx Versions: GENESIS32 <= 9.21 GENESIS64 <= 10.51 GenBroker.exe and GenBroker64.exe are the same version on both the softwares: 9.21.201.01 Date: 21 Mar 2011 (found 08 Jan 2011) Author: Luigi Auriemma e-mail: aluigi@autistici.org web:aluigi.org ####################################################################### =============== 1) Introduction =============== Iconics Genesis is a SCADA HMI solution used worldwide with customers that go from Beijing Traffic Control Center to the Pentagon and even Poste Italiane ("Case Studies" source). Informations from the vendor's website: "GENESIS32™ is the industry’s first and only fully scalable suite of OPC, SNMP, BACnet and Web-enabled HMI and SCADA applications." ####################################################################### Freeing of Arbitrary Memory: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by multiple freeing of initialized memory pointers and arbitrary locations because: - the functions that store the strings pointers read from the client automatically break the reading loop when the end of the packet is reached - these functions use malloc instead of calloc so the memory is not cleared - the functions that free the arrays don't know if and when the reading process stopped and so they call free() over all the elements specified by the attacker in his packet The exploitability of these vulnerabilities depends by how the attacker has corrupted the memory for forcing the freeing of arbitrary locations through the sending of valid packets before the malformed one. The service is multi-thread so there are many chances of exploitation. The following is the full list of vulnerable opcodes and the read/free functions to monitor (referred to version 9.2): 1) opcode 0x4b0: read loop: 0044ACC0 and 0044AD04 free loop: 004446B0 2) opcode 0x4b2: read loop: 0044B360 free loop: 004428F0 3) opcode 0x4b5: read loop: 0044C560 free loop: 00443090 4) function 0044C6B0 used by opcodes 0xDAE and 0xDB0. read loop: 0044c800 free loop: 00443160 5) opcodes 0x1BBC and 0x1BBD: read loop: 0044ca90 free loop: 004432a0 ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_1.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-1.zip (genesis_1.zip) ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcodes 3f0, 138F,1390,1391,1392,1393, 1394, 1C86, 89a,89b, 450,451,454,455, 1C20,1C24 that make use of the function 0044d1c0. The problem is caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: the format of the packets depend by the relative opcodes, the function 0044d1c0 reads a 32bit before the one used for the allocation. Vulnerable code: 0044D2A2|.E8 C99EFCFF CALL 00417170 ; get 32bit 0044D2A7|.8D4424 1C LEA EAX,DWORD PTR SS:[ESP+1C] 0044D2AB|.50PUSH EAX 0044D2AC|.8BCEMOV ECX,ESI 0044D2AE|.E8 BD9EFCFF CALL 00417170 0044D2B3|.8B4C24 10 MOV ECX,DWORD PTR SS:[ESP+10] 0044D2B7|.8D14CD 000000>LEA EDX,DWORD PTR DS:[ECX*8]; * 8 0044D2BE|.52PUSH EDX 0044D2BF|.E8 F49E0500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 1 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0x453 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string string string 32 32 32 16 32 32 32malloc(x * 4) Vulnerable code: 0044BEB5|.E8 B6B2FCFF CALL 00417170 ; get 32bit 0044BEBA|.8B03MOV EAX,DWORD PTR DS:[EBX] 0044BEBC|.3BC5CMP EAX,EBP 0044BEBE|.76 56 JBE SHORT 0044BF16 0044BEC0|.C1E0 02 SHL EAX,2 ; * 4 0044BEC3|.50PUSH EAX 0044BEC4|.FF15 98FA8400 CALL DWORD PTR DS:[<&MSVCR71.malloc>] ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 2 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by three integer overflow vulnerabilities during the handling of the opcode 0x4b0 caused by the allocation of the memory needed for the creation of some arrays trusting the numbers of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string 32 32 32 32 32 32 32 32 32malloc(x * 4) ... 32malloc(x * 4) ... 32malloc(x * 4) Vulnerable code: 0044AC26|.E8 45C5FCFF CALL 00417170 ; get 32bit 0044AC2B|.8B45 00 MOV EAX,DWORD PTR SS:[EBP] 0044AC2E|.C1E0 02 SHL EAX,2 ; * 4 0044AC31|.50PUSH EAX 0044AC32|.E8 81C50500 CALL <JMP.&MFC71U.#265> ; malloc ... 0044AC95|.8B47 28 MOV EAX,DWORD PTR DS:[EDI+28] 0044AC98|.C1E0 02 SHL EAX,2 ; * 4 0044AC9B|.50PUSH EAX 0044AC9C|.C74424 20 020>MOV DWORD PTR SS:[ESP+20],2 0044ACA4|.E8 0FC50500 CALL <JMP.&MFC71U.#265> ; malloc ... 0044ACE9|>8B47 30 MOV EAX,DWORD PTR DS:[EDI+30] 0044ACEC|.C1E0 02 SHL EAX,2 ; * 4 0044ACEF|.50PUSH EAX 0044ACF0|.E8 C3C40500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 3 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0x4b2 caused by the allocation of the memory needed for the creation of some arrays trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: 32malloc(x * 4) Vulnerable code: 0044B2E9|.8B17MOV EDX,DWORD PTR DS:[EDI]; get 32bit 0044B2EB|.C1E2 02 SHL EDX,2 ; * 4 0044B2EE|.52PUSH EDX 0044B2EF|.8947 08 MOV DWORD PTR DS:[EDI+8],EAX 0044B2F2|.E8 C1BE0500 CALL <JMP.&MFC71U.#265> ; malloc 0044B2F7|.8947 0C MOV DWORD PTR DS:[EDI+C],EAX 0044B2FA|.8B07MOV EAX,DWORD PTR DS:[EDI] 0044B2FC|.C1E0 02 SHL EAX,2 ; * 4 0044B2FF|.50PUSH EAX 0044B300|.E8 B3BE0500 CALL <JMP.&MFC71U.#265> ; malloc 0044B305|.8B0FMOV ECX,DWORD PTR DS:[EDI] 0044B307|.C1E1 03 SHL ECX,3 ; * 8 0044B30A|.51PUSH ECX 0044B30B|.8947 10 MOV DWORD PTR DS:[EDI+10],EAX 0044B30E|.E8 A5BE0500 CALL <JMP.&MFC71U.#265> ; malloc 0044B313|.8B17MOV EDX,DWORD PTR DS:[EDI] 0044B315|.C1E2 02 SHL EDX,2 ; * 4 0044B318|.52PUSH EDX 0044B319|.8947 14 MOV DWORD PTR DS:[EDI+14],EAX 0044B31C|.E8 97BE0500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 4 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0x4b5 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string 32 32 32malloc(x * 4) Vulnerable code: 0044C538|.E8 33ACFCFF CALL 00417170 ; get 32bit 0044C53D|.8B45 00 MOV EAX,DWORD PTR SS:[EBP] 0044C540|.85C0TEST EAX,EAX 0044C542|.76 6C JBE SHORT 0044C5B0 0044C544|.8D1485 000000>LEA EDX,DWORD PTR DS:[EAX*4]; * 4 0044C54B|.52PUSH EDX 0044C54C|.FF15 C0FF8400 CALL DWORD PTR DS:[<&ole32.CoTaskMemAlloc>] ;ole32.CoTaskMemAlloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 5 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0x7d0 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string string 32 32malloc(x * 4) Vulnerable code: 0044A44C|.E8 1FCDFCFF CALL 00417170 ; get 32bit 0044A451|.8B03MOV EAX,DWORD PTR DS:[EBX] 0044A453|.85C0TEST EAX,EAX 0044A455|.^ 74 C2 JE SHORT 0044A419 0044A457|.8D0C85 000000>LEA ECX,DWORD PTR DS:[EAX*4]; * 4 0044A45E|.51PUSH ECX 0044A45F|.E8 54CD0500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 6 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcodes 0xdae and 0xdb0 that make use of the function 0044C6B0 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Vulnerable code: 0044C7C8|.E8 A3A9FCFF CALL 00417170 ; get 32bit 0044C7CD|.8B07MOV EAX,DWORD PTR DS:[EDI] 0044C7CF|.85C0TEST EAX,EAX 0044C7D1|.^ 74 C5 JE SHORT 0044C798 0044C7D3|.C1E0 02 SHL EAX,2 ; * 4 0044C7D6|.50PUSH EAX 0044C7D7|.E8 DCA90500 CALL <JMP.&MFC71U.#265> ; malloc 0044C7DC|.8B0FMOV ECX,DWORD PTR DS:[EDI] 0044C7DE|.C1E1 02 SHL ECX,2 ; * 4 0044C7E1|.51PUSH ECX 0044C7E2|.8947 04 MOV DWORD PTR DS:[EDI+4],EAX 0044C7E5|.E8 CEA90500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### Remote Integer Overflow: =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 7 SERVER ####################################################################### ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0xfa4 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: 32malloc(x * 8) Vulnerable code: 0044495D|.E8 0E28FDFF CALL 00417170 ; get 32bit 00444962|.8B07MOV EAX,DWORD PTR DS:[EDI] 00444964|.3BC5CMP EAX,EBP 00444966|.^ 76 C7 JBE SHORT 0044492F 00444968|.8D14C5 000000>LEA EDX,DWORD PTR DS:[EAX*8]; * 8 0044496F|.52PUSH EDX 00444970|.E8 43280600 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 8 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0xfa7 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: 32malloc(x * 4) Vulnerable code: 00444B0D|.E8 5E26FDFF CALL 00417170 ; get 32bit 00444B12|.8B07MOV EAX,DWORD PTR DS:[EDI] 00444B14|.85C0TEST EAX,EAX 00444B16|.^ 76 C1 JBE SHORT 00444AD9 00444B18|.8D1485 000000>LEA EDX,DWORD PTR DS:[EAX*4]; * 4 00444B1F|.52PUSH EDX 00444B20|.E8 93260600 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 9 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcodes 0x1BBC and 0x1BBD caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string 32 string string string 32malloc(x * 4) Vulnerable code: 0044CA69|.E8 02A7FCFF CALL 00417170 ; get 32bit 0044CA6E|.8B03MOV EAX,DWORD PTR DS:[EBX] 0044CA70|.85C0TEST EAX,EAX 0044CA72|.76 6C JBE SHORT 0044CAE0 0044CA74|.C1E0 02 SHL EAX,2 ; * 4 0044CA77|.50PUSH EAX 0044CA78|.E8 3BA70500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 10 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected an integer overflow vulnerability during the handling of the opcode 0x1C84 caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: string string 32 32malloc(x * 16) Vulnerable code: 0044CBE2|.E8 89A5FCFF CALL 00417170 ; get 32bit 0044CBE7|.8B03MOV EAX,DWORD PTR DS:[EBX] 0044CBE9|.3BC5CMP EAX,EBP 0044CBEB|.76 3C JBE SHORT 0044CC29 0044CBED|.C1E0 04 SHL EAX,4 ; * 16 0044CBF0|.50PUSH EAX 0044CBF1|.E8 C2A50500 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 11 SERVER ####################################################################### Remote Integer Overflow: ====== Bug ====== GenBroker is a Windows service running on port 38080. The addresses and code snippets reported here are referred to GENESIS32 9.2. The service is affected by an integer overflow vulnerability during the handling of the opcode 0x26ac caused by the allocation of the memory needed for the creation of an array trusting the number of elements passed by the client. The resulting memory corruptions (like direct registry calls, memory locations calls, writing of data in arbitrary locations and so on) allow code execution. Fields in the packet: 32malloc(x * 4) Vulnerable code: 00445AC7|.E8 A416FDFF CALL 00417170 ; get 32bit 00445ACC|.8B03MOV EAX,DWORD PTR DS:[EBX] 00445ACE|.85C0TEST EAX,EAX 00445AD0|.^ 76 BE JBE SHORT 00445A90 00445AD2|.8D1485 000000>LEA EDX,DWORD PTR DS:[EAX*4]; * 4 00445AD9|.52PUSH EDX 00445ADA|.E8 D9160600 CALL <JMP.&MFC71U.#265> ; malloc ####################################################################### =========== The Code =========== http://aluigi.org/poc/genesis_iof.zip https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/17023-2.zip (genesis_iof.zip) genesis_iof 12 SERVER ####################################################################### ====== 4) Fix ====== No fix. ####################################################################### |