security-bugs.rst 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .. _securitybugs:
  2. Security bugs
  3. =============
  4. Linux kernel developers take security very seriously. As such, we'd
  5. like to know when a security bug is found so that it can be fixed and
  6. disclosed as quickly as possible. Please report security bugs to the
  7. Linux kernel security team.
  8. Contact
  9. -------
  10. The Linux kernel security team can be contacted by email at
  11. <security@kernel.org>. This is a private list of security officers
  12. who will help verify the bug report and develop and release a fix.
  13. If you already have a fix, please include it with your report, as
  14. that can speed up the process considerably. It is possible that the
  15. security team will bring in extra help from area maintainers to
  16. understand and fix the security vulnerability.
  17. As it is with any bug, the more information provided the easier it
  18. will be to diagnose and fix. Please review the procedure outlined in
  19. admin-guide/reporting-bugs.rst if you are unclear about what
  20. information is helpful. Any exploit code is very helpful and will not
  21. be released without consent from the reporter unless it has already been
  22. made public.
  23. Disclosure and embargoed information
  24. ------------------------------------
  25. The security list is not a disclosure channel. For that, see Coordination
  26. below.
  27. Once a robust fix has been developed, the release process starts. Fixes
  28. for publicly known bugs are released immediately.
  29. Although our preference is to release fixes for publicly undisclosed bugs
  30. as soon as they become available, this may be postponed at the request of
  31. the reporter or an affected party for up to 7 calendar days from the start
  32. of the release process, with an exceptional extension to 14 calendar days
  33. if it is agreed that the criticality of the bug requires more time. The
  34. only valid reason for deferring the publication of a fix is to accommodate
  35. the logistics of QA and large scale rollouts which require release
  36. coordination.
  37. Whilst embargoed information may be shared with trusted individuals in
  38. order to develop a fix, such information will not be published alongside
  39. the fix or on any other disclosure channel without the permission of the
  40. reporter. This includes but is not limited to the original bug report
  41. and followup discussions (if any), exploits, CVE information or the
  42. identity of the reporter.
  43. In other words our only interest is in getting bugs fixed. All other
  44. information submitted to the security list and any followup discussions
  45. of the report are treated confidentially even after the embargo has been
  46. lifted, in perpetuity.
  47. Coordination
  48. ------------
  49. Fixes for sensitive bugs, such as those that might lead to privilege
  50. escalations, may need to be coordinated with the private
  51. <linux-distros@vs.openwall.org> mailing list so that distribution vendors
  52. are well prepared to issue a fixed kernel upon public disclosure of the
  53. upstream fix. Distros will need some time to test the proposed patch and
  54. will generally request at least a few days of embargo, and vendor update
  55. publication prefers to happen Tuesday through Thursday. When appropriate,
  56. the security team can assist with this coordination, or the reporter can
  57. include linux-distros from the start. In this case, remember to prefix
  58. the email Subject line with "[vs]" as described in the linux-distros wiki:
  59. <http://oss-security.openwall.org/wiki/mailing-lists/distros#how-to-use-the-lists>
  60. CVE assignment
  61. --------------
  62. The security team does not normally assign CVEs, nor do we require them
  63. for reports or fixes, as this can needlessly complicate the process and
  64. may delay the bug handling. If a reporter wishes to have a CVE identifier
  65. assigned ahead of public disclosure, they will need to contact the private
  66. linux-distros list, described above. When such a CVE identifier is known
  67. before a patch is provided, it is desirable to mention it in the commit
  68. message if the reporter agrees.
  69. Non-disclosure agreements
  70. -------------------------
  71. The Linux kernel security team is not a formal body and therefore unable
  72. to enter any non-disclosure agreements.