1=================== 2LLVM Security Group 3=================== 4 5The LLVM Security Group has the following goals: 6 71. Allow LLVM contributors and security researchers to disclose security-related issues affecting the LLVM project to members of the LLVM community. 82. Organize fixes, code reviews, and release management for said issues. 93. Allow distributors time to investigate and deploy fixes before wide dissemination of vulnerabilities or mitigation shortcomings. 104. Ensure timely notification and release to vendors who package and distribute LLVM-based toolchains and projects. 115. Ensure timely notification to users of LLVM-based toolchains whose compiled code is security-sensitive, through the `CVE process`_. 126. Strive to improve security over time, for example by adding additional testing, fuzzing, and hardening after fixing issues. 13 14*Note*: these goals ensure timely action, provide disclosure timing when issues are reported, and respect vendors' / packagers' / users' constraints. 15 16The LLVM Security Group is private. It is composed of trusted LLVM contributors. Its discussions remain within the Security Group (plus issue reporter and key experts) while an issue is being investigated. After an issue becomes public, the entirety of the group’s discussions pertaining to that issue also become public. 17 18 19Group Composition 20================= 21 22Security Group Members 23---------------------- 24 25The members of the group represent a wide cross-section of the community, and meet the criteria for inclusion below. 26 27* Ahmed Bougacha (Apple) 28* Akila Srinivasan (Apple) 29* Artur Pilipenko (Azul Systems Inc) 30* Dimitry Andric (individual; FreeBSD) 31* Ed Maste (individual; FreeBSD) 32* Josh Eads (Sony) 33* Kristof Beyls (ARM) 34* Matthew Riley (Google) 35* Oliver Hunt (Apple) 36* Paul Robinson (Sony) 37* Peter Smith (ARM) 38* Pietro Albini (individual; Rust) 39* Serge Guelton (RedHat) 40* Shayne Hiet-Block (Microsoft) 41* Steve Klabnik (Oxide Computer Company; Rust) 42 43Criteria 44-------- 45 46* Nominees for LLVM Security Group membership should fall in one of these groups: 47 48 - Individual contributors: 49 50 + Specializes in fixing compiler-based security related issues or often participates in their exploration and resolution. 51 + Has a track record of finding security vulnerabilities and responsible disclosure of those vulnerabilities. 52 + Is a compiler expert who has specific interests in knowing about, resolving, and preventing future security vulnerabilities. 53 + Has actively contributed non-trivial code to the LLVM project in the last year. 54 55 - Researchers: 56 57 + Has a track record of finding security vulnerabilities and responsible disclosure of those vulnerabilities. 58 + Is a compiler expert who has specific interests in knowing about, resolving, and preventing future security vulnerabilities. 59 60 - Vendor contacts: 61 62 + Represents an organization or company which ships products that include their own copy of LLVM. Due to their position in the organization, the nominee has a reasonable need to know about security issues and disclosure embargoes. 63 64* Additionally, the following are necessary but not sufficient criteria for membership in the LLVM Security Group: 65 66 - If already in the LLVM Security Group, has actively participated in one (if any) security issue in the last year. 67 - If already in the LLVM Security Group, has actively participated in most membership discussions in the last year. 68 - If already in the LLVM Security Group, has actively participated in writing or reviewing a transparency report in the last year. 69 - When employed by a company or other entity, the parent entity has no more than three members already in the LLVM Security Group. 70 - When nominated as a vendor contact, their position with that vendor remains the same as when originally nominated. 71 - Nominees are trusted by existing Security Group members to keep communications embargoed while still active. 72 73Nomination process 74------------------ 75 76Anyone who feels they meet these criteria can nominate themselves, or may be nominated by a third party such as an existing LLVM Security Group member. The nomination should state whether the nominee is nominated as an individual, researcher, or as a vendor contact. It should clearly describe the grounds for nomination. 77 78*FUTURE*: where nomination occurs (mailing list, GitHub, etc), can be decided later. See `Discussion Medium`_ below. 79 80 81Choosing new members 82-------------------- 83 84If a nomination for LLVM Security Group membership is supported by a majority of existing LLVM Security Group members, then it carries within five business days unless an existing member of the Security Group objects. If an objection is raised, the LLVM Security Group members should discuss the matter and try to come to consensus; failing this, the nomination will succeed only by a two-thirds supermajority vote of the LLVM Security Group. 85 86Accepting membership 87-------------------- 88 89Before new LLVM Security Group membership is finalized, the successful nominee should accept membership and agree to abide by this security policy, particularly `Privileges and Responsibilities of LLVM Security Group Members`_ below. 90 91Keeping Membership Current 92-------------------------- 93 94* At least every six months, the LLVM Security Group applies the above criteria. The membership list is pruned accordingly. 95* Any Security Group member can ask that the criteria be applied within the next five business days. 96* If a member of the LLVM Security Group does not act in accordance with the letter and spirit of this policy, then their LLVM Security Group membership can be revoked by a majority vote of the members, not including the person under consideration for revocation. After a member calls for a revocation vote, voting will be open for five business days. 97* Emergency suspension: an LLVM Security Group member who blatantly disregards the LLVM Security Policy may have their membership temporarily suspended on the request of any two members. In such a case, the requesting members should notify the Security Group with a description of the offense. At this point, membership will be temporarily suspended for five business days, pending outcome of the vote for permanent revocation. 98* The LLVM Board may remove any member from the LLVM Security Group. 99 100Transparency Report 101------------------- 102 103Every year, the LLVM Security Group must publish a transparency report. The intent of this report is to keep the community informed by summarizing the disclosures that have been made public in the last year. It shall contain a list of all public disclosures, as well as statistics on time to fix issues, length of embargo periods, and so on. 104 105 106Privileges and Responsibilities of LLVM Security Group Members 107============================================================== 108 109Access 110------ 111 112LLVM Security Group members will be subscribed to a private `Discussion Medium`_ (*FUTURE*: see section below). It will be used for technical discussions of security issues, as well as process discussions about matters such as disclosure timelines and group membership. Members have access to all security issues. 113 114Confidentiality 115--------------- 116 117Members of the LLVM Security Group will be expected to treat LLVM security issue information shared with the group as confidential until publicly disclosed: 118 119* Members should not disclose security issue information to non-members unless both members are employed by the same vendor of a LLVM based product, in which case information can be shared within that organization on a need-to-know basis and handled as confidential information normally is within that organization. 120* If the LLVM Security Group agrees, designated members may share issues with vendors of non-LLVM based products if their product suffers from the same issue. The non-LLVM vendor should be asked to respect the issue’s embargo date, and to not share the information beyond the need-to-know people within their organization. 121* If the LLVM Security Group agrees, key experts can be brought in to help address particular issues. The key expert should be asked to respect the issue’s embargo date, and to not share the information. 122 123Disclosure 124---------- 125 126Following the process below, the LLVM Security Group decides on embargo date for public disclosure for each Security issue. An embargo may be lifted before the agreed-upon date if all vendors planning to ship a fix have already done so, and if the reporter does not object. 127 128Collaboration 129------------- 130 131Members of the LLVM Security Group are expected to: 132 133* Promptly share any LLVM vulnerabilities they become aware of. 134* Volunteer to drive issues forward. 135* Help evaluate the severity of incoming issues. 136* Help write and review patches to address security issues. 137* Participate in the member nomination and removal processes. 138 139 140Discussion Medium 141================= 142 143*FUTURE*: this section needs more work! Where discussions occur is influenced by other factors that are still open in this document. We can figure it out later. 144See other existing systems: `chromium issue tracker`_, tentative `GitHub security`_. It seems like bugzilla and email don’t meet security requirements. 145 146The medium used to host LLVM Security Group discussions is security-sensitive. It should therefore run on infrastructure which can meet our security expectations. 147 148This is where all security discussions occur: 149 150* File security issues. 151* Nominate new members. 152* Propose member removal. 153* Suggest policy changes. 154* Discuss security improvements to LLVM. 155 156 157When a new issue is filed, a template is provided to help issue reporters provide all relevant information. 158 159 160Process 161======= 162 163The following process occurs on the discussion medium for each reported issue: 164 165* A security issue reporter (not necessarily an LLVM contributor) reports an issue. 166* Within two business days, a member of the Security Group is put in charge of driving the issue to an acceptable resolution. This champion doesn’t need to be the same person for each issue. This person can self-nominate. 167* Members of the Security Group discuss in which circumstances (if any) an issue is relevant to security, and determine if it is a security issue. 168* Negotiate an embargo date for public disclosure, with a default minimum time limit of ninety days. 169* Security Group members can recommend that key experts be pulled in to specific issue discussions. The key expert can be pulled in unless there are objections from other Security Group members. 170* Patches are written and reviewed. 171* Backporting security patches from recent versions to old versions cannot always work. It is up to the Security Group to decide if such backporting should be done, and how far back. 172* The Security Group figures out how the LLVM project’s own releases, as well as individual vendors’ releases, can be timed to patch the issue simultaneously. 173* Embargo date can be delayed or pulled forward at the Security Group’s discretion. 174* The issue champion obtains a CVE entry from MITRE_. 175* Once the embargo expires, the patch is posted publicly according to LLVM’s usual code review process. 176* All security issues (as well as nomination / removal discussions) become public within approximately fourteen weeks of the fix landing in the LLVM repository. Precautions should be taken to avoid disclosing particularly sensitive data included in the report (e.g. username and password pairs). 177 178 179Changes to the Policy 180===================== 181 182The LLVM Security Policy may be changed by majority vote of the LLVM Security Group. Such changes also need to be approved by the LLVM Board. 183 184 185What is considered a security issue? 186==================================== 187 188*FUTURE*: this section will be expanded once the Security Group is formed, and it agrees on an initial security surface area. 189 190The LLVM Project has a significant amount of code, and not all of it is considered security-sensitive. This is particularly true because LLVM is used in a wide variety of circumstances: there are different threat models, untrusted inputs differ, and the environment LLVM runs in is varied. Therefore, what the LLVM Project considers a security issue is what its members have signed up to maintain securely. 191 192As this security process matures, members of the LLVM community can propose that a part of the codebase be designated as security-sensitive (or no longer security-sensitive). This requires a rationale, and buy-in from the LLVM community as for any RFC. In some cases, parts of the codebase could be handled as security-sensitive but need significant work to get to the stage where that's manageable. The LLVM community will need to decide whether it wants to invest in making these parts of the code secure-able, and maintain these security properties over time. In all cases the LLVM Security Group should be consulted, since they'll be responding to security issues filed against these parts of the codebase. 193 194If you're not sure whether an issue is in-scope for this security process or not, err towards assuming that it is. The Security Group might agree or disagree and will explain its rationale in the report, as well as update this document through the above process. 195 196The security-sensitive parts of the LLVM Project currently are: 197 198* None (this process is new, the list hasn't been populated yet) 199* *FUTURE*: this section will be expanded. 200 201The parts of the LLVM Project which are currently treated as non-security sensitive are: 202 203* Language front-ends, such as clang, for which a malicious input file can cause undesirable behavior. For example, a maliciously-crafter C or Rust source file can cause arbitrary code to execute in LLVM. These parts of LLVM haven't been hardened, and compiling untrusted code usually also includes running utilities such as `make` which can more readily perform malicious things. 204* *FUTURE*: this section will be expanded. 205 206.. _report-security-issue: 207 208How to report a security issue? 209=============================== 210 211*FUTURE*: this section will be expanded once we’ve figured out other details above. In the meantime, if you found a security issue please follow directly the escalation instructions below. 212 213Not everyone who wants to report a security issue will be familiar with LLVM, its community, and processes. Therefore, this needs to be easy to find on the LLVM website, and set clear expectations to issue reporters. 214 215We aim to acknowledge your report within two business days since you first reach out. If you do not receive any response by then, you can escalate by sending a message to the `llvm-dev mailing list`_ asking to get in touch with someone from the LLVM Security Group. **The escalation mailing list is public**: avoid discussing or mentioning the specific issue when posting on it. 216 217.. _CVE process: https://cve.mitre.org 218.. _chromium issue tracker: https://crbug.com 219.. _GitHub security: https://help.github.com/en/articles/about-maintainer-security-advisories 220.. _llvm-dev mailing list: https://lists.llvm.org/mailman/listinfo/llvm-dev 221.. _MITRE: https://cve.mitre.org 222