Recent Posts
Archives
@ChrisJohnRiley
- RT @nostarch: Use code REVERSEIT to get 40% off "Practical Malware Analysis"! One week only! Free ebook w/ all print book purchases. htt ... 1 hour ago
- [SuggestedReading] CVE-2012-0209 Horde backdoor analysis (via @xme) http://t.co/XLYpwTMQ 8 hours ago
- [SuggestedReading] Cloudcracker (A password cracking service for penetration testers and… http://t.co/FCd3TkpM 8 hours ago
- [SuggestedReading] DEF CON 20 - Call for Papers http://t.co/W4NtyaVx 12 hours ago
- RT @moxie: I've just released CloudCracker, a general-purpose cloud-based password cracking service, complete with an API: https://t.co/ ... 12 hours ago
- Fixed my refeed... PHP and UTF-8... Oh the pain! Sorry about the SuggestedReading spam flood 23 hours ago
Flickr Photos
|
Links
Disclaimer
The contents of this personal blog are solely my own opinions and comments, as such they do not reflect the opinions of my employer(s) past, present or future. No legal liability is accepted for anything you do, think, or consider fact as the basis of articles and links posted on this blog.
"Three to one...two...one...probability factor of one to one...we have normality, I repeat we have normality. Anything you still can’t cope with is therefore your own problem."
Note: A large portion of content I post on my blog comes from "live blogging" of security conferences. These posts are in notes form and are written live during a talk. As such errors and emissions are expected. I'm only human after all!
A few months back I discovered a vulnerabilty in the core of Typo3 (versions 4.0.0 to 4.0.9, 4.1.0 to 4.1.7, 4.2.0 to 4.2.3). Now that the Typo3 security team have responded with a patch against this issue (see the 



wow Chris, nice work!
Thanks… It’s an interesting find, but certainly not major issue. When it comes down to it, it exposes a reflective XSS flaw, and maybe some data stored using the Typo3 XOR functions (also based on the EncKey). Still, no world ending DNS vuln here.
It’s just nice to give something back (to an open source project) and make something more secure instead of constantly breaking things
That and I really enjoyed reversing the process and writing the tool(s) (my first python script, and it actually works… who’d have thought).
Not sure what’s next… maybe I’ll keep looking at Typo3 for a while
Congrats again on this, Chris!