Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-45505 (GCVE-0-2026-45505)
Vulnerability from cvelistv5 – Published: 2026-06-01 07:22 – Updated: 2026-06-02 03:55| URL | Tags |
|---|---|
| https://nvd.nist.gov/vuln/detail/CVE-2026-34197 | related |
| https://lists.apache.org/thread/7n97nddyw96w6ykld… | vendor-advisory |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Apache Software Foundation | Apache ActiveMQ Broker |
Affected:
0 , < 5.19.7
(semver)
Affected: 6.0.0 , < 6.2.6 (semver) |
guessed | |
| Apache Software Foundation | Apache ActiveMQ All |
Affected:
0 , < 5.19.7
(semver)
Affected: 6.0.0 , < 6.2.6 (semver) |
guessed | |
| Apache Software Foundation | Apache ActiveMQ |
Affected:
0 , < 5.19.7
(semver)
Affected: 6.0.0 , < 6.2.6 (semver) |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-45505",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-01T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-02T03:55:45.446Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:activemq-broker",
"product": "Apache ActiveMQ Broker",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:activemq-all",
"product": "Apache ActiveMQ All",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:apache-activemq",
"product": "Apache ActiveMQ",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "lokerxx"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eImproper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\u003cbr\u003e\u003c/p\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eCVE-2026-34197.\u0026nbsp;\u003cbr\u003e\u003c/span\u003e\u003c/span\u003e\u003cbr\u003eOriginal description from\u0026nbsp;CVE-2026-34197.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u0026nbsp;\u003c/span\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eAn authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \u003c/span\u003e\u003cbr\u003e\u003cp\u003eThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.\u003c/p\u003e"
}
],
"value": "Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\n\n\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197.\u00a0\n\nOriginal description from\u00a0CVE-2026-34197.\n\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\n\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue."
}
],
"metrics": [
{
"other": {
"content": {
"text": "important"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20 Improper Input Validation",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-01T07:22:32.247Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"related"
],
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34197"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Jolokia `addNetworkConnector` Discovery Wrapper Bypass",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2026-45505",
"datePublished": "2026-06-01T07:22:32.247Z",
"dateReserved": "2026-05-12T16:18:34.151Z",
"dateUpdated": "2026-06-02T03:55:45.446Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-45505",
"date": "2026-09-06",
"epss": "0.006",
"percentile": "0.46517"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-45505\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2026-06-01T09:16:19.700\",\"lastModified\":\"2026-07-21T19:10:00.107\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\\n\\n\\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197.\u00a0\\n\\nOriginal description from\u00a0CVE-2026-34197.\\n\\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \\nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\\n\\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.\"},{\"lang\":\"es\",\"value\":\"Validaci\u00f3n de entrada incorrecta, Control incorrecto de la generaci\u00f3n de c\u00f3digo (\u0027Inyecci\u00f3n de C\u00f3digo\u0027) vulnerabilidad en Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\\n\\nLos envoltorios de descubrimiento sin par\u00e9ntesis, como \u0027masterslave:vm://...,...\u0027 y \u0027static:vm://...\u0027, pasan incorrectamente la validaci\u00f3n, lo que permite eludir la correcci\u00f3n en CVE-2026-34197.\\n\\nDescripci\u00f3n original de CVE-2026-34197.\\n\\nApache ActiveMQ expone el puente Jolokia JMX-HTTP en /api/jolokia/ en la consola web. La pol\u00edtica de acceso predeterminada de Jolokia permite operaciones exec en todos los MBeans de ActiveMQ (org.apache.activemq:*), incluyendo BrokerService.addNetworkConnector(String) y BrokerService.addConnector(String). Un atacante autenticado puede invocar estas operaciones con una URI de descubrimiento manipulada que activa el par\u00e1metro brokerConfig del transporte VM para cargar un contexto de aplicaci\u00f3n Spring XML remoto utilizando ResourceXmlApplicationContext. Debido a que ResourceXmlApplicationContext de Spring instancia todos los beans singleton antes de que BrokerService valide la configuraci\u00f3n, se produce la ejecuci\u00f3n de c\u00f3digo arbitrario en la JVM del broker a trav\u00e9s de m\u00e9todos de f\u00e1brica de beans como Runtime.exec().\\nEste problema afecta a Apache ActiveMQ Broker: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6; Apache ActiveMQ All: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6; Apache ActiveMQ: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6.\\n\\nSe recomienda a los usuarios actualizar a la versi\u00f3n 5.19.7 o 6.2.6, que corrige el problema.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache ActiveMQ Broker\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.activemq:activemq-broker\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"5.19.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.0.0\",\"lessThan\":\"6.2.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache ActiveMQ All\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.activemq:activemq-all\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"5.19.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.0.0\",\"lessThan\":\"6.2.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache ActiveMQ\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.activemq:apache-activemq\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"5.19.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.0.0\",\"lessThan\":\"6.2.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-01T00:00:00+00:00\",\"id\":\"CVE-2026-45505\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"},{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.19.7\",\"matchCriteriaId\":\"793E68E6-9024-4518-B062-42B2DE5BB555\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.2.6\",\"matchCriteriaId\":\"FFF44DB9-1850-4B5F-AD0F-55CB5219AB22\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq_broker:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.19.7\",\"matchCriteriaId\":\"FE27E832-0E65-4D05-A2EE-271152799E96\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq_broker:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.2.6\",\"matchCriteriaId\":\"94F0DB6E-BEF4-4BEB-92F5-3A7B65172CC2\"}]}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://nvd.nist.gov/vuln/detail/CVE-2026-34197\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-06-30T18:00:56+00:00",
"cve": "CVE-2026-45505",
"id": "CVE-2026-45505",
"initial_release_date": "2026-06-01T07:22:32.247000+00:00",
"product_status:known_affected": "121",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "activemq: Apache ActiveMQ: Arbitrary Code Execution via crafted discovery URI bypass",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45505.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-45505\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-01T14:20:36.644230Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-01T14:20:30.927Z\"}}], \"cna\": {\"title\": \"Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Jolokia `addNetworkConnector` Discovery Wrapper Bypass\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"lokerxx\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"important\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache ActiveMQ Broker\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"5.19.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0.0\", \"lessThan\": \"6.2.6\", \"versionType\": \"semver\"}], \"packageName\": \"org.apache.activemq:activemq-broker\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache ActiveMQ All\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"5.19.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0.0\", \"lessThan\": \"6.2.6\", \"versionType\": \"semver\"}], \"packageName\": \"org.apache.activemq:activemq-all\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache ActiveMQ\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"5.19.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0.0\", \"lessThan\": \"6.2.6\", \"versionType\": \"semver\"}], \"packageName\": \"org.apache.activemq:apache-activemq\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nvd.nist.gov/vuln/detail/CVE-2026-34197\", \"tags\": [\"related\"]}, {\"url\": \"https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\\n\\n\\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\\u00a0CVE-2026-34197.\\u00a0\\n\\nOriginal description from\\u00a0CVE-2026-34197.\\n\\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \\nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\\n\\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eImproper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\u003cbr\u003e\u003c/p\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u0026nbsp;\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eCVE-2026-34197.\u0026nbsp;\u003cbr\u003e\u003c/span\u003e\u003c/span\u003e\u003cbr\u003eOriginal description from\u0026nbsp;CVE-2026-34197.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u0026nbsp;\u003c/span\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eAn authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \u003c/span\u003e\u003cbr\u003e\u003cp\u003eThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20 Improper Input Validation\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2026-06-01T07:22:32.247Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-45505\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-02T03:55:45.446Z\", \"dateReserved\": \"2026-05-12T16:18:34.151Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-06-01T07:22:32.247Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
bit-activemq-2026-45505
Vulnerability from bitnami_vulndb
Improper Input Validation, Improper Control of Generation of Code ('Code Injection') vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.
Non-parenthesized discovery wrappers such as masterslave:vm://...,...
and static:vm://... incorrectly pass validation allowing bypass of fix in CVE-2026-34197.
Original description from CVE-2026-34197.
Apache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String). An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport's brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker's JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.
Users are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "activemq",
"purl": "pkg:bitnami/activemq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.19.7"
},
{
"introduced": "6.0.0"
},
{
"fixed": "6.2.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2026-45505"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\n\n\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197.\u00a0\n\nOriginal description from\u00a0CVE-2026-34197.\n\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\n\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.",
"id": "BIT-activemq-2026-45505",
"modified": "2026-06-05T06:08:58.631Z",
"published": "2026-06-05T05:38:15.260Z",
"references": [
{
"type": "WEB",
"url": "https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34197"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45505"
}
],
"schema_version": "1.6.2",
"summary": "Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Jolokia `addNetworkConnector` Discovery Wrapper Bypass"
}
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) |
{
"$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"
}
]
}
CERTFR-2026-AVI-1094
Vulnerability from certfr_avis - Published: 2026-08-28 - Updated: 2026-08-28
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 | WebSphere | WebSphere Application Server Liberty versions 17.0.0.3 à 26.0.0.7 sans le correctif de sécurité PH71585 | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF06 | ||
| IBM | Tivoli | Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de sécurité | ||
| IBM | Sterling | Sterling Control Center version 6.3.1.0 antérieure à 6.3.1.0 iFix11 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le dernier correctif de sécurité | ||
| IBM | Sterling | Sterling Connect:Direct File Agent versions 1.4.0.3x à 1.4.0.5x antérieures à 1.4.0.5_iFix016 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le dernier correctif de sécurité | ||
| IBM | Spectrum | Spectrum Control versions antérieures à 5.5 | ||
| IBM | Sterling | Sterling Control Center version 6.4.2.0 antérieure à 6.4.2.0 iFix06 | ||
| IBM | QRadar | QRadar SIEM versions 7.6.x antérieures à 7.6.0.3 | ||
| IBM | QRadar | Security QRadar EDR versions 3.12.x antérieures à 3.12.26 | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR DT496328, DT496327 et DT497580 | ||
| IBM | Db2 | Db2 Genius Hub & Agentics versions 1.1.x antérieures à 1.1.4 | ||
| IBM | Tivoli | Tivoli Application Dependency Discovery Manager versions 7.3.0.0 à 7.3.0.12 avec WebSphere Application Server Liberty versions antérieures à 26.0.0.8 | ||
| IBM | WebSphere | WebSphere Extreme Scale versions 8.6.1.x antérieures à 8.6.1.6 avec le correctif de sécurité PH72588 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.3.0.x antérieures à 6.3.0.7.iFix026 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.4.0.x antérieures à 6.4.0.6.iFix014 | ||
| IBM | QRadar | QRadar Suite Software versions 1.10.12.0 à 1.11.10.0 antérieures à 1.11.12.0 | ||
| IBM | QRadar | QRadar AI Assistant versions antérieures à 2.2.0 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 26.0.0.7 sans le correctif de s\u00e9curit\u00e9 PH71585",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF06",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.3.1.0 ant\u00e9rieure \u00e0 6.3.1.0 iFix11",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct File Agent versions 1.4.0.3x \u00e0 1.4.0.5x ant\u00e9rieures \u00e0 1.4.0.5_iFix016",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Spectrum Control versions ant\u00e9rieures \u00e0 5.5",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.4.2.0 ant\u00e9rieure \u00e0 6.4.2.0 iFix06",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.6.x ant\u00e9rieures \u00e0 7.6.0.3",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions 3.12.x ant\u00e9rieures \u00e0 3.12.26",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR DT496328, DT496327 et DT497580",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Genius Hub \u0026 Agentics versions 1.1.x ant\u00e9rieures \u00e0 1.1.4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Application Dependency Discovery Manager versions 7.3.0.0 \u00e0 7.3.0.12 avec WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 26.0.0.8",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Extreme Scale versions 8.6.1.x ant\u00e9rieures \u00e0 8.6.1.6 avec le correctif de s\u00e9curit\u00e9 PH72588",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.7.iFix026",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.4.0.x ant\u00e9rieures \u00e0 6.4.0.6.iFix014",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.12.0 \u00e0 1.11.10.0 ant\u00e9rieures \u00e0 1.11.12.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar AI Assistant versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "QRadar",
"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-41411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41411"
},
{
"name": "CVE-2026-14380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14380"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-54293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54293"
},
{
"name": "CVE-2026-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49978"
},
{
"name": "CVE-2026-9697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9697"
},
{
"name": "CVE-2026-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53540"
},
{
"name": "CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"name": "CVE-2026-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"name": "CVE-2026-40466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40466"
},
{
"name": "CVE-2026-59724",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59724"
},
{
"name": "CVE-2026-45505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45505"
},
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49476"
},
{
"name": "CVE-2026-42588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42588"
},
{
"name": "CVE-2026-27205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27205"
},
{
"name": "CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"name": "CVE-2026-33845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33845"
},
{
"name": "CVE-2026-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41254"
},
{
"name": "CVE-2026-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42253"
},
{
"name": "CVE-2026-44405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44405"
},
{
"name": "CVE-2026-50645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50645"
},
{
"name": "CVE-2026-44289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44289"
},
{
"name": "CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"name": "CVE-2026-9679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9679"
},
{
"name": "CVE-2026-39892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39892"
},
{
"name": "CVE-2026-10050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10050"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2026-42402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42402"
},
{
"name": "CVE-2026-42561",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42561"
},
{
"name": "CVE-2025-14505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14505"
},
{
"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-2026-32286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32286"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"name": "CVE-2026-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54514"
},
{
"name": "CVE-2026-44293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44293"
},
{
"name": "CVE-2026-44290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44290"
},
{
"name": "CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"name": "CVE-2026-55276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55276"
},
{
"name": "CVE-2026-48710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48710"
},
{
"name": "CVE-2026-16243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16243"
},
{
"name": "CVE-2026-9171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9171"
},
{
"name": "CVE-2025-47279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47279"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2026-47010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47010"
},
{
"name": "CVE-2026-69249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69249"
},
{
"name": "CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"name": "CVE-2026-55653",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55653"
},
{
"name": "CVE-2026-41239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41239"
},
{
"name": "CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"name": "CVE-2026-59084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59084"
},
{
"name": "CVE-2026-45740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45740"
},
{
"name": "CVE-2025-14920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14920"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-59725",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59725"
},
{
"name": "CVE-2026-14739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14739"
},
{
"name": "CVE-2026-39824",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39824"
},
{
"name": "CVE-2026-46605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46605"
},
{
"name": "CVE-2026-54275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54275"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-47057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47057"
},
{
"name": "CVE-2026-10846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10846"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2026-12505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12505"
},
{
"name": "CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"name": "CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"name": "CVE-2026-42015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42015"
},
{
"name": "CVE-2026-14528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14528"
},
{
"name": "CVE-2026-54278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54278"
},
{
"name": "CVE-2026-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53538"
},
{
"name": "CVE-2026-18499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18499"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-54515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54515"
},
{
"name": "CVE-2026-53550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53550"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49157"
},
{
"name": "CVE-2026-16221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16221"
},
{
"name": "CVE-2026-55798",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55798"
},
{
"name": "CVE-2026-6790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6790"
},
{
"name": "CVE-2026-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7246"
},
{
"name": "CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"name": "CVE-2026-66143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66143"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-66144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66144"
},
{
"name": "CVE-2026-44494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44494"
},
{
"name": "CVE-2026-55153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55153"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2026-11541",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11541"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2026-44618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44618"
},
{
"name": "CVE-2026-42036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42036"
},
{
"name": "CVE-2026-33236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33236"
},
{
"name": "CVE-2026-54475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54475"
},
{
"name": "CVE-2026-31692",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31692"
},
{
"name": "CVE-2026-44240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44240"
},
{
"name": "CVE-2026-55443",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55443"
},
{
"name": "CVE-2026-65900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65900"
},
{
"name": "CVE-2026-33558",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33558"
},
{
"name": "CVE-2026-53916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53916"
},
{
"name": "CVE-2026-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53006"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-33846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33846"
},
{
"name": "CVE-2026-42403",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42403"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2026-59880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59880"
},
{
"name": "CVE-2026-15057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15057"
},
{
"name": "CVE-2026-59890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59890"
},
{
"name": "CVE-2026-53266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53266"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2026-14742",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14742"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44990"
},
{
"name": "CVE-2026-47265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47265"
},
{
"name": "CVE-2026-49458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49458"
},
{
"name": "CVE-2026-54282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54282"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-0540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0540"
},
{
"name": "CVE-2026-45149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45149"
},
{
"name": "CVE-2026-45249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45249"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48988"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-11525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11525"
},
{
"name": "CVE-2026-15325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15325"
},
{
"name": "CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"name": "CVE-2026-69247",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69247"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2026-34515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34515"
},
{
"name": "CVE-2026-14976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14976"
},
{
"name": "CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"name": "CVE-2026-34519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34519"
},
{
"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-54277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54277"
},
{
"name": "CVE-2026-69248",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69248"
},
{
"name": "CVE-2026-18446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18446"
},
{
"name": "CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"name": "CVE-2026-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14512"
},
{
"name": "CVE-2026-5260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5260"
},
{
"name": "CVE-2026-42009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42009"
},
{
"name": "CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"name": "CVE-2026-10842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10842"
},
{
"name": "CVE-2026-46189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46189"
},
{
"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-40186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40186"
},
{
"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-2026-44288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44288"
},
{
"name": "CVE-2026-41603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41603"
},
{
"name": "CVE-2026-8646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8646"
},
{
"name": "CVE-2026-45822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45822"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"name": "CVE-2026-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54280"
},
{
"name": "CVE-2026-46625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46625"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2026-44489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44489"
},
{
"name": "CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"name": "CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"name": "CVE-2026-3833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3833"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2026-9320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9320"
},
{
"name": "CVE-2026-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49459"
},
{
"name": "CVE-2026-66053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66053"
},
{
"name": "CVE-2026-41044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41044"
},
{
"name": "CVE-2026-41043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41043"
},
{
"name": "CVE-2026-5079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5079"
},
{
"name": "CVE-2026-34518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34518"
},
{
"name": "CVE-2026-50734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50734"
},
{
"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-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"name": "CVE-2026-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42010"
},
{
"name": "CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"name": "CVE-2026-4427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4427"
},
{
"name": "CVE-2026-59887",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59887"
},
{
"name": "CVE-2026-59203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59203"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-42040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42040"
},
{
"name": "CVE-2026-47027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47027"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2026-47058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47058"
},
{
"name": "CVE-2026-42013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42013"
},
{
"name": "CVE-2026-62389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-62389"
},
{
"name": "CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"name": "CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"name": "CVE-2026-16441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16441"
},
{
"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-6734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6734"
},
{
"name": "CVE-2026-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12243"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-14529",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14529"
},
{
"name": "CVE-2026-34525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34525"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-54274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54274"
},
{
"name": "CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"name": "CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"name": "CVE-2026-57819",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57819"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-65899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65899"
},
{
"name": "CVE-2026-4539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4539"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2026-55956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55956"
},
{
"name": "CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"name": "CVE-2026-41140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41140"
},
{
"name": "CVE-2025-48913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48913"
},
{
"name": "CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"name": "CVE-2026-42404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42404"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-53537",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53537"
},
{
"name": "CVE-2026-40046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40046"
},
{
"name": "CVE-2026-16192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16192"
},
{
"name": "CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"name": "CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"name": "CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"name": "CVE-2026-54273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54273"
},
{
"name": "CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"name": "CVE-2026-42198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42198"
},
{
"name": "CVE-2026-47063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47063"
},
{
"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-59083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59083"
},
{
"name": "CVE-2026-25243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25243"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"name": "CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"name": "CVE-2026-59888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59888"
},
{
"name": "CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"name": "CVE-2026-47021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47021"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49434"
},
{
"name": "CVE-2026-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42011"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-16440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16440"
},
{
"name": "CVE-2026-64958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64958"
},
{
"name": "CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-44291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44291"
},
{
"name": "CVE-2026-15043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15043"
},
{
"name": "CVE-2026-66373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66373"
},
{
"name": "CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"name": "CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"name": "CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"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-11897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11897"
},
{
"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-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2026-41680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41680"
},
{
"name": "CVE-2026-44292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44292"
},
{
"name": "CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"name": "CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"name": "CVE-2026-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49432"
},
{
"name": "CVE-2026-59879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59879"
},
{
"name": "CVE-2026-46968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46968"
},
{
"name": "CVE-2025-15599",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15599"
},
{
"name": "CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-9358",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9358"
},
{
"name": "CVE-2026-44417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44417"
},
{
"name": "CVE-2026-14446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14446"
},
{
"name": "CVE-2026-54279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54279"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"name": "CVE-2026-8723",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8723"
},
{
"name": "CVE-2026-75838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75838"
},
{
"name": "CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2026-59877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59877"
},
{
"name": "CVE-2026-9678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9678"
},
{
"name": "CVE-2026-39304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39304"
},
{
"name": "CVE-2026-48713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48713"
},
{
"name": "CVE-2026-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49270"
},
{
"name": "CVE-2026-34516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34516"
},
{
"name": "CVE-2026-46086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46086"
},
{
"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-14476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14476"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-16439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16439"
},
{
"name": "CVE-2018-16487",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16487"
},
{
"name": "CVE-2026-44728",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44728"
},
{
"name": "CVE-2026-55955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55955"
},
{
"name": "CVE-2026-34517",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34517"
},
{
"name": "CVE-2026-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49477"
},
{
"name": "CVE-2026-42034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42034"
},
{
"name": "CVE-2026-9322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9322"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"name": "CVE-2026-34591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34591"
},
{
"name": "CVE-2026-48779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48779"
},
{
"name": "CVE-2025-14914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14914"
},
{
"name": "CVE-2026-9563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9563"
},
{
"name": "CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"name": "CVE-2026-54276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54276"
},
{
"name": "CVE-2026-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53434"
},
{
"name": "CVE-2026-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40347"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2025-66168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66168"
},
{
"name": "CVE-2026-66142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66142"
},
{
"name": "CVE-2026-10051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10051"
},
{
"name": "CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"name": "CVE-2026-34513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34513"
},
{
"name": "CVE-2026-43869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43869"
},
{
"name": "CVE-2026-8400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8400"
},
{
"name": "CVE-2026-14980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14980"
},
{
"name": "CVE-2026-5078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5078"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-55655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55655"
},
{
"name": "CVE-2026-34514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34514"
},
{
"name": "CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"name": "CVE-2026-27601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27601"
},
{
"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-48775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48775"
},
{
"name": "CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"name": "CVE-2026-60081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60081"
},
{
"name": "CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"name": "CVE-2026-64530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64530"
},
{
"name": "CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"name": "CVE-2026-45736",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45736"
},
{
"name": "CVE-2026-54225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54225"
},
{
"name": "CVE-2026-34520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34520"
},
{
"name": "CVE-2026-41238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41238"
},
{
"name": "CVE-2026-42037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42037"
},
{
"name": "CVE-2026-53404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53404"
},
{
"name": "CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"name": "CVE-2026-42042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42042"
},
{
"name": "CVE-2026-9071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9071"
},
{
"name": "CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"name": "CVE-2026-59198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59198"
},
{
"name": "CVE-2026-11806",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11806"
},
{
"name": "CVE-2026-44294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44294"
},
{
"name": "CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"name": "CVE-2026-33231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33231"
},
{
"name": "CVE-2026-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48801"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42012"
},
{
"name": "CVE-2026-44490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"name": "CVE-2026-46917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46917"
},
{
"name": "CVE-2026-43116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43116"
},
{
"name": "CVE-2026-60147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60147"
},
{
"name": "CVE-2026-22815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22815"
},
{
"name": "CVE-2026-15280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15280"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2026-56852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56852"
},
{
"name": "CVE-2026-6733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6733"
},
{
"name": "CVE-2026-13311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13311"
},
{
"name": "CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"name": "CVE-2026-33230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33230"
},
{
"name": "CVE-2026-10535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10535"
},
{
"name": "CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-14474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14474"
},
{
"name": "CVE-2026-47059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47059"
},
{
"name": "CVE-2026-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53539"
},
{
"name": "CVE-2026-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2739"
},
{
"name": "CVE-2026-65898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65898"
},
{
"name": "CVE-2026-53917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53917"
},
{
"name": "CVE-2026-15392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15392"
},
{
"name": "CVE-2026-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8177"
}
],
"initial_release_date": "2026-08-28T00:00:00",
"last_revision_date": "2026-08-28T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-1094",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-08-28T00: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": "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-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285382",
"url": "https://www.ibm.com/support/pages/node/7285382"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284666",
"url": "https://www.ibm.com/support/pages/node/7284666"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285542",
"url": "https://www.ibm.com/support/pages/node/7285542"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285272",
"url": "https://www.ibm.com/support/pages/node/7285272"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285232",
"url": "https://www.ibm.com/support/pages/node/7285232"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285472",
"url": "https://www.ibm.com/support/pages/node/7285472"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285291",
"url": "https://www.ibm.com/support/pages/node/7285291"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285470",
"url": "https://www.ibm.com/support/pages/node/7285470"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285469",
"url": "https://www.ibm.com/support/pages/node/7285469"
},
{
"published_at": "2026-08-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284528",
"url": "https://www.ibm.com/support/pages/node/7284528"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285416",
"url": "https://www.ibm.com/support/pages/node/7285416"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285376",
"url": "https://www.ibm.com/support/pages/node/7285376"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285380",
"url": "https://www.ibm.com/support/pages/node/7285380"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285275",
"url": "https://www.ibm.com/support/pages/node/7285275"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285292",
"url": "https://www.ibm.com/support/pages/node/7285292"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285234",
"url": "https://www.ibm.com/support/pages/node/7285234"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285141",
"url": "https://www.ibm.com/support/pages/node/7285141"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7279466",
"url": "https://www.ibm.com/support/pages/node/7279466"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284718",
"url": "https://www.ibm.com/support/pages/node/7284718"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285509",
"url": "https://www.ibm.com/support/pages/node/7285509"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285340",
"url": "https://www.ibm.com/support/pages/node/7285340"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285513",
"url": "https://www.ibm.com/support/pages/node/7285513"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285420",
"url": "https://www.ibm.com/support/pages/node/7285420"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284710",
"url": "https://www.ibm.com/support/pages/node/7284710"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285274",
"url": "https://www.ibm.com/support/pages/node/7285274"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284653",
"url": "https://www.ibm.com/support/pages/node/7284653"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285342",
"url": "https://www.ibm.com/support/pages/node/7285342"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285539",
"url": "https://www.ibm.com/support/pages/node/7285539"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284670",
"url": "https://www.ibm.com/support/pages/node/7284670"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284806",
"url": "https://www.ibm.com/support/pages/node/7284806"
}
]
}
FKIE_CVE-2026-45505
Vulnerability from fkie_nvd - Published: 2026-06-01 09:16 - Updated: 2026-07-21 19:10| URL | Tags | ||
|---|---|---|---|
| security@apache.org | https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w | Mailing List, Vendor Advisory | |
| security@apache.org | https://nvd.nist.gov/vuln/detail/CVE-2026-34197 | Mailing List, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| apache | activemq | * | |
| apache | activemq | * | |
| apache | activemq_broker | * | |
| apache | activemq_broker | * |
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:activemq-broker",
"product": "Apache ActiveMQ Broker",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:activemq-all",
"product": "Apache ActiveMQ All",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.activemq:apache-activemq",
"product": "Apache ActiveMQ",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "5.19.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.2.6",
"status": "affected",
"version": "6.0.0",
"versionType": "semver"
}
]
}
],
"source": "security@apache.org"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*",
"matchCriteriaId": "793E68E6-9024-4518-B062-42B2DE5BB555",
"versionEndExcluding": "5.19.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FFF44DB9-1850-4B5F-AD0F-55CB5219AB22",
"versionEndExcluding": "6.2.6",
"versionStartIncluding": "6.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:activemq_broker:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FE27E832-0E65-4D05-A2EE-271152799E96",
"versionEndExcluding": "5.19.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:activemq_broker:*:*:*:*:*:*:*:*",
"matchCriteriaId": "94F0DB6E-BEF4-4BEB-92F5-3A7B65172CC2",
"versionEndExcluding": "6.2.6",
"versionStartIncluding": "6.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\n\n\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197.\u00a0\n\nOriginal description from\u00a0CVE-2026-34197.\n\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\n\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue."
},
{
"lang": "es",
"value": "Validaci\u00f3n de entrada incorrecta, Control incorrecto de la generaci\u00f3n de c\u00f3digo (\u0027Inyecci\u00f3n de C\u00f3digo\u0027) vulnerabilidad en Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\n\nLos envoltorios de descubrimiento sin par\u00e9ntesis, como \u0027masterslave:vm://...,...\u0027 y \u0027static:vm://...\u0027, pasan incorrectamente la validaci\u00f3n, lo que permite eludir la correcci\u00f3n en CVE-2026-34197.\n\nDescripci\u00f3n original de CVE-2026-34197.\n\nApache ActiveMQ expone el puente Jolokia JMX-HTTP en /api/jolokia/ en la consola web. La pol\u00edtica de acceso predeterminada de Jolokia permite operaciones exec en todos los MBeans de ActiveMQ (org.apache.activemq:*), incluyendo BrokerService.addNetworkConnector(String) y BrokerService.addConnector(String). Un atacante autenticado puede invocar estas operaciones con una URI de descubrimiento manipulada que activa el par\u00e1metro brokerConfig del transporte VM para cargar un contexto de aplicaci\u00f3n Spring XML remoto utilizando ResourceXmlApplicationContext. Debido a que ResourceXmlApplicationContext de Spring instancia todos los beans singleton antes de que BrokerService valide la configuraci\u00f3n, se produce la ejecuci\u00f3n de c\u00f3digo arbitrario en la JVM del broker a trav\u00e9s de m\u00e9todos de f\u00e1brica de beans como Runtime.exec().\nEste problema afecta a Apache ActiveMQ Broker: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6; Apache ActiveMQ All: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6; Apache ActiveMQ: anterior a 5.19.7, desde 6.0.0 anterior a 6.2.6.\n\nSe recomienda a los usuarios actualizar a la versi\u00f3n 5.19.7 o 6.2.6, que corrige el problema."
}
],
"id": "CVE-2026-45505",
"lastModified": "2026-07-21T19:10:00.107",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-45505",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-01T00:00:00+00:00",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-01T09:16:19.700",
"references": [
{
"source": "security@apache.org",
"tags": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w"
},
{
"source": "security@apache.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34197"
}
],
"sourceIdentifier": "security@apache.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-20"
},
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "security@apache.org",
"type": "Secondary"
}
]
}
GHSA-V853-W46P-FV2H
Vulnerability from github – Published: 2026-06-01 09:31 – Updated: 2026-07-09 21:00Improper Input Validation, Improper Control of Generation of Code ('Code Injection') vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.
Non-parenthesized discovery wrappers such as masterslave:vm://...,...
and static:vm://... incorrectly pass validation allowing bypass of fix in CVE-2026-34197.
Original description from CVE-2026-34197.
Apache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String). An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport's brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker's JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.
Users are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:activemq-broker"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.19.7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:activemq-broker"
},
"ranges": [
{
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.2.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:activemq-all"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.19.7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:activemq-all"
},
"ranges": [
{
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.2.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:apache-activemq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.19.7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.activemq:apache-activemq"
},
"ranges": [
{
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.2.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-45505"
],
"database_specific": {
"cwe_ids": [
"CWE-20"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-09T21:00:01Z",
"nvd_published_at": "2026-06-01T09:16:19Z",
"severity": "HIGH"
},
"details": "Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.\n\n\nNon-parenthesized discovery wrappers such as `masterslave:vm://...,...`\nand `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197.\u00a0\n\nOriginal description from\u00a0CVE-2026-34197.\n\nApache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). \nThis issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.\n\nUsers are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.",
"id": "GHSA-v853-w46p-fv2h",
"modified": "2026-07-09T21:00:01Z",
"published": "2026-06-01T09:31:14Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34197"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45505"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/activemq"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ have a Code Injection issue"
}
ubuntu-cve-2026-45505
Vulnerability from osv_ubuntu
Improper Input Validation, Improper Control of Generation of Code ('Code Injection') vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. Non-parenthesized discovery wrappers such as masterslave:vm://...,... and static:vm://... incorrectly pass validation allowing bypass of fix in CVE-2026-34197. Original description from CVE-2026-34197. Apache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String). An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport's brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker's JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6. Users are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.13.2+dfsg-2ubuntu0.1~esm1"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.13.2+dfsg-2ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.13.2+dfsg-2ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.6.0+dfsg1-4+deb8u1ubuntu1",
"5.6.0+dfsg1-5",
"5.13.2+dfsg-2",
"5.13.2+dfsg-2ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.15.8-2~18.04.1~esm1"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.15.8-2~18.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.15.8-2~18.04.1~esm1?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.14.5-3",
"5.15.2-2",
"5.15.3-2",
"5.15.8-2~18.04",
"5.15.8-2~18.04.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.15.11-1ubuntu0.1~esm1"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.15.11-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.15.11-1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.10-1",
"5.15.11-1",
"5.15.11-1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.16.1-1ubuntu0.1"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.16.1-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.16.1-1ubuntu0.1?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.16.1-1",
"5.16.1-1ubuntu0.1~esm1",
"5.16.1-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.17.6+dfsg-1"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.17.6+dfsg-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.17.6+dfsg-1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.17.2+dfsg-2",
"5.17.6+dfsg-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.17.6+dfsg-2"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.17.6+dfsg-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.17.6+dfsg-2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.17.6+dfsg-1",
"5.17.6+dfsg-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "activemq",
"binary_version": "5.17.6+dfsg-2"
},
{
"binary_name": "libactivemq-java",
"binary_version": "5.17.6+dfsg-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "activemq",
"purl": "pkg:deb/ubuntu/activemq@5.17.6+dfsg-2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.17.6+dfsg-2"
]
}
],
"aliases": [],
"details": "Improper Input Validation, Improper Control of Generation of Code (\u0027Code Injection\u0027) vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. Non-parenthesized discovery wrappers such as `masterslave:vm://...,...` and `static:vm://...` incorrectly pass validation allowing bypass of fix in\u00a0CVE-2026-34197. Original description from\u00a0CVE-2026-34197. Apache ActiveMQ exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String).\u00a0An authenticated attacker can invoke these operations with a crafted discovery UR that triggers the VM transport\u0027s brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring\u0027s ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker\u0027s JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ All: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6. Users are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue.",
"id": "UBUNTU-CVE-2026-45505",
"modified": "2026-06-03T11:25:23Z",
"published": "2026-06-01T09:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-45505"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45505"
},
{
"type": "REPORT",
"url": "https://www.openwall.com/lists/oss-security/2026/05/31/19"
},
{
"type": "REPORT",
"url": "https://lists.apache.org/thread/7n97nddyw96w6ykldjv1h40jx86xdo0w"
},
{
"type": "REPORT",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34197"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-45505"
]
}
WID-SEC-W-2026-1741
Vulnerability from csaf_certbund - Published: 2026-05-31 22:00 - Updated: 2026-06-01 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apache ActiveMQ <6.2.6
Apache / ActiveMQ
|
<6.2.6 | ||
|
Apache ActiveMQ <5.19.7
Apache / ActiveMQ
|
<5.19.7 |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.d… | external |
| https://activemq.apache.org/security-advisories.data | 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": "Apache ActiveMQ ist ein Open Source Message Broker, der den Transport von Nachrichten zwischen verschiedenen Programmen bewerkstelligt.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Apache ActiveMQ ausnutzen, um einen Cross-Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, seine Rechte zu erweitern, Daten zu manipulieren und Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- 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-1741 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1741.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1741 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1741"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-42253-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-42588-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-45505-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-46605-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-49157-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data/CVE-2026-49270-announcement.txt"
},
{
"category": "external",
"summary": "Apache ActiveMQ Security Advisory vom 2026-05-31",
"url": "https://activemq.apache.org/security-advisories.data"
}
],
"source_lang": "en-US",
"title": "Apache ActiveMQ: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-01T22:00:00.000+00:00",
"generator": {
"date": "2026-06-02T05:12:27.283+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1741",
"initial_release_date": "2026-05-31T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "2",
"summary": "Link zu CVE-2026-46605 korrigiert"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.19.7",
"product": {
"name": "Apache ActiveMQ \u003c5.19.7",
"product_id": "T054887"
}
},
{
"category": "product_version",
"name": "5.19.7",
"product": {
"name": "Apache ActiveMQ 5.19.7",
"product_id": "T054887-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:apache:activemq:5.19.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.2.6",
"product": {
"name": "Apache ActiveMQ \u003c6.2.6",
"product_id": "T054888"
}
},
{
"category": "product_version",
"name": "6.2.6",
"product": {
"name": "Apache ActiveMQ 6.2.6",
"product_id": "T054888-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:apache:activemq:6.2.6"
}
}
}
],
"category": "product_name",
"name": "ActiveMQ"
}
],
"category": "vendor",
"name": "Apache"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-42253",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-42253"
},
{
"cve": "CVE-2026-42588",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-42588"
},
{
"cve": "CVE-2026-45505",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-45505"
},
{
"cve": "CVE-2026-46605",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-46605"
},
{
"cve": "CVE-2026-49157",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-49157"
},
{
"cve": "CVE-2026-49270",
"product_status": {
"known_affected": [
"T054888",
"T054887"
]
},
"release_date": "2026-05-31T22:00:00.000+00:00",
"title": "CVE-2026-49270"
}
]
}
WID-SEC-W-2026-2460
Vulnerability from csaf_certbund - Published: 2026-07-21 22:00 - Updated: 2026-08-31 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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 | ||
|
Dell Secure Connect Gateway <5.36.00.16
Dell / Secure Connect Gateway
|
<5.36.00.16 | ||
|
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 |
| https://access.redhat.com/errata/RHSA-2026:52768 | external |
| https://access.redhat.com/errata/RHSA-2026:36625 | external |
| https://www.dell.com/support/kbdoc/de-de/00050359… | 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"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:52768 vom 2026-08-10",
"url": "https://access.redhat.com/errata/RHSA-2026:52768"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:36625 vom 2026-08-13",
"url": "https://access.redhat.com/errata/RHSA-2026:36625"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-385 vom 2026-08-31",
"url": "https://www.dell.com/support/kbdoc/de-de/000503592/dsa-2026-385-security-update-for-dell-secure-connect-gateway-policy-manager-multiple-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-31T22:00:00.000+00:00",
"generator": {
"date": "2026-09-01T10:57:19.041+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"
},
{
"date": "2026-08-09T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-13T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-31T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "8"
}
},
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.36.00.16",
"product": {
"name": "Dell Secure Connect Gateway \u003c5.36.00.16",
"product_id": "T058878"
}
},
{
"category": "product_version",
"name": "5.36.00.16",
"product": {
"name": "Dell Secure Connect Gateway 5.36.00.16",
"product_id": "T058878-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:5.36.00.16"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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",
"T058878",
"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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.