[BACK]Return to security.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/security.html, Revision 1.452

1.441     bentley     1: <!doctype html>
                      2: <html lang=en>
                      3: <meta charset=utf-8>
                      4:
1.430     tj          5: <title>OpenBSD: Security</title>
1.425     deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.432     tb          8: <link rel="canonical" href="https://www.openbsd.org/security.html">
1.1       deraadt     9:
1.441     bentley    10: <style>
                     11: h3 {
                     12:        color: var(--red);
                     13: }
                     14: </style>
1.428     tb         15:
1.441     bentley    16: <h2 id=OpenBSD>
1.425     deraadt    17: <a href="index.html">
1.441     bentley    18: <i>Open</i><b>BSD</b></a>
                     19: Security
1.427     tb         20: </h2>
1.441     bentley    21:
1.294     david      22: <hr>
1.441     bentley    23:
1.429     tj         24: <p>
1.441     bentley    25: For security advisories for specific releases, click below:
1.1       deraadt    26:
1.294     david      27: <p>
1.406     deraadt    28:
1.444     schwarze   29: <a href="errata20.html">2.0</a>,
1.418     tedu       30: <a href="errata21.html">2.1</a>,
                     31: <a href="errata22.html">2.2</a>,
                     32: <a href="errata23.html">2.3</a>,
                     33: <a href="errata24.html">2.4</a>,
                     34: <a href="errata25.html">2.5</a>,
                     35: <a href="errata26.html">2.6</a>,
                     36: <a href="errata27.html">2.7</a>,
                     37: <a href="errata28.html">2.8</a>,
                     38: <a href="errata29.html">2.9</a>,
                     39: <a href="errata30.html">3.0</a>,
                     40: <a href="errata31.html">3.1</a>,
                     41: <a href="errata32.html">3.2</a>,
                     42: <a href="errata33.html">3.3</a>,
                     43: <a href="errata34.html">3.4</a>,
                     44: <a href="errata35.html">3.5</a>,
1.444     schwarze   45: <br>
1.418     tedu       46: <a href="errata36.html">3.6</a>,
1.420     schwarze   47: <a href="errata37.html">3.7</a>,
1.418     tedu       48: <a href="errata38.html">3.8</a>,
                     49: <a href="errata39.html">3.9</a>,
                     50: <a href="errata40.html">4.0</a>,
                     51: <a href="errata41.html">4.1</a>,
                     52: <a href="errata42.html">4.2</a>,
                     53: <a href="errata43.html">4.3</a>,
                     54: <a href="errata44.html">4.4</a>,
                     55: <a href="errata45.html">4.5</a>,
                     56: <a href="errata46.html">4.6</a>,
                     57: <a href="errata47.html">4.7</a>,
                     58: <a href="errata48.html">4.8</a>,
                     59: <a href="errata49.html">4.9</a>,
                     60: <a href="errata50.html">5.0</a>,
                     61: <a href="errata51.html">5.1</a>,
1.444     schwarze   62: <br>
1.418     tedu       63: <a href="errata52.html">5.2</a>,
                     64: <a href="errata53.html">5.3</a>,
1.420     schwarze   65: <a href="errata54.html">5.4</a>,
1.419     jsg        66: <a href="errata55.html">5.5</a>,
1.420     schwarze   67: <a href="errata56.html">5.6</a>,
1.423     benno      68: <a href="errata57.html">5.7</a>,
1.431     deraadt    69: <a href="errata58.html">5.8</a>,
                     70: <a href="errata59.html">5.9</a>,
1.434     tj         71: <a href="errata60.html">6.0</a>,
1.435     deraadt    72: <a href="errata61.html">6.1</a>,
1.436     deraadt    73: <a href="errata62.html">6.2</a>,
1.437     deraadt    74: <a href="errata63.html">6.3</a>,
1.440     deraadt    75: <a href="errata64.html">6.4</a>,
1.443     deraadt    76: <a href="errata65.html">6.5</a>,
1.445     deraadt    77: <a href="errata66.html">6.6</a>,
1.446     deraadt    78: <a href="errata67.html">6.7</a>,
1.448     deraadt    79: <br>
1.447     deraadt    80: <a href="errata68.html">6.8</a>,
1.448     deraadt    81: <a href="errata69.html">6.9</a>,
                     82: <a href="errata70.html">7.0</a>.
