* ([c2833484](https://github.com/SWG-Source/dsrc/commit/c2833484b1f16b19d03e44e3b57deadd29f79f1a) and [61070d8b](https://github.com/SWG-Source/src/commit/61070d8b6a2a24a510dcedb1004f0fa5c1838fd4) (later adjusted via [e11d527b](https://github.com/SWG-Source/src/commit/e11d527b7a5d999c24f378c4d8fe7406c2b96684))) Addresses a vulnerability in a controller message from the client that allowed sending a message from the client to delete any game object without server-side validation. * ([65977703](https://github.com/SWG-Source/dsrc/commit/65977703ecac7b9da22625212164002e7b598fda) and [8ed0a7cb](https://github.com/SWG-Source/src/commit/8ed0a7cb673004d483b01690ae650cd05ac306c1)) Addresses a vulnerability in buyback container item transfers. * ([23c8f343](https://github.com/SWG-Source/client-tools/commit/23c8f3430abf6f52e6b82a910f57a1bda65be25f)) Addresses a scripting issue that created a vulnerability in certain client-side admin commands. * ([f8a5b050](https://github.com/SWG-Source/src/commit/f8a5b0505ed957d67ed8df2af4308b8fe2ad0ed4)) Adds additional level of validation to container opening admin commands. * ([62edbcf6](https://github.com/SWG-Source/src/commit/62edbcf662f4252780cf5bed027427d186dc3b97)) Blocks using /open on a crafting tool to get generated items prior to completing the crafting process. * ([315e1d53](https://github.com/SWG-Source/client-tools/commit/315e1d53c7c6b63d78a225ad8aff14c4dae64e36) and [6aa96f00](https://github.com/SWG-Source/dsrc/commit/6aa96f006af7bf26acf42a744880f650489639b7) and [b3d51a77](https://github.com/SWG-Source/client-tools/commit/b3d51a77b8cc121d2a5d2e06a25c4874fadb3697)) Addresses an exploit where stackable items could be sold to a junk dealer while in the player's toolbar and then retrieved from the buyback container unintentionally by clicking the item in the toolbar allowing a loop of selling and buying back the item. * ([e5c9ef5b](https://github.com/SWG-Source/client-tools/commit/e5c9ef5b55d350f5226d7ae573656d71682db107) (later adjusted via [e5536f68](https://github.com/SWG-Source/client-tools/commit/e5536f6837d26f66f8bfa28f8cf08a903f20b8c7)) Fixes an exploit that allows a player to loop using the /examine command and speed hack accelerate their movement. * ([fb0b6407](https://github.com/SWG-Source/dsrc/commit/fb0b6407434773532767ba4b8b108373db5a5725)) Fixes an exploit that allows any Jedi Profession to request a robe from a Force Shrine if they don't have one in their inventory. The common exploit tactic involved requesting a robe, selling to a junk dealer, and repeating. * ([0b7ba4c7](https://github.com/SWG-Source/src/commit/0b7ba4c7fc1aea5dab674fe1dc0c4c9fe316a157)) Disallows auctioning an item that isn't contained by a player to fix an exploit that allowed players to sell an item to the Bazaar and a Junk Dealer in close succession. * ([d9ff25d0](https://github.com/SWG-Source/src/commit/d9ff25d06f65a63b56b963a347fd5a1c13a1d54a)) Fixes an exploit that sometimes allowed non-admin players to execute certain console admin commands. * ([e1268bc8](https://github.com/SWG-Source/src/commit/e1268bc8a6cd81b0f59c0f9ae248edcec8f4afa2)) Corrects a bug that could be exploited to get behind certain collidable objects. * ([36785b34](https://github.com/SWG-Source/src/commit/36785b3451d4ad27a7571c63f347c7b49f4a8995)) Adjusts how isGod checks are validated for additional security around parsing admin commands. * ([b81ee4db](https://github.com/SWG-Source/src/commit/b81ee4db741380a04e9932c1818da18d569926b7) (later adjusted via [39d77b6f](https://github.com/SWG-Source/src/commit/39d77b6f72a62416afb38d39d56cebcdcf82cfa6)) Forcefully disconnects clients which attempt to send unauthorized controller messages to prevent unintended communication.