How To Be A Dinosaur For Christmas

Well, this metal suit might not make you a dinosaur, but it would be perfectly possible for you to play one on your computer. Retailing on eBay for a mere $2,397.99 OBO (plus Freight for a 350 pound box), this device was made and used for the motion capture of Ugobe’s Pleo Robot. With the right external components (no word on what those are), it would be perfectly possible to get this suit up an going back on Motion Capture as all the onboard electronics are included. This setup would be perfect for anyone planning an animated dinosaur movie that needs some reference movements, or for any mad scientist engineer who needs a control rig for a 40 story robotic dino of death. The possibilities are endless!

[eBay via Engadget]

ARDAgent.app Still Vulnerable


When Apple pushed their most recent security update, the first thing we checked was whether the ARDAgent issue was fixed. It’s not. This vulnerability lets anyone execute code as a privileged user and versions of this attack have already been found in the wild. While several Ruby, SMB, and WebKit issues were addressed it, ARDAgent is still unpatched. [Dino Dai Zovi] has published the method by which ARDAgent actually becomes vulnerable: when it starts, it installs its own Apple Event handlers and calls AESetInteractionAllowed() with kAEInteractWithSelf. This should restrict it only to its own events, but for some reason that’s not the resulting behavior. He also pointed out that SecurityAgent has displayed similar weirdness; it is vulnerable to Apple Events even though it doesn’t calls an Apple Events function. We can see how this unexpected behavior could make patch development take much longer and may end up uncovering an even bigger problem. Check out [Dino]’s post for more information.