1.406     deraadt    83: <br>
1.56      deraadt    84: <hr>
                     85:
1.278     deraadt    86: <ul>
1.441     bentley    87: <li><h3 id=goals>Goals</h3>
1.22      deraadt    88:
1.441     bentley    89: <p>
1.14      deraadt    90: OpenBSD believes in strong security.  Our aspiration is to be NUMBER
1.22      deraadt    91: ONE in the industry for security (if we are not already there).  Our
                     92: open software development model permits us to take a more
1.442     deraadt    93: uncompromising view towards increased security than most vendors are
1.424     tb         94: able to.  We can make changes the vendors would
1.27      deraadt    95: not make.  Also, since OpenBSD is exported with <a href=crypto.html>
1.45      deraadt    96: cryptography</a>, we are able to take cryptographic approaches towards
1.441     bentley    97: fixing security problems.
1.18      deraadt    98:
1.441     bentley    99: <li><h3 id=disclosure>Full Disclosure</h3>
1.106     deraadt   100:
1.441     bentley   101: <p>
1.45      deraadt   102: Like many readers of the
1.450     benno     103: <a href="https://marc.info/?l=bugtraq">
1.18      deraadt   104: BUGTRAQ mailing list</a>,
1.106     deraadt   105: we believe in full disclosure of security problems.  In the
                    106: operating system arena, we were probably the first to embrace
                    107: the concept.  Many vendors, even of free software, still try
1.441     bentley   108: to hide issues from their users.
1.106     deraadt   109:
1.441     bentley   110: <p>
1.106     deraadt   111: Security information moves very fast in cracker circles.  On the other
                    112: hand, our experience is that coding and releasing of proper security
1.441     bentley   113: fixes typically requires about an hour of work &mdash; very fast fix
1.106     deraadt   114: turnaround is possible.  Thus we think that full disclosure helps the
                    115: people who really care about security.<p>
                    116:
1.441     bentley   117: <li><h3 id=process>Audit Process</h3>
1.15      deraadt   118:
1.441     bentley   119: <p>
1.12      deraadt   120: Our security auditing team typically has between six and twelve
1.45      deraadt   121: members who continue to search for and fix new security holes.  We
                    122: have been auditing since the summer of 1996.  The process we follow to
                    123: increase security is simply a comprehensive file-by-file analysis of
1.106     deraadt   124: every critical software component.  We are not so much looking for
                    125: security holes, as we are looking for basic software bugs, and if
1.138     deraadt   126: years later someone discovers the problem used to be a security
1.106     deraadt   127: issue, and we fixed it because it was just a bug, well, all the
                    128: better.  Flaws have been found in just about every area of the system.
                    129: Entire new classes of security problems have been found during our
                    130: audit, and often source code which had been audited earlier needs
                    131: re-auditing with these new flaws in mind.  Code often gets audited
                    132: multiple times, and by multiple people with different auditing
1.441     bentley   133: skills.
1.12      deraadt   134:
1.441     bentley   135: <p>
1.94      deraadt   136: Some members of our security auditing team worked for Secure Networks,
                    137: the company that made the industry's premier network security scanning
                    138: software package Ballista (Secure Networks got purchased by Network
                    139: Associates, Ballista got renamed to Cybercop Scanner, and well...)
                    140: That company did a lot of security research, and thus fit in well
1.106     deraadt   141: with the OpenBSD stance.  OpenBSD passed Ballista's tests with flying
1.441     bentley   142: colours since day 1.
1.31      deraadt   143:
1.441     bentley   144: <p>
1.34      deraadt   145: Another facet of our security auditing process is its proactiveness.
1.45      deraadt   146: In most cases we have found that the determination of exploitability
                    147: is not an issue.  During our ongoing auditing process we find many
                    148: bugs, and endeavor to fix them even though exploitability is not
                    149: proven.  We fix the bug, and we move on to find other bugs to fix.  We
                    150: have fixed many simple and obvious careless programming errors in code
                    151: and only months later discovered that the problems were in fact
                    152: exploitable.  (Or, more likely someone on
1.451     jasper    153: <a href="https://marc.info/?l=bugtraq">BUGTRAQ</a>
1.441     bentley   154: would report that other operating systems were vulnerable to a <q>newly
                    155: discovered problem</q>, and then it would be discovered that OpenBSD had
1.45      deraadt   156: been fixed in a previous release).  In other cases we have been saved
                    157: from full exploitability of complex step-by-step attacks because we
                    158: had fixed one of the intermediate steps.  An example of where we
