db.runCommand({ applyOps: (uuid => ["test", "test2"].map(db => { return { op: "c", ns: db + ".$cmd", ui: uuid, o: {create: "foo"}}}))(UUID()) })
Running the applyOps command with a known UUID but wrong database for that UUID can crash the server.