Platform
Security Vulnerability API / Reference / REST API

This resource represents Atlassian products associated with particular CVE IDs. Use it to retrieve information on how certain CVEs are affecting Atlassian products.

Operations
GET

Get CVE information

Get a paginated list of CVEs relevant to Atlassian products, their summary description, severity, affected product(s), and product CVE status.

Request

Query parameters

page_id

string

cve_ids

array<CVEID>

products

array<string>

apps

array<string>

format

string

Responses

OK

application/json

GetCVEsResponse
GET/v1/cves
1 2 3 curl --request GET \ --url 'https://api.atlassian.com/vuln-transparency/v1/cves' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 { "resources": [ { "cve_id": "CVE-2022-36800", "cve_summary": "Information Disclosure in Bamboo Server.", "cve_details": "Affected versions of Atlassian Bamboo Server allow remote attackers to view sensitive information via an Information Disclosure vulnerability in ...", "cve_vector": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N", "cve_publish_date": "2023-01-13T00:00:00.000+0000", "cve_severity": 5, "advisory_url": "https://www.atlassian.com/advisory", "atl_tracking_url": "https://jira.atlassian.com/browse/JSDSERVER-11900?jql=issuetype%20%3D%20%22Public%20Security%20Vulnerability%22%20AND%20%22CVE%20ID%22%20~%20%22CVE-2022-36800%22", "affected_products": [ "Trello", "Jira" ] } ], "resources_count": 1, "prev_page_id": "41d4ad13-7ae6-41d1-8810-60a201521ebc", "next_page_id": "f6a75fba-55f3-4027-b2a2-8a5cca898670", "total_count": 25 }

Rate this page: