Saturday, July 24, 2010

24 Deadly Sins of Software Security: Programming Flaws and How to Fix Them

Always new books in the field of security impressed me .
I was away from popular security materials due to huge amount of work on ring0 Development .
Anyone knows Kernel mode development & such a like stuff are somewhat arid but in my opinion these-like materials are powerful & essential for anyone who is in Reverse community .

While searching new books, My friend suggested me a Book with title "24 deadly sins of software security, programming flaws & how to fix them" .

First I thought I have already this book, I asked & get no as answer .
The book I had was 19 deadly ... , along with my friend's suggestion I found the book & had a review .
the books is valuable to read .
topics are updated & obvious,

take a look at the following description :
Fully updated to cover the latest security issues, 24 Deadly Sins of Software Security reveals the most common design and coding errors and explains how to fix each one-or better yet, avoid them from the start. Michael Howard and David LeBlanc, who teach Microsoft employees and the world how to secure code, have partnered again with John Viega, who uncovered the original 19 deadly programming sins. They have completely revised the book to address the most recent vulnerabilities and have added five brand-new sins. This practical guide covers all platforms, languages, and types of applications. Eliminate these security flaws from your code :
# SQL injection
# Web server- and client-related vulnerabilities
# Use of magic URLs, predictable cookies, and hidden form fields
# Buffer overruns
# Format string problems
# Integer overflows
# C++ catastrophes
# Insecure exception handling
# Command injection
# Failure to handle errors
# Information leakage
# Race conditions
# Poor usability
# Not updating easily
# Executing code with too much privilege
# Failure to protect stored data
# Insecure mobile code
# Use of weak password-based systems
# Weak random numbers
# Using cryptography incorrectly
# Failing to protect network traffic
# Improper use of PKI
# Trusting network name resolution

so if you are interested in this book, get it from this link .


No comments:

Post a Comment