Skip to content

Latest commit

 

History

History
256 lines (183 loc) · 17.5 KB

security-release-process.md

File metadata and controls

256 lines (183 loc) · 17.5 KB

Security Release Process

Kubernetes is a large growing community of volunteers, users, and vendors. The Kubernetes community has adopted this security disclosures and response policy to ensure we responsibly handle critical issues.

Security Response Committee (SRC)

Security vulnerabilities should be handled quickly and sometimes privately. The primary goal of this process is to reduce the total time users are vulnerable to publicly known exploits.

The Security Response Committee (SRC) is responsible for organizing the entire response including internal communication and external disclosure but will need help from relevant developers and release managers to successfully run this process.

Security Response Committee Membership

New SRC members are nominated by current SRC members, and selected by the steering committee.

The SRC is currently capped at 9 members.

Nomination

New members are nominated to the SRC by current SRC members. If you are interested in joining the SRC, the best way to secure a nomination is through sustained participation and contributions in the Kubernetes security community.

To encourage diversity members will also abide by a 1/2 maximal representation from any one company at any time. If representation changes due to job shifts or mergers, then members are encouraged to grow the team or replace themselves through mentoring new members. Being overlimit should not continue for longer than 12 months to give time to identify and mentor new members.

A nomination should include:

  1. Relevant credentials, including Kubernetes and security experience
  2. Statement of support from the nominating SRC member(s): ~1-3 sentences of why this person is a good candidate.
  3. Statement of intent from the nominee: ~1-3 sentences of why they want to join the committee and are a good fit.

In the event that an SRC member has concerns with a nomination, they should privately reach out to the steering committee via steering-private@kubernetes.io.

Nominations will be collected into a private Google doc shared between the SRC and Steering.

Nominations may be reused for new openings, but in that case both the SRC member and nominee should reconfirm (or update) their statements.

Member selection

After the nomination deadline is passed, nominations will be shared with the Steering Committee. Steering is encouraged to discuss the nominations in the next private monthly meeting, and reach out to the SRC with any questions.

The final selection is made by discussion & lazy consensus, with a fallback to a vote.

In the event that an individual is on both the SRC and Steering Committee, they will be expected to excuse themselves from the steering discussion & selection process (but may submit SRC nominations).

Stepping Down

Members may step down at anytime, and may nominate a replacement when they do.

Responsibilities

  • Members should remain active and responsive, and participate in the oncall rotation.
  • Members going on extended leave for up to 3 months (1-2 rotations) may pause their oncall duties, but should coordinate with other members to ensure the role is adequately staffed during the leave.
  • Longer leaves of absense should be discussed on a case-by-case basis.
  • Members of a role should remove any other members that have not communicated a leave of absence and either cannot be reached for more than 2 months or are not fulfilling their documented responsibilities for more than 2 months. This may be done through a super-majority vote of members.

New members are not expected to join the oncall rotation immediately, but are expected to start learning the processes and ramping up. During that time, they are expected to complete a shadow and reverse shadow rotation. The ramp-up time does not need to be formalized, but 2-3 months should be a reasonable expectation.

Incident Commander

One of the primary responsibilities of the SRC is to coordinate incident response when a vulnerability is discovered. The incident commander is responsible for coordinating all the different parts of the security release process (but not handling all those responsibilities themselves), and seeing the incident through to the end (or handing off).

The incident commander defaults to the current oncall, but may be handed off to other SRC or Kubernetes maintainers.

Triage

The current oncall is responsible for triaging incoming vulnerability reports (both through the bug bounty and email). For more details on the triage process, see oncall workflow.

SIG Release Roles

Included on the private Release Managers list are the following members:

It is the responsibility of the SIG Release Chairs to curate and maintain the various release role access controls across release cycles.

Disclosures

Private Disclosure Processes

The Kubernetes Community asks that all suspected vulnerabilities be privately and responsibly disclosed via the Private Disclosure process available at https://kubernetes.io/security.

Public Disclosure Processes

If you know of a publicly disclosed security vulnerability please IMMEDIATELY email security@kubernetes.io to inform the Security Response Committee (SRC) about the vulnerability so they may start the patch, release, and communication process.

If possible the SRC will ask the person making the public report if the issue can be handled via a private disclosure process. If the reporter denies the request, the SRC will move swiftly with the fix and release process. In extreme cases you can ask GitHub to delete the issue but this generally isn't necessary and is unlikely to make a public disclosure less damaging.

Patch, Release, and Public Communication

For each vulnerability a member of the SRC will volunteer to lead coordination with the Fix Team and Release Managers, and is responsible for sending disclosure emails to the rest of the community. This lead will be referred to as the Fix Lead.

The role of Fix Lead should rotate round-robin across the SRC.

All of the timelines below are suggestions and assume a Private Disclosure. The Fix Lead drives the schedule using their best judgment based on severity, development time, and release manager feedback. If the Fix Lead is dealing with a Public Disclosure all timelines become ASAP. If the fix relies on another upstream project's disclosure timeline, that will adjust the process as well. We will work with the upstream project to fit their timeline and best protect our users.

