Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-44490 (GCVE-0-2026-44490)
Vulnerability from cvelistv5 – Published: 2026-06-11 15:36 – Updated: 2026-06-11 17:23- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
| URL | Tags |
|---|---|
| https://github.com/axios/axios/security/advisorie… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-44490",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-11T17:22:28.158626Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-11T17:23:44.278Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.16.0"
},
{
"status": "affected",
"version": "\u003c 0.32.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()\u0027s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-11T15:36:13.021Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
}
],
"source": {
"advisory": "GHSA-898c-q2cr-xwhg",
"discovery": "UNKNOWN"
},
"title": "Axios: DoS \u0026 Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-44490",
"datePublished": "2026-06-11T15:36:13.021Z",
"dateReserved": "2026-05-06T17:18:51.783Z",
"dateUpdated": "2026-06-11T17:23:44.278Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-44490",
"date": "2026-08-10",
"epss": "0.00287",
"percentile": "0.20919"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-44490\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-11T17:16:33.027\",\"lastModified\":\"2026-06-17T10:50:43.067\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()\u0027s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"axios\",\"product\":\"axios\",\"versions\":[{\"version\":\"\u003e= 1.0.0, \u003c 1.16.0\",\"status\":\"affected\"},{\"version\":\"\u003c 0.32.0\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-11T17:22:28.158626Z\",\"id\":\"CVE-2026-44490\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1321\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"0.32.0\",\"matchCriteriaId\":\"CC9D9AB4-047A-4638-AF10-7D08587A01C8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.16.0\",\"matchCriteriaId\":\"BE82EB7B-A379-416F-9737-4191F720B8C6\"}]}]}],\"references\":[{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-03T21:39:41+00:00",
"cve": "CVE-2026-44490",
"id": "CVE-2026-44490",
"initial_release_date": "2026-06-11T15:36:13.021000+00:00",
"product_status:known_affected": "97",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "axios: Axios: Information disclosure and denial of service due to prototype pollution",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44490.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-44490\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-11T17:22:28.158626Z\"}}}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-11T17:22:43.872Z\"}}], \"cna\": {\"title\": \"Axios: DoS \u0026 Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions\", \"source\": {\"advisory\": \"GHSA-898c-q2cr-xwhg\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"axios\", \"product\": \"axios\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.16.0\"}, {\"status\": \"affected\", \"version\": \"\u003c 0.32.0\"}]}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg\", \"name\": \"https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()\u0027s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1321\", \"description\": \"CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-06-11T15:36:13.021Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-44490\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-11T17:23:44.278Z\", \"dateReserved\": \"2026-05-06T17:18:51.783Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-11T15:36:13.021Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0934
Vulnerability from certfr_avis - Published: 2026-07-27 - Updated: 2026-07-27
De multiples vulnérabilités ont été découvertes dans les produits Atlassian. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Atlassian | Jira | Jira Software Data Center versions antérieures à 9.12.37 | ||
| Atlassian | Confluence | Confluence Data Center versions antérieures à 9.2.22 | ||
| Atlassian | Jira | Jira Software Data Center versions antérieures à 10.3.23 | ||
| Atlassian | Jira | Jira Service Management Data Center versions antérieures à 11.3.8 | ||
| Atlassian | Confluence | Confluence Data Center versions antérieures à 10.2.14 | ||
| Atlassian | Jira | Jira Software Data Center versions antérieures à 11.3.8 | ||
| Atlassian | Jira | Jira Service Management Data Center versions antérieures à 11.1.1 | ||
| Atlassian | Jira | Jira Service Management Data Center versions antérieures à 10.3.23 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Jira Software Data Center versions ant\u00e9rieures \u00e0 9.12.37",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Confluence Data Center versions ant\u00e9rieures \u00e0 9.2.22",
"product": {
"name": "Confluence",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Jira Software Data Center versions ant\u00e9rieures \u00e0 10.3.23",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Jira Service Management Data Center versions ant\u00e9rieures \u00e0 11.3.8",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Confluence Data Center versions ant\u00e9rieures \u00e0 10.2.14",
"product": {
"name": "Confluence",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Jira Software Data Center versions ant\u00e9rieures \u00e0 11.3.8",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Jira Service Management Data Center versions ant\u00e9rieures \u00e0 11.1.1",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
},
{
"description": "Jira Service Management Data Center versions ant\u00e9rieures \u00e0 10.3.23",
"product": {
"name": "Jira",
"vendor": {
"name": "Atlassian",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2026-29145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29145"
},
{
"name": "CVE-2026-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21577"
},
{
"name": "CVE-2026-44494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44494"
},
{
"name": "CVE-2026-29146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29146"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"name": "CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"name": "CVE-2026-44495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44495"
},
{
"name": "CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"name": "CVE-2026-46625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46625"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21579"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2026-42198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42198"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44487"
},
{
"name": "CVE-2026-42583",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42583"
},
{
"name": "CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"name": "CVE-2026-42581",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42581"
},
{
"name": "CVE-2026-44705",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44705"
},
{
"name": "CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"name": "CVE-2026-47838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47838"
},
{
"name": "CVE-2026-48779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48779"
},
{
"name": "CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-44486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44486"
},
{
"name": "CVE-2026-42264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42264"
},
{
"name": "CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"name": "CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"name": "CVE-2026-44490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"name": "CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-07-27T00:00:00",
"last_revision_date": "2026-07-27T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0934",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-27T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Atlassian. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Atlassian",
"vendor_advisories": [
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104346",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104346"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104360",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104360"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16655",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16655"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16660",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16660"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104356",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104356"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26803",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26803"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26851",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26851"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104355",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104355"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104287",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104287"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26854",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26854"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104340",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104340"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26801",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26801"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16638",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16638"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16653",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16653"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104350",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104350"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104342",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104342"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16659",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16659"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16619",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16619"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-103908",
"url": "https://jira.atlassian.com/browse/CONFSERVER-103908"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16654",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16654"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104345",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104345"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26867",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26867"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16639",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16639"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16612",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16612"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104348",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104348"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26871",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26871"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104226",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104226"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26802",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26802"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26850",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26850"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-103907",
"url": "https://jira.atlassian.com/browse/CONFSERVER-103907"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104349",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104349"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16643",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16643"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104361",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104361"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104334",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104334"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16599",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16599"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104370",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104370"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26869",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26869"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26873",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26873"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104351",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104351"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26812",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26812"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16657",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16657"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104358",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104358"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26804",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26804"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104362",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104362"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26808",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26808"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16658",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16658"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16656",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16656"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104364",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104364"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSDSERVER-16652",
"url": "https://jira.atlassian.com/browse/JSDSERVER-16652"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104344",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104344"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104357",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104357"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104353",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104353"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104347",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104347"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104352",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104352"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104363",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104363"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian CONFSERVER-104359",
"url": "https://jira.atlassian.com/browse/CONFSERVER-104359"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Atlassian JSWSERVER-26870",
"url": "https://jira.atlassian.com/browse/JSWSERVER-26870"
}
]
}
CERTFR-2026-AVI-0958
Vulnerability from certfr_avis - Published: 2026-07-31 - Updated: 2026-07-31
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 | Db2 on Cloud Pak for Data and Db2 Warehouse on Cloud Pak for Data versions v4.8 à v5.3.x antérieures à v5.4 patch 3 | ||
| IBM | AIX | AIX versions 7.3.x sans le correctif de sécurité curl_fix11.tar | ||
| IBM | QRadar | QRadar Data Synchronization App versions antérieures à 4.0.0 | ||
| IBM | QRadar | QRadar Pulse App versions antérieures à 2.2.17 | ||
| IBM | WebSphere Application Server | WebSphere Application Server versions 9.0.x sans les correctifs de sécurité temporaires antérieures à 9.0.5.29 (disponibilité prévue pour le troisième trimestre 2026) | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.3.1.0 sans le correctif iFix10 | ||
| IBM | WebSphere Application Server | WebSphere Application Server versions 8.5.x sans les correctifs de sécurité temporaires antérieures à 8.5.5.31 (disponibilité prévue pour le troisième trimestre 2026) | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.4.2.0 sans le correctif iFix05 | ||
| IBM | Sterling | Sterling External Authentication Server versions 6.1.x antérieures à 6.1.1.4 GA | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF05 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.0.x antérieures à 6.2.0.6_1 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x antérieures à 6.2.1.2 | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.4.1.0 sans le correctif iFix04 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x antérieures à 6.2.2.1 | ||
| IBM | WebSphere Application Server | WebSphere Application Server Liberty versions antérieures à 26.0.0.9 (disponibilité prévue pour le troisième trimestre 2026) |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 on Cloud Pak for Data and Db2 Warehouse on Cloud Pak for Data versions v4.8 \u00e0 v5.3.x ant\u00e9rieures \u00e0 v5.4 patch 3",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.3.x sans le correctif de s\u00e9curit\u00e9 curl_fix11.tar",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Data Synchronization App versions ant\u00e9rieures \u00e0 4.0.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Pulse App versions ant\u00e9rieures \u00e0 2.2.17",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.x sans les correctifs de s\u00e9curit\u00e9 temporaires ant\u00e9rieures \u00e0 9.0.5.29 (disponibilit\u00e9 pr\u00e9vue pour le troisi\u00e8me trimestre 2026)",
"product": {
"name": "WebSphere Application Server",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.1.0 sans le correctif iFix10",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 8.5.x sans les correctifs de s\u00e9curit\u00e9 temporaires ant\u00e9rieures \u00e0 8.5.5.31 (disponibilit\u00e9 pr\u00e9vue pour le troisi\u00e8me trimestre 2026)",
"product": {
"name": "WebSphere Application Server",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.2.0 sans le correctif iFix05",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling External Authentication Server versions 6.1.x ant\u00e9rieures \u00e0 6.1.1.4 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF05",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.6_1",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x ant\u00e9rieures \u00e0 6.2.1.2",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.1.0 sans le correctif iFix04",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x ant\u00e9rieures \u00e0 6.2.2.1",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 26.0.0.9 (disponibilit\u00e9 pr\u00e9vue pour le troisi\u00e8me trimestre 2026)",
"product": {
"name": "WebSphere Application Server",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-5588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5588"
},
{
"name": "CVE-2026-45505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45505"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2026-3449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3449"
},
{
"name": "CVE-2026-59871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59871"
},
{
"name": "CVE-2026-42588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42588"
},
{
"name": "CVE-2026-33845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33845"
},
{
"name": "CVE-2026-44025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44025"
},
{
"name": "CVE-2026-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42253"
},
{
"name": "CVE-2026-39830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39830"
},
{
"name": "CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"name": "CVE-2026-42508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42508"
},
{
"name": "CVE-2026-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41716"
},
{
"name": "CVE-2026-16184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16184"
},
{
"name": "CVE-2026-15328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15328"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2020-13956",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13956"
},
{
"name": "CVE-2025-47944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47944"
},
{
"name": "CVE-2025-56200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-56200"
},
{
"name": "CVE-2026-59874",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59874"
},
{
"name": "CVE-2026-42258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42258"
},
{
"name": "CVE-2026-7769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7769"
},
{
"name": "CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"name": "CVE-2026-22752",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22752"
},
{
"name": "CVE-2026-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39833"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2026-8458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8458"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2026-1605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1605"
},
{
"name": "CVE-2026-46605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46605"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-53655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53655"
},
{
"name": "CVE-2026-29145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29145"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2026-39832",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39832"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2026-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39829"
},
{
"name": "CVE-2026-41988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41988"
},
{
"name": "CVE-2026-14528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14528"
},
{
"name": "CVE-2026-6357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6357"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"name": "CVE-2026-53550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53550"
},
{
"name": "CVE-2026-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41721"
},
{
"name": "CVE-2026-54905",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54905"
},
{
"name": "CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"name": "CVE-2026-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49157"
},
{
"name": "CVE-2021-47154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47154"
},
{
"name": "CVE-2026-44494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44494"
},
{
"name": "CVE-2026-54899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54899"
},
{
"name": "CVE-2026-39834",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39834"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-41635",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41635"
},
{
"name": "CVE-2026-46595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46595"
},
{
"name": "CVE-2026-54901",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54901"
},
{
"name": "CVE-2026-42036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42036"
},
{
"name": "CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2026-39821",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39821"
},
{
"name": "CVE-2026-33558",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33558"
},
{
"name": "CVE-2026-33846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33846"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2026-5758",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5758"
},
{
"name": "CVE-2026-34500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34500"
},
{
"name": "CVE-2026-54502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54502"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-29146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29146"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2026-9277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9277"
},
{
"name": "CVE-2026-27136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27136"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"name": "CVE-2026-10536",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10536"
},
{
"name": "CVE-2026-41844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41844"
},
{
"name": "CVE-2026-8932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8932"
},
{
"name": "CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"name": "CVE-2026-45292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45292"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2026-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40356"
},
{
"name": "CVE-2026-15325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15325"
},
{
"name": "CVE-2026-14976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14976"
},
{
"name": "CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"name": "CVE-2026-42256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42256"
},
{
"name": "CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2026-54906",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54906"
},
{
"name": "CVE-2026-34040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34040"
},
{
"name": "CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"name": "CVE-2026-41842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41842"
},
{
"name": "CVE-2026-44495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44495"
},
{
"name": "CVE-2026-41695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41695"
},
{
"name": "CVE-2026-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14512"
},
{
"name": "CVE-2026-11856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11856"
},
{
"name": "CVE-2026-44160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44160"
},
{
"name": "CVE-2026-42009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42009"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-5038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5038"
},
{
"name": "CVE-2026-34478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34478"
},
{
"name": "CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"name": "CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"name": "CVE-2025-11143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11143"
},
{
"name": "CVE-2026-34480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34480"
},
{
"name": "CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-12758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12758"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-5079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5079"
},
{
"name": "CVE-2026-5795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5795"
},
{
"name": "CVE-2024-23953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23953"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2026-44930",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44930"
},
{
"name": "CVE-2026-14974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14974"
},
{
"name": "CVE-2024-29869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29869"
},
{
"name": "CVE-2026-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42010"
},
{
"name": "CVE-2026-42506",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42506"
},
{
"name": "CVE-2026-34479",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34479"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2026-42040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42040"
},
{
"name": "CVE-2026-4867",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4867"
},
{
"name": "CVE-2026-2303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2303"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-14981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14981"
},
{
"name": "CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"name": "CVE-2026-39828",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39828"
},
{
"name": "CVE-2026-8924",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8924"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2026-14529",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14529"
},
{
"name": "CVE-2026-59875",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59875"
},
{
"name": "CVE-2026-41843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41843"
},
{
"name": "CVE-2026-54896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54896"
},
{
"name": "CVE-2026-25680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25680"
},
{
"name": "CVE-2026-34487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34487"
},
{
"name": "CVE-2026-39835",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39835"
},
{
"name": "CVE-2026-42578",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42578"
},
{
"name": "CVE-2026-41850",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41850"
},
{
"name": "CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2024-52046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52046"
},
{
"name": "CVE-2026-59873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59873"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-47935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47935"
},
{
"name": "CVE-2026-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40198"
},
{
"name": "CVE-2026-4111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4111"
},
{
"name": "CVE-2024-38827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38827"
},
{
"name": "CVE-2026-41694",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41694"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2026-40046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40046"
},
{
"name": "CVE-2022-22968",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22968"
},
{
"name": "CVE-2026-16192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16192"
},
{
"name": "CVE-2026-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2950"
},
{
"name": "CVE-2026-54500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54500"
},
{
"name": "CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"name": "CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2026-14515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14515"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"name": "CVE-2026-54904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54904"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"name": "CVE-2026-54897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54897"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-41852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41852"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2026-41006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41006"
},
{
"name": "CVE-2026-41711",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41711"
},
{
"name": "CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"name": "CVE-2026-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44487"
},
{
"name": "CVE-2026-2482",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2482"
},
{
"name": "CVE-2026-42038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42038"
},
{
"name": "CVE-2026-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49844"
},
{
"name": "CVE-2026-25854",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25854"
},
{
"name": "CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"name": "CVE-2026-41851",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41851"
},
{
"name": "CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"name": "CVE-2026-8149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8149"
},
{
"name": "CVE-2026-6009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6009"
},
{
"name": "CVE-2026-9358",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9358"
},
{
"name": "CVE-2026-14446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14446"
},
{
"name": "CVE-2026-42502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42502"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2026-42245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42245"
},
{
"name": "CVE-2026-8723",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8723"
},
{
"name": "CVE-2026-40988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40988"
},
{
"name": "CVE-2026-41841",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41841"
},
{
"name": "CVE-2026-25681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25681"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-54903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54903"
},
{
"name": "CVE-2026-39304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39304"
},
{
"name": "CVE-2026-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49270"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-15064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15064"
},
{
"name": "CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"name": "CVE-2026-54900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54900"
},
{
"name": "CVE-2018-16487",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16487"
},
{
"name": "CVE-2023-22899",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22899"
},
{
"name": "CVE-2026-42034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42034"
},
{
"name": "CVE-2026-8927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8927"
},
{
"name": "CVE-2026-41846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41846"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2026-41035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41035"
},
{
"name": "CVE-2026-40199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2026-46598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46598"
},
{
"name": "CVE-2026-44024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44024"
},
{
"name": "CVE-2026-42246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42246"
},
{
"name": "CVE-2025-66566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66566"
},
{
"name": "CVE-2025-66168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66168"
},
{
"name": "CVE-2026-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41409"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2026-14980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14980"
},
{
"name": "CVE-2026-54898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54898"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2026-44486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44486"
},
{
"name": "CVE-2026-33227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33227"
},
{
"name": "CVE-2026-42264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42264"
},
{
"name": "CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"name": "CVE-2026-44161",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44161"
},
{
"name": "CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2026-34483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34483"
},
{
"name": "CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"name": "CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"name": "CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"name": "CVE-2025-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48997"
},
{
"name": "CVE-2026-24880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24880"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2026-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9547"
},
{
"name": "CVE-2026-41007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41007"
},
{
"name": "CVE-2026-42037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42037"
},
{
"name": "CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"name": "CVE-2026-42042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42042"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2026-35554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35554"
},
{
"name": "CVE-2025-48387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48387"
},
{
"name": "CVE-2026-12590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12590"
},
{
"name": "CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"name": "CVE-2026-34477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34477"
},
{
"name": "CVE-2026-54902",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54902"
},
{
"name": "CVE-2026-44490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"name": "CVE-2026-54592",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54592"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2026-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39827"
},
{
"name": "CVE-2025-12183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12183"
},
{
"name": "CVE-2025-7338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7338"
},
{
"name": "CVE-2026-15280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15280"
},
{
"name": "CVE-2026-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41848"
},
{
"name": "CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2026-13311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13311"
},
{
"name": "CVE-2026-41907",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41907"
},
{
"name": "CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"name": "CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"name": "CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
},
{
"name": "CVE-2026-42257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42257"
},
{
"name": "CVE-2026-42338",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42338"
}
],
"initial_release_date": "2026-07-31T00:00:00",
"last_revision_date": "2026-07-31T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0958",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-31T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281450",
"url": "https://www.ibm.com/support/pages/node/7281450"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281625",
"url": "https://www.ibm.com/support/pages/node/7281625"
},
{
"published_at": "2026-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281949",
"url": "https://www.ibm.com/support/pages/node/7281949"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7277692",
"url": "https://www.ibm.com/support/pages/node/7277692"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281628",
"url": "https://www.ibm.com/support/pages/node/7281628"
},
{
"published_at": "2026-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281135",
"url": "https://www.ibm.com/support/pages/node/7281135"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281375",
"url": "https://www.ibm.com/support/pages/node/7281375"
},
{
"published_at": "2026-07-29",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281743",
"url": "https://www.ibm.com/support/pages/node/7281743"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281373",
"url": "https://www.ibm.com/support/pages/node/7281373"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281388",
"url": "https://www.ibm.com/support/pages/node/7281388"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281721",
"url": "https://www.ibm.com/support/pages/node/7281721"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281369",
"url": "https://www.ibm.com/support/pages/node/7281369"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281648",
"url": "https://www.ibm.com/support/pages/node/7281648"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281374",
"url": "https://www.ibm.com/support/pages/node/7281374"
},
{
"published_at": "2026-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281136",
"url": "https://www.ibm.com/support/pages/node/7281136"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281641",
"url": "https://www.ibm.com/support/pages/node/7281641"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281631",
"url": "https://www.ibm.com/support/pages/node/7281631"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281371",
"url": "https://www.ibm.com/support/pages/node/7281371"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281633",
"url": "https://www.ibm.com/support/pages/node/7281633"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281438",
"url": "https://www.ibm.com/support/pages/node/7281438"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281370",
"url": "https://www.ibm.com/support/pages/node/7281370"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281565",
"url": "https://www.ibm.com/support/pages/node/7281565"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281368",
"url": "https://www.ibm.com/support/pages/node/7281368"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281350",
"url": "https://www.ibm.com/support/pages/node/7281350"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281651",
"url": "https://www.ibm.com/support/pages/node/7281651"
},
{
"published_at": "2026-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281950",
"url": "https://www.ibm.com/support/pages/node/7281950"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281567",
"url": "https://www.ibm.com/support/pages/node/7281567"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280950",
"url": "https://www.ibm.com/support/pages/node/7280950"
},
{
"published_at": "2026-07-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281441",
"url": "https://www.ibm.com/support/pages/node/7281441"
},
{
"published_at": "2026-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281649",
"url": "https://www.ibm.com/support/pages/node/7281649"
}
]
}
FKIE_CVE-2026-44490
Vulnerability from fkie_nvd - Published: 2026-06-11 17:16 - Updated: 2026-06-17 10:508.2 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg | Exploit, Vendor Advisory | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg | Exploit, Vendor Advisory |
{
"affected": [
{
"affectedData": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.16.0"
},
{
"status": "affected",
"version": "\u003c 0.32.0"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "CC9D9AB4-047A-4638-AF10-7D08587A01C8",
"versionEndExcluding": "0.32.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "BE82EB7B-A379-416F-9737-4191F720B8C6",
"versionEndExcluding": "1.16.0",
"versionStartIncluding": "1.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()\u0027s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0."
}
],
"id": "CVE-2026-44490",
"lastModified": "2026-06-17T10:50:43.067",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 2.5,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 4.2,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-44490",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-11T17:22:28.158626Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-11T17:16:33.027",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-1321"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-898C-Q2CR-XWHG
Vulnerability from github – Published: 2026-05-29 15:54 – Updated: 2026-06-12 19:25Summary
axios 1.15.2 exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values:
- Header injection -
lib/utils.jsline 406 buildsmerge()'s accumulator asresult = {}, soresult[targetKey](line 414) walksObject.prototypeand the polluted bucket's own keys are copied into the merged headers and ride out on the wire. - Crash DoS -
lib/core/mergeConfig.jsline 26 builds thehasOwnPropertydescriptor as a plain-object literal.Object.definePropertyreadsdescriptor.get/descriptor.setvia the prototype chain, so a pollutedObject.prototype.getorObject.prototype.setmakes the call throwTypeErrorsynchronously on every axios request.
Affected Properties
| Polluted slot | Effect |
|---|---|
Object.prototype.common |
injects headers on every method |
Object.prototype.delete / .head / .post / .put / .patch / .query |
injects headers on the matching method |
Object.prototype.get |
every axios request throws TypeError: Getter must be a function from mergeConfig.js:26 |
Object.prototype.set |
every axios request throws TypeError: Setter must be a function from mergeConfig.js:26 |
Per-request headers (axios.request(url, { headers: {...} })) overwrite polluted entries. Polluting Object.prototype.get triggers the crash before any header is built.
Proof of Concept
const axios = require('axios');
// Finding A - header injection
Object.prototype.common = { 'X-Poisoned': 'yes' };
await axios.get('http://api.example.com/users');
// Wire request carries `X-Poisoned: yes`.
// Finding B - crash DoS
Object.prototype.get = { something: 'anything' };
await axios.get('http://api.example.com/users');
// TypeError: Getter must be a function: #<Object>
// at Function.defineProperty (<anonymous>)
// at mergeConfig (lib/core/mergeConfig.js:26:10)
Impact
- Server hang (
Content-Length: 99999): receiver waits for a body that never arrives. Affects requests with a body. - CL+TE conflict (
Transfer-Encoding: chunkedrides alongside axios's autoContent-Length): receiver rejects with400 Bad Request. Affects requests with a body. - Response suppression (
If-None-Match: *): receiver returns empty304 Not Modified. Affects GET / HEAD. - Crash DoS (
Object.prototype.get/.set): every axios request fails synchronously withTypeError, notAxiosError, so handlers filtering onerror.isAxiosErrormishandle the failure.
Attack Flow
flowchart TD
ROOT["Polluted Object.prototype<br/>via upstream gadget (e.g. lodash <= 4.17.10 _.merge / CVE-2018-16487)<br/>axios <= 1.15.2"]
ROOT --> CLASS_A["A. Arbitrary HTTP Header Injection<br/>Polluted defaults.headers slot rides along on every outbound axios request"]
ROOT --> CLASS_B["B. Crash DoS via Object.prototype.get / .set<br/>Polluted descriptor breaks Object.defineProperty in mergeConfig"]
CLASS_A --> PRE_A["Precondition: header not set per-request by the app<br/>Injected via defaults.headers slot<br/>(common, delete, head, post, put, patch, query)"]
PRE_A --> PA1["Response Suppression<br/>Trigger: common = {If-None-Match: *}<br/>Affects GET / HEAD"]
PA1 --> SA1["DoS<br/>304 Not Modified empty"]
PRE_A --> PA2["Server Hang<br/>Trigger: common = {Content-Length: 99999}<br/>Affects requests with body"]
PA2 --> SA2["DoS<br/>connection hang"]
PRE_A --> PA3["CL+TE Conflict<br/>Trigger: common = {Transfer-Encoding: chunked}<br/>Affects requests with body"]
PA3 --> SA3["DoS<br/>400 Bad Request"]
CLASS_B --> SB1["DoS<br/>TypeError: Getter / Setter must be a function<br/>Crashes every axios request, not only GET"]
%% Styles
style ROOT fill:#f87171,stroke:#991b1b,color:#fff
style CLASS_A fill:#fb923c,stroke:#9a3412,color:#fff
style CLASS_B fill:#fb923c,stroke:#9a3412,color:#fff
style PRE_A fill:#e2e8f0,stroke:#64748b,color:#1e293b
style PA1 fill:#fbbf24,stroke:#92400e,color:#000
style PA2 fill:#fbbf24,stroke:#92400e,color:#000
style PA3 fill:#fbbf24,stroke:#92400e,color:#000
style SA1 fill:#ef4444,stroke:#991b1b,color:#fff
style SA2 fill:#ef4444,stroke:#991b1b,color:#fff
style SA3 fill:#ef4444,stroke:#991b1b,color:#fff
style SB1 fill:#ef4444,stroke:#991b1b,color:#fff
Root Cause
Finding A. lib/utils.js:404-429's merge() creates result = {} at line 406. The dangerous-keys filter on lines 408-411 blocks the write side, but the read at line 414 (isPlainObject(result[targetKey])) still walks the prototype chain. When targetKey matches a polluted slot, result[targetKey] returns the polluted nested object, and the recursive merge(result[targetKey], val) on line 415 iterates that object's own keys via forEach and copies them as own properties into the new accumulator. Those keys flow through mergeConfig.js:35 → Axios.js:148 (utils.merge(headers.common, headers[config.method])) → Axios.js:155 (AxiosHeaders.concat(...)) → onto the wire via http.js:677 (headers: headers.toJSON()) → http.js:767 (transport.request(options, ...)).
Finding B. lib/core/mergeConfig.js:25 correctly makes config = Object.create(null), but the descriptor passed on line 26 is a plain-object literal - its get/set lookups walk Object.prototype. A polluted non-function Object.prototype.get or .set makes Object.defineProperty throw TypeError: Getter must be a function (or Setter must be a function) before the call returns. The descriptor is built unconditionally on every mergeConfig invocation, so every axios request throws - POST, PUT, DELETE, PATCH, HEAD, QUERY, not only GET.
Suggested Fix
Use null-prototype objects in place of the plain-object literals at lib/utils.js:406 and lib/core/mergeConfig.js:26-31. The same descriptor pattern recurs at lib/core/AxiosError.js:37, lib/core/AxiosHeaders.js:100, lib/utils.js:447/454/492/498, and lib/adapters/adapters.js:28/32.
Resources
- CVE-2018-16487 -
lodash.mergeprototype pollution inlodash <= 4.17.10 - CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.16.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 0.31.1"
},
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.32.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-44490"
],
"database_specific": {
"cwe_ids": [
"CWE-1321"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-29T15:54:57Z",
"nvd_published_at": "2026-06-11T17:16:33Z",
"severity": "MODERATE"
},
"details": "## Summary\n\naxios `1.15.2` exposes two read-side prototype-pollution gadgets. When `Object.prototype` is polluted by an upstream dependency in the same process (e.g. lodash `_.merge` / [CVE-2018-16487](https://nvd.nist.gov/vuln/detail/CVE-2018-16487)), axios silently picks up the polluted values:\n\n1. **Header injection** - `lib/utils.js` line 406 builds `merge()`\u0027s accumulator as `result = {}`, so `result[targetKey]` (line 414) walks `Object.prototype` and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire.\n2. **Crash DoS** - `lib/core/mergeConfig.js` line 26 builds the `hasOwnProperty` descriptor as a plain-object literal. `Object.defineProperty` reads `descriptor.get`/`descriptor.set` via the prototype chain, so a polluted `Object.prototype.get` or `Object.prototype.set` makes the call throw `TypeError` synchronously on every axios request.\n\n## Affected Properties\n\n| Polluted slot | Effect |\n|---|---|\n| `Object.prototype.common` | injects headers on every method |\n| `Object.prototype.delete` / `.head` / `.post` / `.put` / `.patch` / `.query` | injects headers on the matching method |\n| `Object.prototype.get` | every axios request throws `TypeError: Getter must be a function` from `mergeConfig.js:26` |\n| `Object.prototype.set` | every axios request throws `TypeError: Setter must be a function` from `mergeConfig.js:26` |\n\nPer-request headers (`axios.request(url, { headers: {...} })`) overwrite polluted entries. Polluting `Object.prototype.get` triggers the crash before any header is built.\n\n## Proof of Concept\n\n```javascript\nconst axios = require(\u0027axios\u0027);\n\n// Finding A - header injection\nObject.prototype.common = { \u0027X-Poisoned\u0027: \u0027yes\u0027 };\nawait axios.get(\u0027http://api.example.com/users\u0027);\n// Wire request carries `X-Poisoned: yes`.\n\n// Finding B - crash DoS\nObject.prototype.get = { something: \u0027anything\u0027 };\nawait axios.get(\u0027http://api.example.com/users\u0027);\n// TypeError: Getter must be a function: #\u003cObject\u003e\n// at Function.defineProperty (\u003canonymous\u003e)\n// at mergeConfig (lib/core/mergeConfig.js:26:10)\n```\n\n## Impact\n\n- **Server hang** (`Content-Length: 99999`): receiver waits for a body that never arrives. Affects requests with a body.\n- **CL+TE conflict** (`Transfer-Encoding: chunked` rides alongside axios\u0027s auto `Content-Length`): receiver rejects with `400 Bad Request`. Affects requests with a body.\n- **Response suppression** (`If-None-Match: *`): receiver returns empty `304 Not Modified`. Affects GET / HEAD.\n- **Crash DoS** (`Object.prototype.get` / `.set`): every axios request fails synchronously with `TypeError`, not `AxiosError`, so handlers filtering on `error.isAxiosError` mishandle the failure.\n\n## Attack Flow\n\n```mermaid\nflowchart TD\n ROOT[\"Polluted Object.prototype\u003cbr/\u003evia upstream gadget (e.g. lodash \u0026lt;= 4.17.10 _.merge / CVE-2018-16487)\u003cbr/\u003eaxios \u0026lt;= 1.15.2\"]\n\n ROOT --\u003e CLASS_A[\"A. Arbitrary HTTP Header Injection\u003cbr/\u003ePolluted defaults.headers slot rides along on every outbound axios request\"]\n ROOT --\u003e CLASS_B[\"B. Crash DoS via Object.prototype.get / .set\u003cbr/\u003ePolluted descriptor breaks Object.defineProperty in mergeConfig\"]\n\n CLASS_A --\u003e PRE_A[\"Precondition: header not set per-request by the app\u003cbr/\u003eInjected via defaults.headers slot\u003cbr/\u003e(common, delete, head, post, put, patch, query)\"]\n\n PRE_A --\u003e PA1[\"Response Suppression\u003cbr/\u003eTrigger: common = {If-None-Match: *}\u003cbr/\u003eAffects GET / HEAD\"]\n PA1 --\u003e SA1[\"DoS\u003cbr/\u003e304 Not Modified empty\"]\n\n PRE_A --\u003e PA2[\"Server Hang\u003cbr/\u003eTrigger: common = {Content-Length: 99999}\u003cbr/\u003eAffects requests with body\"]\n PA2 --\u003e SA2[\"DoS\u003cbr/\u003econnection hang\"]\n\n PRE_A --\u003e PA3[\"CL+TE Conflict\u003cbr/\u003eTrigger: common = {Transfer-Encoding: chunked}\u003cbr/\u003eAffects requests with body\"]\n PA3 --\u003e SA3[\"DoS\u003cbr/\u003e400 Bad Request\"]\n\n CLASS_B --\u003e SB1[\"DoS\u003cbr/\u003eTypeError: Getter / Setter must be a function\u003cbr/\u003eCrashes every axios request, not only GET\"]\n\n %% Styles\n style ROOT fill:#f87171,stroke:#991b1b,color:#fff\n style CLASS_A fill:#fb923c,stroke:#9a3412,color:#fff\n style CLASS_B fill:#fb923c,stroke:#9a3412,color:#fff\n style PRE_A fill:#e2e8f0,stroke:#64748b,color:#1e293b\n style PA1 fill:#fbbf24,stroke:#92400e,color:#000\n style PA2 fill:#fbbf24,stroke:#92400e,color:#000\n style PA3 fill:#fbbf24,stroke:#92400e,color:#000\n style SA1 fill:#ef4444,stroke:#991b1b,color:#fff\n style SA2 fill:#ef4444,stroke:#991b1b,color:#fff\n style SA3 fill:#ef4444,stroke:#991b1b,color:#fff\n style SB1 fill:#ef4444,stroke:#991b1b,color:#fff\n```\n\n## Root Cause\n\n**Finding A.** `lib/utils.js:404-429`\u0027s `merge()` creates `result = {}` at line 406. The dangerous-keys filter on lines 408-411 blocks the write side, but the read at line 414 (`isPlainObject(result[targetKey])`) still walks the prototype chain. When `targetKey` matches a polluted slot, `result[targetKey]` returns the polluted nested object, and the recursive `merge(result[targetKey], val)` on line 415 iterates that object\u0027s own keys via `forEach` and copies them as own properties into the new accumulator. Those keys flow through `mergeConfig.js:35` \u2192 `Axios.js:148` (`utils.merge(headers.common, headers[config.method])`) \u2192 `Axios.js:155` (`AxiosHeaders.concat(...)`) \u2192 onto the wire via `http.js:677` (`headers: headers.toJSON()`) \u2192 `http.js:767` (`transport.request(options, ...)`).\n\n**Finding B.** `lib/core/mergeConfig.js:25` correctly makes `config = Object.create(null)`, but the descriptor passed on line 26 is a plain-object literal - its `get`/`set` lookups walk `Object.prototype`. A polluted non-function `Object.prototype.get` or `.set` makes `Object.defineProperty` throw `TypeError: Getter must be a function` (or `Setter must be a function`) before the call returns. The descriptor is built unconditionally on every `mergeConfig` invocation, so every axios request throws - POST, PUT, DELETE, PATCH, HEAD, QUERY, not only GET.\n\n## Suggested Fix\n\nUse null-prototype objects in place of the plain-object literals at `lib/utils.js:406` and `lib/core/mergeConfig.js:26-31`. The same descriptor pattern recurs at `lib/core/AxiosError.js:37`, `lib/core/AxiosHeaders.js:100`, `lib/utils.js:447/454/492/498`, and `lib/adapters/adapters.js:28/32`.\n\n## Resources\n\n- [CVE-2018-16487](https://nvd.nist.gov/vuln/detail/CVE-2018-16487) - `lodash.merge` prototype pollution in `lodash \u003c= 4.17.10`\n- [CWE-1321](https://cwe.mitre.org/data/definitions/1321.html) - Improperly Controlled Modification of Object Prototype Attributes",
"id": "GHSA-898c-q2cr-xwhg",
"modified": "2026-06-12T19:25:04Z",
"published": "2026-05-29T15:54:57Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16487"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44490"
},
{
"type": "PACKAGE",
"url": "https://github.com/axios/axios"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"type": "CVSS_V3"
}
],
"summary": "axios has DoS \u0026 Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions"
}
ubuntu-cve-2026-44490
Vulnerability from osv_ubuntu
Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()'s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket's own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-axios",
"binary_version": "0.19.0+dfsg-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "node-axios",
"purl": "pkg:deb/ubuntu/node-axios@0.19.0+dfsg-2?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.19.0+dfsg-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-axios",
"binary_version": "0.26.0+dfsg-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-axios",
"purl": "pkg:deb/ubuntu/node-axios@0.26.0+dfsg-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.21.1+dfsg-1",
"0.23.0+dfsg-2",
"0.24.0+dfsg-1",
"0.25.0+dfsg-2",
"0.26.0+dfsg-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-axios",
"binary_version": "1.6.8+dfsg-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-axios",
"purl": "pkg:deb/ubuntu/node-axios@1.6.8+dfsg-2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.1+dfsg-1",
"1.5.1+dfsg-1",
"1.6.2+dfsg-1",
"1.6.8+dfsg-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-axios",
"binary_version": "1.11.0+dfsg-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "node-axios",
"purl": "pkg:deb/ubuntu/node-axios@1.11.0+dfsg-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.9+dfsg-1",
"1.8.4+dfsg-1",
"1.11.0+dfsg-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-axios",
"binary_version": "1.13.2+dfsg-1build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-axios",
"purl": "pkg:deb/ubuntu/node-axios@1.13.2+dfsg-1build1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.11.0+dfsg-1",
"1.12.1+dfsg-1",
"1.13.2+dfsg-1build1"
]
}
],
"aliases": [],
"details": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, axios exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process (e.g. lodash _.merge / CVE-2018-16487), axios silently picks up the polluted values. (1) lib/utils.js line 406 builds merge()\u0027s accumulator as result = {}, so result[targetKey] (line 414) walks Object.prototype and the polluted bucket\u0027s own keys are copied into the merged headers and ride out on the wire. (2) lib/core/mergeConfig.js line 26 builds the hasOwnProperty descriptor as a plain-object literal. Object.defineProperty reads descriptor.get/descriptor.set via the prototype chain, so a polluted Object.prototype.get or Object.prototype.set makes the call throw TypeError synchronously on every axios request. This vulnerability is fixed in 0.32.0 and 1.16.0.",
"id": "UBUNTU-CVE-2026-44490",
"modified": "2026-06-17T08:57:57Z",
"published": "2026-06-11T17:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-44490"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"type": "REPORT",
"url": "https://github.com/axios/axios/security/advisories/GHSA-898c-q2cr-xwhg"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-44490"
]
}
WID-SEC-W-2026-2460
Vulnerability from csaf_certbund - Published: 2026-07-21 22:00 - Updated: 2026-08-04 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Atlassian Bitbucket LTS <10.3.2
Atlassian / Bitbucket
|
LTS <10.3.2 | ||
|
Atlassian Bitbucket LTS <9.4.22
Atlassian / Bitbucket
|
LTS <9.4.22 | ||
|
Atlassian Confluence LTS <10.2.14
Atlassian / Confluence
|
LTS <10.2.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Atlassian Confluence LTS <9.2.22
Atlassian / Confluence
|
LTS <9.2.22 | ||
|
Atlassian Fisheye <4.9.12
Atlassian / Fisheye
|
<4.9.12 | ||
|
Atlassian Crucible <4.9.12
Atlassian / Crucible
|
<4.9.12 | ||
|
Atlassian Jira LTS <11.3.8
Atlassian / Jira
|
LTS <11.3.8 | ||
|
Atlassian Jira LTS <10.3.23
Atlassian / Jira
|
LTS <10.3.23 | ||
|
Atlassian Bamboo LTS <12.1.9
Atlassian / Bamboo
|
LTS <12.1.9 | ||
|
Atlassian Bamboo LTS <10.2.21
Atlassian / Bamboo
|
LTS <10.2.21 |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://confluence.atlassian.com/security/securit… | external |
| https://access.redhat.com/errata/RHSA-2026:46903 | external |
| https://access.redhat.com/errata/RHSA-2026:46885 | external |
| http://linux.oracle.com/errata/ELSA-2026-21286.html | external |
| https://access.redhat.com/errata/RHSA-2026:47388 | external |
| https://access.redhat.com/errata/RHSA-2026:47451 | external |
| https://access.redhat.com/errata/RHSA-2026:44267 | external |
| https://access.redhat.com/errata/RHSA-2026:44263 | external |
| https://access.redhat.com/errata/RHSA-2026:48126 | external |
| https://access.redhat.com/errata/RHSA-2026:48124 | external |
| https://access.redhat.com/errata/RHSA-2026:48151 | external |
| https://access.redhat.com/errata/RHSA-2026:50300 | external |
| https://access.redhat.com/errata/RHSA-2026:48693 | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Bamboo ist ein Werkzeug zur kontinuierlichen Integration und Bereitstellung, das automatisierte Builds, Tests und Freigaben in einem einzigen Arbeitsablauf verbindet.\r\nBitbucket ist ein Git-Server zur Sourcecode-Versionskontrolle.\r\nConfluence ist eine kommerzielle Wiki-Software.\r\nFisheye ist ein Quellcode-Repository-Browser f\u00fcr Unternehmensteams. \r\nCrucible ist eine Code-Review-L\u00f6sung f\u00fcr Unternehmensteams.\r\nJira ist eine Webanwendung zur Softwareentwicklung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management ausnutzen, um beliebigen Code auszuf\u00fchren, erweiterte Berechtigungen zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand auszul\u00f6sen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2460 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2460.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2460 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2460"
},
{
"category": "external",
"summary": "Atlassian Security Bulletin Juli vom 2026-07-21",
"url": "https://confluence.atlassian.com/security/security-bulletin-july-21-2026-1821999345.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:46903 vom 2026-07-27",
"url": "https://access.redhat.com/errata/RHSA-2026:46903"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:46885 vom 2026-07-27",
"url": "https://access.redhat.com/errata/RHSA-2026:46885"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-21286 vom 2026-07-28",
"url": "http://linux.oracle.com/errata/ELSA-2026-21286.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:47388 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:47388"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:47451 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:47451"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:44267 vom 2026-07-28",
"url": "https://access.redhat.com/errata/RHSA-2026:44267"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:44263 vom 2026-07-28",
"url": "https://access.redhat.com/errata/RHSA-2026:44263"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48126 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:48126"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48124 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:48124"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48151 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:48151"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50300 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:50300"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48693 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:48693"
}
],
"source_lang": "en-US",
"title": "Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-04T22:00:00.000+00:00",
"generator": {
"date": "2026-08-05T09:03:30.967+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2460",
"initial_release_date": "2026-07-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-28T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-04T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "LTS \u003c12.1.9",
"product": {
"name": "Atlassian Bamboo LTS \u003c12.1.9",
"product_id": "T057014"
}
},
{
"category": "product_version",
"name": "LTS 12.1.9",
"product": {
"name": "Atlassian Bamboo LTS 12.1.9",
"product_id": "T057014-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bamboo:lts__12.1.9"
}
}
},
{
"category": "product_version_range",
"name": "LTS \u003c10.2.21",
"product": {
"name": "Atlassian Bamboo LTS \u003c10.2.21",
"product_id": "T057016"
}
},
{
"category": "product_version",
"name": "LTS 10.2.21",
"product": {
"name": "Atlassian Bamboo LTS 10.2.21",
"product_id": "T057016-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bamboo:lts__10.2.21"
}
}
}
],
"category": "product_name",
"name": "Bamboo"
},
{
"branches": [
{
"category": "product_version_range",
"name": "LTS \u003c10.3.2",
"product": {
"name": "Atlassian Bitbucket LTS \u003c10.3.2",
"product_id": "T057017"
}
},
{
"category": "product_version",
"name": "LTS 10.3.2",
"product": {
"name": "Atlassian Bitbucket LTS 10.3.2",
"product_id": "T057017-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:lts__10.3.2"
}
}
},
{
"category": "product_version_range",
"name": "LTS \u003c9.4.22",
"product": {
"name": "Atlassian Bitbucket LTS \u003c9.4.22",
"product_id": "T057018"
}
},
{
"category": "product_version",
"name": "LTS 9.4.22",
"product": {
"name": "Atlassian Bitbucket LTS 9.4.22",
"product_id": "T057018-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:lts__9.4.22"
}
}
}
],
"category": "product_name",
"name": "Bitbucket"
},
{
"branches": [
{
"category": "product_version_range",
"name": "LTS \u003c10.2.14",
"product": {
"name": "Atlassian Confluence LTS \u003c10.2.14",
"product_id": "T057019"
}
},
{
"category": "product_version",
"name": "LTS 10.2.14",
"product": {
"name": "Atlassian Confluence LTS 10.2.14",
"product_id": "T057019-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:confluence:lts__10.2.14"
}
}
},
{
"category": "product_version_range",
"name": "LTS \u003c9.2.22",
"product": {
"name": "Atlassian Confluence LTS \u003c9.2.22",
"product_id": "T057020"
}
},
{
"category": "product_version",
"name": "LTS 9.2.22",
"product": {
"name": "Atlassian Confluence LTS 9.2.22",
"product_id": "T057020-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:confluence:lts__9.2.22"
}
}
}
],
"category": "product_name",
"name": "Confluence"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.9.12",
"product": {
"name": "Atlassian Crucible \u003c4.9.12",
"product_id": "T057022"
}
},
{
"category": "product_version",
"name": "4.9.12",
"product": {
"name": "Atlassian Crucible 4.9.12",
"product_id": "T057022-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:crucible:4.9.12"
}
}
}
],
"category": "product_name",
"name": "Crucible"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.9.12",
"product": {
"name": "Atlassian Fisheye \u003c4.9.12",
"product_id": "T057021"
}
},
{
"category": "product_version",
"name": "4.9.12",
"product": {
"name": "Atlassian Fisheye 4.9.12",
"product_id": "T057021-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:fisheye:4.9.12"
}
}
}
],
"category": "product_name",
"name": "Fisheye"
},
{
"branches": [
{
"category": "product_version_range",
"name": "LTS \u003c11.3.8",
"product": {
"name": "Atlassian Jira LTS \u003c11.3.8",
"product_id": "T057023"
}
},
{
"category": "product_version",
"name": "LTS 11.3.8",
"product": {
"name": "Atlassian Jira LTS 11.3.8",
"product_id": "T057023-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:jira:lts__11.3.8"
}
}
},
{
"category": "product_version_range",
"name": "LTS \u003c10.3.23",
"product": {
"name": "Atlassian Jira LTS \u003c10.3.23",
"product_id": "T057024"
}
},
{
"category": "product_version",
"name": "LTS 10.3.23",
"product": {
"name": "Atlassian Jira LTS 10.3.23",
"product_id": "T057024-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:jira:lts__10.3.23"
}
}
}
],
"category": "product_name",
"name": "Jira"
}
],
"category": "vendor",
"name": "Atlassian"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-10540",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2016-10540"
},
{
"cve": "CVE-2020-28282",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2020-28282"
},
{
"cve": "CVE-2020-7729",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2020-7729"
},
{
"cve": "CVE-2021-22569",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2021-22569"
},
{
"cve": "CVE-2021-23358",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2021-23358"
},
{
"cve": "CVE-2022-1537",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-1537"
},
{
"cve": "CVE-2022-3509",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-3509"
},
{
"cve": "CVE-2022-3510",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-3510"
},
{
"cve": "CVE-2022-37599",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-37599"
},
{
"cve": "CVE-2022-37601",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-37601"
},
{
"cve": "CVE-2022-37603",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2022-37603"
},
{
"cve": "CVE-2024-7254",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2025-11226",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-11226"
},
{
"cve": "CVE-2025-14813",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-14813"
},
{
"cve": "CVE-2025-62718",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-62718"
},
{
"cve": "CVE-2025-69873",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-69873"
},
{
"cve": "CVE-2026-12143",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-12143"
},
{
"cve": "CVE-2026-21575",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-21575"
},
{
"cve": "CVE-2026-21577",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-21577"
},
{
"cve": "CVE-2026-21579",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-21579"
},
{
"cve": "CVE-2026-22731",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22731"
},
{
"cve": "CVE-2026-2332",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-2332"
},
{
"cve": "CVE-2026-27830",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-27830"
},
{
"cve": "CVE-2026-29063",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29063"
},
{
"cve": "CVE-2026-29145",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29145"
},
{
"cve": "CVE-2026-29146",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29146"
},
{
"cve": "CVE-2026-31802",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-31802"
},
{
"cve": "CVE-2026-33671",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33671"
},
{
"cve": "CVE-2026-33870",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33870"
},
{
"cve": "CVE-2026-33871",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33871"
},
{
"cve": "CVE-2026-34043",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34043"
},
{
"cve": "CVE-2026-35554",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35554"
},
{
"cve": "CVE-2026-40175",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-40175"
},
{
"cve": "CVE-2026-42033",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42033"
},
{
"cve": "CVE-2026-42035",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42035"
},
{
"cve": "CVE-2026-42041",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42041"
},
{
"cve": "CVE-2026-42043",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42043"
},
{
"cve": "CVE-2026-42044",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42044"
},
{
"cve": "CVE-2026-42198",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42198"
},
{
"cve": "CVE-2026-42264",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42264"
},
{
"cve": "CVE-2026-42581",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42581"
},
{
"cve": "CVE-2026-42583",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42583"
},
{
"cve": "CVE-2026-42585",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42585"
},
{
"cve": "CVE-2026-42587",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42587"
},
{
"cve": "CVE-2026-42588",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42588"
},
{
"cve": "CVE-2026-44249",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44249"
},
{
"cve": "CVE-2026-44486",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44486"
},
{
"cve": "CVE-2026-44487",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44487"
},
{
"cve": "CVE-2026-44488",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44488"
},
{
"cve": "CVE-2026-44490",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44490"
},
{
"cve": "CVE-2026-44492",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44492"
},
{
"cve": "CVE-2026-44494",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44494"
},
{
"cve": "CVE-2026-44495",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44495"
},
{
"cve": "CVE-2026-44496",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44496"
},
{
"cve": "CVE-2026-44705",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44705"
},
{
"cve": "CVE-2026-45416",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45416"
},
{
"cve": "CVE-2026-45505",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45505"
},
{
"cve": "CVE-2026-45736",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45736"
},
{
"cve": "CVE-2026-46625",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-46625"
},
{
"cve": "CVE-2026-47838",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-47838"
},
{
"cve": "CVE-2026-4800",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-4800"
},
{
"cve": "CVE-2026-48043",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-48043"
},
{
"cve": "CVE-2026-48779",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-48779"
},
{
"cve": "CVE-2026-50010",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50010"
},
{
"cve": "CVE-2026-5598",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5598"
},
{
"cve": "CVE-2026-6321",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6321"
},
{
"cve": "CVE-2026-6322",
"product_status": {
"known_affected": [
"T056236",
"T057017",
"T057018",
"T057019",
"67646",
"T057020",
"T057021",
"T057022",
"T057023",
"T057024",
"T057014",
"T057016"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6322"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.