It enables users to examine effective techniques for fuzz testing ActiveX controls in order to provide some insight into the current state of ActiveX security.
Apr 28, 2009
Apr 27, 2009
iPhone in Action
Tags:
iPhone
"iPhone in Action" is a book release in Dec 2008.
The blog for iPhone in Action is at http://iphoneinaction.manning.com/iphone_in_action/
It is all about iPhone including tutorials, classes, and other info on iPhone SDK programming.
The blog for iPhone in Action is at http://iphoneinaction.manning.com/iphone_in_action/
It is all about iPhone including tutorials, classes, and other info on iPhone SDK programming.
MakeUseof Freebies
This is a list of freebies from MakeUseOf:
- Shortcut cheatsheets
- "Where to Watch" Guide for Web
- MakeUseOf Photoshop Guide
- Idiot's Ultimate Guide for Building your own computer.
- MakeUseOf Laptop Buying Guide 2009
- The Big Book of iTunes
- MakeUseOf PSP Downgrading and Upgrading Guide
Vulnerability on OAuth
Tags:
vulnerability
What's OAuth?
Below is a list of affected vendors:
- It is an an open protocol to allow API access authorization.
- It allows user to grant access on specific user's data to online providers, like OpenID.
- OpenID provides the authentication and then OAuth gives access to the user's properties and attributes without giving all other information to the provider.
- It is similar to a session fixation vulnerability (it's not session related).
- The attacker can get a legitimate request token from one site, then entice a victim to click on a link with that token.
- The link brings the victim to a page for approving access for site to access personal information.
- The attacker can then finishes the authorization and get access to whatever information was approved to be accessed by the site.
Below is a list of affected vendors:
Apr 20, 2009
New Linux Rootkit Technique
A new rootkit technique is uncovered by a Linux expert using /dev/mem. This is also less obvious thant the established route via traditional LKM method to hide files or processes, or interfere with network traffic.
The trick is that, without requiring extensive rights, libmemrk uses the /dev/mem device driver to write arbitrary code from userspace into main memory. /dev/mem is an interface that enables use of the physically addressable memory.
Interestingly, some platforms are secure against this new rootkit (by default):
The trick is that, without requiring extensive rights, libmemrk uses the /dev/mem device driver to write arbitrary code from userspace into main memory. /dev/mem is an interface that enables use of the physically addressable memory.
Interestingly, some platforms are secure against this new rootkit (by default):
- Current RedHat and Fedora (incorporates SELinux )
- Virtual environment (another reason to be virtualized)
Subscribe to:
Posts (Atom)