Fix Team Organization

These steps should be completed within the first 24 hours of Disclosure.

  • The Fix Lead will work quickly to identify relevant engineers and release managers from the affected projects and packages and CC those engineers into the disclosure thread. This selected developers are the Fix Team. A best guess is to invite all assignees in the OWNERS file from the affected packages.
  • The Fix Lead may get the Fix Team access to private security repos in the kubernetes-security GitHub org to develop the fix as required.
  • The Fix Lead should start by sharing a quick overview of the entire security release process as outlined in the Disclosures section in this document.

Note: The kubernetes-security GitHub org is co-owned and viewable by the SRC and Kubernetes Release Managers. Management of the org is done by SIG Contributor Experience's GitHub management subproject.

Fix Development Process

These steps should be completed within the 1-7 days of Disclosure.

If the CVSS score is under ~4.0 (a low severity score) or the assessed risk is low the Fix Team can decide to slow the release process down in the face of holidays, developer bandwidth, etc. These decisions must be discussed on the security@kubernetes.io mailing list.

If the CVSS score is under ~7.0 (a medium severity score), the Fix Lead may choose to carry out the fix semi-publicly. This means that PRs are made directly in the public kubernetes/kubernetes repo, while restricting discussion of the security aspects to private channels. The fix lead will make the determination whether there would be user harm in handling the fix publicly that outweighs the benefits of open engagement with the community.

Critical and High severity vulnerability fixes will typically receive an out-of-band release. Medium and Low severity vulnerability fixes will be released as part of the next Kubernetes patch release.

Note: CVSS is convenient but imperfect. Ultimately, the Fix Lead has discretion on classifying the severity of a vulnerability.

No matter the CVSS score, if the vulnerability requires User Interaction, especially in client components like kubectl, or otherwise has a straightforward, non-disruptive mitigation, the Fix Lead may choose to disclose the vulnerability before a fix is developed if they determine that users would be better off being warned against a specific interaction.

Fix Disclosure Process

With the Fix Development underway the Fix Lead needs to come up with an overall communication plan for the wider community. This Disclosure process should begin after the Fix Team has developed a Fix or mitigation so that a realistic timeline can be communicated to users. Emergency releases for critical and high severity issues or fixes for issues already made public may affect the below timelines for how quickly or far in advance notifications will occur.

Advance Vulnerability Disclosure to Private Distributors List (Completed within 1-4 weeks prior to public disclosure):

  • The Private Distributors List will be given advance notification of any vulnerability that is assigned a CVE, at least 7 days before the planned public disclosure date. The notification will include all information that can be reasonably provided at the time of the notification. This may include patches or links to PRs, proofs of concept or instructions to reproduce the vulnerability, known mitigations, and timelines for public disclosure. When applicable, patches for all supported versions should be included. Distributors should read about the Private Distributors List to find out the requirements for being added to this list.
  • What if a vendor breaks embargo? The SRC will assess the damage. The Fix Lead will make the call to release earlier or continue with the plan. When in doubt push forward and go public ASAP.

Fix Release Day

Release process:

  • The Fix Lead will cherry-pick the patches onto the master branch and all relevant release branches. The Fix Team will /lgtm and /approve.
  • The Release Managers will merge these PRs as quickly as possible. Changes shouldn't be made to the commits at this point, to prevent potential conflicts with the patches sent to distributors, and conflicts as the fix is cherry-picked around branches.
  • The Release Managers will ensure all the binaries are built, publicly available, and functional.
  • The Fix Lead will remove the Fix Team from the private security repo once it is no longer needed.

Communications process:

  • The Private Distributors List will be notified at least 24 hours in advance of a pending release containing security vulnerability fixes with the public messaging, date, and time of the announcement.
  • The Fix Lead will announce the new releases, the CVE number, severity, and impact, and the location of the binaries to get wide distribution and user action. As much as possible this announcement should be actionable, and include any mitigating steps users can take prior to upgrading to a fixed version. The recommended target time is 4pm UTC on a non-Friday weekday. This means the announcement will be seen morning Pacific, early evening Europe, and late evening Asia. The announcement will be sent via the following channels:

Private Distributors List

This list is used to provide actionable information to multiple distribution vendors at once.

See the private distributor list doc for more information.

Retrospective

These steps should be completed 1-3 days after the Release Date. The retrospective process should be blameless.

  • The Fix Lead will send a retrospective of the process to kubernetes-dev@googlegroups.com including details on everyone involved, the timeline of the process, links to relevant PRs that introduced the issue, if relevant, and any critiques of the response and release process.
  • The Release Managers and Fix Team are also encouraged to send their own feedback on the process to kubernetes-dev@googlegroups.com. Honest critique is the only way we are going to get good at this as a community.

Severity

The Security Response Committee evaluates vulnerability severity on a case-by-case basis, guided by CVSS 3.1.

TODO(#147): Document a guide to how the SRC interprets CVSS for Kubernetes.

Severity Thresholds - How We Do Vulnerability Scoring

Moved to Severity Ratings.