1.94      deraadt   159: managed such a success is the lpd advisory that Secure Networks put out.
1.29      deraadt   160:
1.441     bentley   161: <li><h3 id=newtech>New Technologies</h3>
1.278     deraadt   162:
1.441     bentley   163: <p>
1.278     deraadt   164: As we audit source code, we often invent new ways of solving problems.
                    165: Sometimes these ideas have been used before in some random application
                    166: written somewhere, but perhaps not taken to the degree that we do.
                    167:
                    168: <ul>
                    169:   <li>strlcpy() and strlcat()
                    170:   <li>Memory protection purify
                    171:     <ul>
                    172:     <li>W^X
                    173:     <li>.rodata segment
                    174:     <li>Guard pages
                    175:     <li>Randomized malloc()
                    176:     <li>Randomized mmap()
                    177:     <li>atexit() and stdio protection
                    178:     </ul>
1.295     otto      179:   <li>Privilege separation
1.278     deraadt   180:   <li>Privilege revocation
                    181:   <li>Chroot jailing
                    182:   <li>New uids
                    183:   <li>ProPolice
1.424     tb        184:   <li>... <a href="/innovations.html">and others</a>
1.278     deraadt   185: </ul>
                    186:
1.441     bentley   187: <li><h3 id=reward>The Reward</h3>
1.106     deraadt   188:
1.441     bentley   189: <p>
1.45      deraadt   190: Our proactive auditing process has really paid off.  Statements like
1.441     bentley   191: <q>This problem was fixed in OpenBSD about 6 months ago</q> have become
1.45      deraadt   192: commonplace in security forums like
1.452   ! tj        193: <a href="https://marc.info/?l=bugtraq">BUGTRAQ</a>.
1.35      deraadt   194:
1.441     bentley   195: <p>
1.45      deraadt   196: The most intense part of our security auditing happened immediately
1.441     bentley   197: before the OpenBSD 2.0 release and during the 2.0&rarr;2.1 transition,
1.45      deraadt   198: over the last third of 1996 and first half of 1997.  Thousands (yes,
                    199: thousands) of security issues were fixed rapidly over this year-long
                    200: period; bugs like the standard buffer overflows, protocol
                    201: implementation weaknesses, information gathering, and filesystem
                    202: races.  Hence most of the security problems that we encountered were
                    203: fixed before our 2.1 release, and then a far smaller number needed
                    204: fixing for our 2.2 release.  We do not find as many problems anymore,
                    205: it is simply a case of diminishing returns.  Recently the security
                    206: problems we find and fix tend to be significantly more obscure or
1.441     bentley   207: complicated.  Still we will persist for a number of reasons:
1.36      deraadt   208:
1.35      deraadt   209: <ul>
1.45      deraadt   210: <li>Occasionally we find a simple problem we missed earlier. Doh!
1.35      deraadt   211: <li>Security is like an arms race; the best attackers will continue
1.45      deraadt   212:        to search for more complicated exploits, so we will too.
                    213: <li>Finding and fixing subtle flaws in complicated software is
                    214:        a lot of fun.
1.35      deraadt   215: </ul>
1.441     bentley   216:
1.106     deraadt   217: <p>
1.14      deraadt   218: The auditing process is not over yet, and as you can see we continue
1.441     bentley   219: to find and fix new security flaws.
1.12      deraadt   220:
1.441     bentley   221: <li><h3 id=default><q>Secure by Default</q></h3>
1.106     deraadt   222:
1.441     bentley   223: <p>
1.106     deraadt   224: To ensure that novice users of OpenBSD do not need to become security
                    225: experts overnight (a viewpoint which other vendors seem to have), we
                    226: ship the operating system in a Secure by Default mode.  All non-essential
                    227: services are disabled.  As the user/administrator becomes more familiar
                    228: with the system, he will discover that he has to enable daemons and other
                    229: parts of the system.  During the process of learning how to enable a new
1.441     bentley   230: service, the novice is more likely to learn of security considerations.
1.106     deraadt   231:
1.441     bentley   232: <p>
1.106     deraadt   233: This is in stark contrast to the increasing number of systems that
                    234: ship with NFS, mountd, web servers, and various other services enabled
                    235: by default, creating instantaneous security problems for their users
1.441     bentley   236: within minutes after their first install.
1.106     deraadt   237:
1.441     bentley   238: <li><h3 id=crypto>Cryptography</h3>
1.106     deraadt   239:
1.441     bentley   240: <p>
1.106     deraadt   241: And of course, since the OpenBSD project is based in Canada, it is possible
                    242: for us to integrate cryptography.  For more information, read the page
1.441     bentley   243: outlining <a href=crypto.html>what we have done with cryptography</a>.
1.106     deraadt   244:
1.441     bentley   245: <li><h3 id=advisories>Advisories</h3>
1.106     deraadt   246:
1.441     bentley   247: <p>
1.418     tedu      248: Please refer to the links at the top of this page.
1.106     deraadt   249:
1.441     bentley   250: <li><h3 id=watching>Watching our Changes</h3>
1.106     deraadt   251:
1.441     bentley   252: <p>
1.21      deraadt   253: Since we take a proactive stance with security, we are continually
                    254: finding and fixing new security problems.  Not all of these problems
1.80      espie     255: get widely reported because (as stated earlier) many of them are not
1.45      deraadt   256: confirmed to be exploitable; many simple bugs we fix do turn out to
                    257: have security consequences we could not predict.  We do not have the
1.441     bentley   258: time resources to make these changes available in the above format.
1.21      deraadt   259:
1.441     bentley   260: <p>
1.21      deraadt   261: Thus there are usually minor security fixes in the current source code
                    262: beyond the previous major OpenBSD release.  We make a limited
1.45      deraadt   263: guarantee that these problems are of minimal impact and unproven
1.44      ian       264: exploitability.  If we discover that a problem definitely matters for
1.441     bentley   265: security, patches will show up here <strong>VERY</strong> quickly.
1.21      deraadt   266:
1.441     bentley   267: <p>
1.45      deraadt   268: People who are really concerned with security can do a number of
1.441     bentley   269: things:
1.21      deraadt   270:
                    271: <ul>
                    272: <li>If you understand security issues, watch our
1.294     david     273:        <a href="mail.html">source-changes mailing list</a> and keep an
1.23      deraadt   274:        eye out for things which appear security related.  Since
1.21      deraadt   275:        exploitability is not proven for many of the fixes we make,
1.441     bentley   276:        do not expect the relevant commit message to say <q>SECURITY FIX!</q>.
1.21      deraadt   277:        If a problem is proven and serious, a patch will be available
                    278:        here very shortly after.
                    279: <li>Track our current source code tree, and teach yourself how to do a
1.29      deraadt   280:        complete system build from time to time (read /usr/src/Makefile
                    281:        carefully).  Users can make the assumption that the current
                    282:        source tree always has stronger security than the previous release.
1.45      deraadt   283:        However, building your own system from source code is not trivial;
1.424     tb        284:        it is over 850MB of source code, and problems do occur as we
1.45      deraadt   285:        transition between major releases.
1.115     ericj     286: <li>Install a binary snapshot for your
1.80      espie     287:        architecture, which are made available fairly often.  For
1.424     tb        288:        instance, an amd64 snapshot is typically made available daily.
1.21      deraadt   289: </ul>
                    290:
1.441     bentley   291: <li><h3 id=reporting>Reporting problems</h3>
                    292:
1.9       deraadt   293: <p>
1.441     bentley   294: If you find a new security problem, you can mail it to
1.449     job       295: <a href="mailto:security@openbsd.org">security@openbsd.org</a>.
1.7       deraadt   296: <br>
1.5       deraadt   297: If you wish to PGP encode it (but please only do so if privacy is very
1.112     philen    298: urgent, since it is inconvenient) use this <a href="advisories/pgpkey.txt">pgp key</a>.
1.5       deraadt   299:
1.441     bentley   300: <li><h3 id=papers>Further Reading</h3>
                    301:
1.107     deraadt   302: <p>
1.389     lum       303: Numerous
1.441     bentley   304: <a href="events.html">papers</a> have been written by OpenBSD team members,
1.389     lum       305: many dedicated to security.
1.294     david     306: </ul>