17
© 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

Embed Size (px)

Citation preview

Page 1: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University

CERT Secure Coding StandardsRobert C. Seacord

Page 2: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 2

Total vulnerabilities reported(1995-2Q,2005): 19,600

5,000

4,000

3,000

2,000

0

1,000

1997 1998 1999 2000 2001 2002 2003 2004 2005

311 262417

1,090

2,437

4,129

3,784 3,780

5,990 6,000

Problem Statement

Reacting to vulnerabilities in existing systems is not working

Page 3: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 3

Recent Trends Are No Different

0

250

500

750

1000

1250

1500

1750

2000

FY 2004Q3

FY 2004Q3

FY 2004Q4

FY 2005Q1

FY 2005Q2

FY 2005Q3

FY 2005Q4

FY 2006Q1

FY 2006Q2

FY 2006Q3TD

Page 4: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 4

Secure Coding Initiative

Work with software developers and software development organizations to eliminate vulnerabilities resulting from coding errors before they are deployed.

Reduce the number of vulnerabilities to a level where they can be handled by computer security incident response teams (CSIRTs)

Decrease remediation costs by eliminating vulnerabilities before software is deployed

Page 5: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 5

Overall Thrusts

Advance the state of the practice in secure coding

Identify common programming errors that lead to software vulnerabilities

Establish standard secure coding practices

Educate software developers

Page 6: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 6

CERT Secure Coding Standards

Identify coding practices that can be used to improve the security of software systems under development

Coding practices are classified as either rules or recommendations Rules need to be followed to claim compliance. Recommendations are guidelines or

suggestions.

Development of Secure Coding Standards is a community effort

Page 7: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 7

Rules

Coding practices are defined as rules when

Violation of the coding practice will result in a security flaw that may result in an exploitable vulnerability.

There is an enumerable set of exceptional conditions (or no such conditions) where violating the coding practice is necessary to ensure the correct behavior for the program.

Conformance to the coding practice can be verified.

Page 8: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 8

Recommendations

Coding practices are defined as recommendations when

Application of the coding practice is likely to improve system security.

One or more of the requirements necessary for a coding practice to be considered a rule cannot be met.

Page 9: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 9

Community Development Process

Published as candidate rules and recommendations on the CERT Wiki accessible from: www.cert.org/secure-coding

Rules are solicited from the community

Threaded discussions used for public vetting

Candidate coding practices are moved into a secure coding standard when consensus is reached

Page 10: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 10

Scope

The secure coding standards proposed by CERT are based on documented standard language versions as defined by official or de facto standards organizations.

Secure coding standards are under development for:

C programming language (ISO/IEC 9899:1999) C++ programming language (ISO/IEC 14882-2003 )

Applicable technical corrigenda and documented language extensions such as the ISO/IEC TR 24731 extensions to the C library are also included.

Page 11: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 11

Potential Applications

Establish secure coding practices within an organization

may be extended with organization-specific rules cannot replace or remove existing rules

Train software professionals

Certify programmers in secure coding

Establish base-line requirements for software analysis tools

Certify software systems

Page 12: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 12

System QualitiesSecurity is one of many system qualities that must be considered in the selection and application of a coding standard.

System qualities with significant overlap Safety Reliability Availability

System qualities that influence security Maintainability Understandability

System qualities that make security harder Portability

System qualities that may conflict with security Performance Usability

Page 13: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 13

Implementation & Demo

Externally accessible system hosted on the CERT web site

Software

Atlassian's confluence wiki with unlimited named users

Hardware

One Dell PowerEdge 2850 Two Intel Xeon Processors at 3.0GHz/2MB Cache,

800MHz FSB Memory 2GB DDR2 400MHz (2X1GB Primary Controller Embedded RAID (ROMB) Three 73GB 10K RPM Ultra 320 SCSI Hard Drives

Page 14: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 14

Demo

Page 15: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 15

Future Directions

Provide similar products for other languages

C++/CLI C# Java Ada Etc.

Produce language independent guidance cross-referenced with specific examples from target languages

Page 16: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 16

Questions

Page 17: © 2006 Carnegie Mellon University CERT Secure Coding Standards Robert C. Seacord

© 2006 Carnegie Mellon University 17

For More Information

Visit the CERT® web site http://www.cert.org/secure-coding/

Contact PresenterRobert C. Seacord [email protected]

Contact CERT Coordination CenterSoftware Engineering InstituteCarnegie Mellon University4500 Fifth AvenuePittsburgh PA 15213-3890

Hotline: 412-268-7090 CERT/CC personnel answer 8:00 a.m.–5:00 p.m. and are on call for emergencies during other hours.

Fax: 412-268-6989

E-mail: [email protected]