debian-mirror-gitlab/doc/user/application_security/cve_id_request.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
2.6 KiB
Markdown
Raw Normal View History

2020-11-24 15:15:51 +05:30
---
type: tutorial
stage: Secure
2021-10-27 15:23:28 +05:30
group: Threat Insights
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-11-24 15:15:51 +05:30
---
2021-11-18 22:05:49 +05:30
# CVE ID request **(FREE SAAS)**
2020-11-24 15:15:51 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41203) in GitLab 13.4, only for public projects on GitLab.com.
2021-11-18 22:05:49 +05:30
A [CVE](https://cve.mitre.org/index.html) identifier is assigned to a publicly-disclosed software
vulnerability. GitLab is a [CVE Numbering Authority](https://about.gitlab.com/security/cve/)
([CNA](https://cve.mitre.org/cve/cna.html)). For any public project you can request
a CVE identifier (ID).
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
Assigning a CVE ID to a vulnerability in your project helps your users stay secure and informed. For
example, [dependency scanning tools](../application_security/dependency_scanning/index.md) can
detect when vulnerable versions of your project are used as a dependency.
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
A common vulnerability workflow is:
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
1. Request a CVE for a vulnerability.
1. Reference the assigned CVE identifier in release notes.
1. Publish the vulnerability's details after the fix is released.
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
## Prerequisites
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
To [submit a CVE ID Request](#submit-a-cve-id-request) the following prerequisites must be met:
- The project is hosted on GitLab.com.
2020-11-24 15:15:51 +05:30
- The project is public.
- You are a maintainer of the project.
2021-11-18 22:05:49 +05:30
- The vulnerability's issue is [confidential](../project/issues/confidential_issues.md).
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
## Submit a CVE ID request
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
To submit a CVE ID request:
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
1. Go to the vulnerability's issue and select **Create CVE ID Request**. The new issue page of
the [GitLab CVE project](https://gitlab.com/gitlab-org/cves) opens.
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
![CVE ID request button](img/cve_id_request_button.png)
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
1. In the **Title** box, enter a brief description of the vulnerability.
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
1. In the **Description** box, enter the following details:
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
- A detailed description of the vulnerability
- The project's vendor and name
- Impacted versions
- Fixed versions
- The vulnerability class (a [CWE](https://cwe.mitre.org/data/index.html) identifier)
- A [CVSS v3 vector](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator)
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
![New CVE ID request issue](img/new_cve_request_issue.png)
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
GitLab updates your CVE ID request issue when:
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
- Your submission is assigned a CVE.
- Your CVE is published.
- MITRE is notified that your CVE is published.
- MITRE has added your CVE in the NVD feed.
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
## CVE assignment
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
After a CVE identifier is assigned, you can reference it as required. Details of the vulnerability
submitted in the CVE ID request are published according to your schedule.