Jump to ratings and reviews
Rate this book

Secure Coding in C and C++

Rate this book
Learn the Root Causes of Software Vulnerabilities and How to Avoid Them Commonly exploited software vulnerabilities are usually caused by avoidable software defects. Having analyzed tens of thousands of vulnerability reports since 1988, CERT has determined that a relatively small number of root causes account for most of the vulnerabilities. " " "Secure Coding in C and C++, Second Edition, "identifies and explains these root causes and shows the steps that can be taken to prevent exploitation. Moreover, this book encourages programmers to adopt security best practices and to develop a security mindset that can help protect software from tomorrow's attacks, not just today's. Drawing on the CERT's reports and conclusions, Robert C. Seacord systematically identifies the program errors most likely to lead to security breaches, shows how they can be exploited, reviews the potential consequences, and presents secure alternatives. Coverage includes technical detail on how to Improve the overall security of any C or C++ applicationThwart buffer overflows, stack-smashing, and return-oriented programming attacks that exploit insecure string manipulation logicAvoid vulnerabilities and security flaws resulting from the incorrect use of dynamic memory management functionsEliminate integer-related problems resulting from signed integer overflows, unsigned integer wrapping, and truncation errorsPerform secure I/O, avoiding file system vulnerabilitiesCorrectly use formatted output functions without introducing format-string vulnerabilitiesAvoid race conditions and other exploitable vulnerabilities while developing concurrent code The second edition features Updates for C11 and C++11 Significant revisions to chapters on strings, dynamic memory management, and integer securityA new chapter on concurrencyAccess to the online secure coding course offered through Carnegie Mellon's Open Learning Initiative (OLI) " " "Secure Coding in C and C++, Second Edition, "presents hundreds of examples of secure code, insecure code, and exploits, implemented for Windows and Linux. If you're responsible for creating secure C or C++ software-or for keeping it safe-no other book offers you this much detailed, expert assistance.

600 pages, Kindle Edition

First published September 1, 2005

40 people are currently reading
219 people want to read

About the author

Robert C. Seacord

11 books9 followers
Robert C. Seacord is an American computer security specialist and writer. He is the author of books on computer security, legacy system modernization, and component-based software engineering.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
17 (32%)
4 stars
19 (35%)
3 stars
14 (26%)
2 stars
3 (5%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
Profile Image for Chad.
273 reviews20 followers
paused
July 19, 2019
I'm just over 10% in as of this writing, and I finally started getting to the part where it talks about secure coding techniques. Consequently, I'm not far enough into the book to comment on whether the actual core purpose of the book is well-presented and full of good advice. I can say that it's a little frustrating that the foregoing parts of the book have been the usual "this is why secure coding is important" and "these are examples of things that have blown up in the faces of the whole world" fluff expanded to take up ten percent of the book. I'm also slightly concerned that this author referred to Secure Coding: Principles and Practices in positive terms as if it is the best resource for secure software development process, given all the obsolete, broken, and generally ill-advised content in that book (see my review of Secure Coding: Principles And Practices for some details).

If the rest of the book presents good, practical advice for specific secure coding techniques, and stays away from bad advice about process-oriented ideas, it can still be worth four stars, though. I have high hopes, given the book's reputation and its author's pedigree. I'll try to remember to update this review later.
13 reviews
November 13, 2018
Very good book to read about C and C++ programming. Explanation is detailed and covers many useful topics. Also good refresher’s book for someone with interest in C and/or C++ programming.
Profile Image for Looben.
13 reviews1 follower
January 26, 2014
Anatomy of common vulnerabilities with C/C++ programs, accompany with informative system level detail and background
Profile Image for ・.
15 reviews
Want to read
December 6, 2017
think: an introduction to c through counterexamples
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.