# CVE-2022-33318

Published articles for CVE-2022-33318.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Competing in Pwn2Own ICS 2022 Miami: Exploiting a zero click remote memory corruption in ICONICS Genesis64

DevFeed: [Competing in Pwn2Own ICS 2022 Miami: Exploiting a zero click remote memory corruption in ICONICS Genesis64](<https://devfeed.tech/articles/competing-in-pwn2own-ics-2022-miami-exploiting-a-zero-click-remote-memory-corruption-in-iconics-genesis64-39716.md>)

Original publisher: [Read original article](<https://doar-e.github.io/blog/2023/05/05/competing-in-pwn2own-ics-2022-miami-exploiting-a-zero-click-remote-memory-corruption-in-iconics-genesis64/>)

Author: Axel "0vercl0k" Souchet

Published: 2023-05-05T15:00:00Z

Content type: article

Language: en

Sources: [Diary of a reverse-engineer](<https://devfeed.tech/sources/diary-of-a-reverse-engineer.md>)

Topics: [Exploit](<https://devfeed.tech/topics/exploit.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [infosec](<https://devfeed.tech/topics/infosec.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [0-click-remote-code-execution](<https://devfeed.tech/tags/0-click-remote-code-execution.md>), [cve-2022-33318](<https://devfeed.tech/tags/cve-2022-33318.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [exploitation](<https://devfeed.tech/tags/exploitation.md>), [genbroker64-exe](<https://devfeed.tech/tags/genbroker64-exe.md>), [genesis64](<https://devfeed.tech/tags/genesis64.md>), [iconics](<https://devfeed.tech/tags/iconics.md>), [iconics-genesis64](<https://devfeed.tech/tags/iconics-genesis64.md>), [ics](<https://devfeed.tech/tags/ics.md>), [icsa-22-202-04](<https://devfeed.tech/tags/icsa-22-202-04.md>), [memory](<https://devfeed.tech/tags/memory.md>), [memory-corruption](<https://devfeed.tech/tags/memory-corruption.md>), [paracosme](<https://devfeed.tech/tags/paracosme.md>), [pwn2own](<https://devfeed.tech/tags/pwn2own.md>), [pwn2own-2022](<https://devfeed.tech/tags/pwn2own-2022.md>), [pwn2own-miami](<https://devfeed.tech/tags/pwn2own-miami.md>), [remote](<https://devfeed.tech/tags/remote.md>), [zdi-22-1041](<https://devfeed.tech/tags/zdi-22-1041.md>), [zero-click](<https://devfeed.tech/tags/zero-click.md>)

### AI overview

A participant recounts preparing for and demonstrating a winning zero-click remote entry at the 2022 Pwn2Own ICS competition in Miami. The article focuses on exploiting a memory-corruption vulnerability in ICONICS Genesis64 software running on Windows.

### Source excerpt

🧾 Introduction After participating in Pwn2Own Austin in 2021 and failing to land my remote kernel exploit Zenith (which you can read about here), I was eager to try again. It is fun and forces me to look at things I would never have looked at otherwise. The one thing I ...