Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-42041 (GCVE-0-2026-42041)
Vulnerability from cvelistv5 – Published: 2026-04-24 17:55 – Updated: 2026-04-24 18:32
VLAI
EPSS
Title
Axios: Authentication Bypass via Prototype Pollution Gadget in `validateStatus` Merge Strategy
Summary
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error handling. The root cause is that validateStatus is the only config property using the mergeDirectKeys merge strategy, which uses JavaScript's in operator — an operator that inherently traverses the prototype chain. When Object.prototype.validateStatus is polluted with () => true, all HTTP status codes are accepted as success. This vulnerability is fixed in 1.15.1 and 0.31.1.
Severity
4.8 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/axios/axios/security/advisorie… | x_refsource_CONFIRM |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-42041",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-24T18:29:47.107016Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-24T18:32:58.115Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.15.1"
},
{
"status": "affected",
"version": "\u003c 0.31.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution \"Gadget\" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error handling. The root cause is that validateStatus is the only config property using the mergeDirectKeys merge strategy, which uses JavaScript\u0027s in operator \u2014 an operator that inherently traverses the prototype chain. When Object.prototype.validateStatus is polluted with () =\u003e true, all HTTP status codes are accepted as success. This vulnerability is fixed in 1.15.1 and 0.31.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-287",
"description": "CWE-287: Improper Authentication",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-24T17:55:30.036Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"source": {
"advisory": "GHSA-w9j2-pvgh-6h63",
"discovery": "UNKNOWN"
},
"title": "Axios: Authentication Bypass via Prototype Pollution Gadget in `validateStatus` Merge Strategy"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-42041",
"datePublished": "2026-04-24T17:55:30.036Z",
"dateReserved": "2026-04-23T16:05:01.709Z",
"dateUpdated": "2026-04-24T18:32:58.115Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-42041",
"date": "2026-06-22",
"epss": "0.00289",
"percentile": "0.20324"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-42041\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-24T18:16:31.133\",\"lastModified\":\"2026-04-27T20:07:58.037\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution \\\"Gadget\\\" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error handling. The root cause is that validateStatus is the only config property using the mergeDirectKeys merge strategy, which uses JavaScript\u0027s in operator \u2014 an operator that inherently traverses the prototype chain. When Object.prototype.validateStatus is polluted with () =\u003e true, all HTTP status codes are accepted as success. This vulnerability is fixed in 1.15.1 and 0.31.1.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-287\"},{\"lang\":\"en\",\"value\":\"CWE-1321\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"0.31.1\",\"matchCriteriaId\":\"7D2B28C9-026E-4CD6-BD17-7EDD42108106\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.15.1\",\"matchCriteriaId\":\"3EC1EF30-EBB8-410B-90FB-1F18A3545C2E\"}]}]}],\"references\":[{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-42041\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-24T18:29:47.107016Z\"}}}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-24T18:29:58.031Z\"}}], \"cna\": {\"title\": \"Axios: Authentication Bypass via Prototype Pollution Gadget in `validateStatus` Merge Strategy\", \"source\": {\"advisory\": \"GHSA-w9j2-pvgh-6h63\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"axios\", \"product\": \"axios\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.15.1\"}, {\"status\": \"affected\", \"version\": \"\u003c 0.31.1\"}]}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63\", \"name\": \"https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution \\\"Gadget\\\" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error handling. The root cause is that validateStatus is the only config property using the mergeDirectKeys merge strategy, which uses JavaScript\u0027s in operator \\u2014 an operator that inherently traverses the prototype chain. When Object.prototype.validateStatus is polluted with () =\u003e true, all HTTP status codes are accepted as success. This vulnerability is fixed in 1.15.1 and 0.31.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-287\", \"description\": \"CWE-287: Improper Authentication\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1321\", \"description\": \"CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-24T17:55:30.036Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-42041\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-24T18:32:58.115Z\", \"dateReserved\": \"2026-04-23T16:05:01.709Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-24T17:55:30.036Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2026-1450
Vulnerability from csaf_certbund - Published: 2026-05-10 22:00 - Updated: 2026-05-31 22:00Summary
IBM App Connect Enterprise (Axios): Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM App Connect Enterprise kombiniert die branchenbewährten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen, wodurch weitere Angriffe möglich werden.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise <13.2.0
IBM / App Connect Enterprise
|
<13.2.0 | ||
|
IBM App Connect Enterprise <12.0.12.25 Interim fix
IBM / App Connect Enterprise
|
<12.0.12.25 Interim fix | ||
|
IBM App Connect Enterprise <13.0.7.1 Interim fix
IBM / App Connect Enterprise
|
<13.0.7.1 Interim fix | ||
|
IBM App Connect Enterprise Certified Container Operator <12.0.24
IBM / App Connect Enterprise
|
Certified Container Operator <12.0.24 |
References
4 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "IBM App Connect Enterprise kombiniert die branchenbew\u00e4hrten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen, wodurch weitere Angriffe m\u00f6glich werden.",
"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-1450 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1450.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1450 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1450"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272501 vom 2026-05-10",
"url": "https://www.ibm.com/support/pages/node/7272501"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7274683 vom 2026-06-01",
"url": "https://www.ibm.com/support/pages/node/7274683"
}
],
"source_lang": "en-US",
"title": "IBM App Connect Enterprise (Axios): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T10:32:26.745+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1450",
"initial_release_date": "2026-05-10T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c13.0.7.1 Interim fix",
"product": {
"name": "IBM App Connect Enterprise \u003c13.0.7.1 Interim fix",
"product_id": "T053768"
}
},
{
"category": "product_version",
"name": "13.0.7.1 Interim fix",
"product": {
"name": "IBM App Connect Enterprise 13.0.7.1 Interim fix",
"product_id": "T053768-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.0.7.1_interim_fix"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.12.25 Interim fix",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.12.25 Interim fix",
"product_id": "T053769"
}
},
{
"category": "product_version",
"name": "12.0.12.25 Interim fix",
"product": {
"name": "IBM App Connect Enterprise 12.0.12.25 Interim fix",
"product_id": "T053769-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.12.25_interim_fix"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container Operator \u003c12.0.24",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator \u003c12.0.24",
"product_id": "T054532"
}
},
{
"category": "product_version",
"name": "Certified Container Operator 12.0.24",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator 12.0.24",
"product_id": "T054532-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__12.0.24"
}
}
},
{
"category": "product_version_range",
"name": "\u003c13.2.0",
"product": {
"name": "IBM App Connect Enterprise \u003c13.2.0",
"product_id": "T054915"
}
},
{
"category": "product_version",
"name": "13.2.0",
"product": {
"name": "IBM App Connect Enterprise 13.2.0",
"product_id": "T054915-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.2.0"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-42033",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42033"
},
{
"cve": "CVE-2026-42034",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42034"
},
{
"cve": "CVE-2026-42035",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42035"
},
{
"cve": "CVE-2026-42036",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42036"
},
{
"cve": "CVE-2026-42037",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42037"
},
{
"cve": "CVE-2026-42038",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42038"
},
{
"cve": "CVE-2026-42039",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42039"
},
{
"cve": "CVE-2026-42040",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42040"
},
{
"cve": "CVE-2026-42041",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42041"
},
{
"cve": "CVE-2026-42042",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42042"
},
{
"cve": "CVE-2026-42043",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42043"
},
{
"cve": "CVE-2026-42044",
"product_status": {
"known_affected": [
"T054915",
"T053769",
"T053768",
"T054532"
]
},
"release_date": "2026-05-10T22:00:00.000+00:00",
"title": "CVE-2026-42044"
}
]
}
WID-SEC-W-2026-1513
Vulnerability from csaf_certbund - Published: 2026-05-12 22:00 - Updated: 2026-06-16 22:00Summary
Kiali für Red Hat OpenShift Service Mesh (Axios, Go, Follow-redirects): Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Kiali für Red Hat OpenShift Service Mesh ausnutzen, um erweiterte Privilegien zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
Affected products
Known affected
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
References
42 references
{
"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": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Kiali f\u00fcr Red Hat OpenShift Service Mesh ausnutzen, um erweiterte Privilegien zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX",
"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-1513 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1513.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1513 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1513"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16532 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16532"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16534 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16535 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16542 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16542"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16874 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17287 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:17287"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17084 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17474 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:17474"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19109 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19109"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19375 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19375"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19712 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19712"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20338 vom 2026-05-22",
"url": "https://access.redhat.com/errata/RHSA-2026:20338"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20607 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20607"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20608 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20609 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20609"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20454 vom 2026-05-25",
"url": "https://access.redhat.com/errata/RHSA-2026:20454"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20571 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20571"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21017 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:21017"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20938 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20938"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20889 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20889"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21772 vom 2026-05-29",
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22465 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22465"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22629 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22629"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22619 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22619"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24359 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24359"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24473 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24471 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24471"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24536 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24539 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24539"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24977 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23244 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:23244"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25089 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25271 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25273 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26010 vom 2026-06-15",
"url": "https://access.redhat.com/errata/RHSA-2026:26010"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26234 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26234"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26214 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26214"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26068 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26068"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26232 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26232"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26225 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26225"
}
],
"source_lang": "en-US",
"title": "Kiali f\u00fcr Red Hat OpenShift Service Mesh (Axios, Go, Follow-redirects): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-16T22:00:00.000+00:00",
"generator": {
"date": "2026-06-17T08:45:11.740+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1513",
"initial_release_date": "2026-05-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "16"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"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": "product_version",
"name": "Advanced Cluster Security",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Security",
"product_id": "T049494",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security"
}
}
},
{
"category": "product_version",
"name": "10.0 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 10.0 Extended Update Support",
"product_id": "T054025",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0_extended_update_support"
}
}
},
{
"category": "product_version",
"name": "9.6 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 9.6 Extended Update Support",
"product_id": "T054028",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.6_extended_update_support"
}
}
},
{
"category": "product_version",
"name": "9.6",
"product": {
"name": "Red Hat Enterprise Linux 9.6",
"product_id": "T054657",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.6"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10.0",
"product_id": "T054693",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_version",
"name": "Quay",
"product": {
"name": "Red Hat Enterprise Linux Quay",
"product_id": "T054709",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:quay"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Kiali 2.4.16 Service Mesh 3.0",
"product": {
"name": "Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0",
"product_id": "T053978",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.17.7 Service Mesh 3.2",
"product": {
"name": "Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2",
"product_id": "T053979",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.22.3 Service Mesh 3.3",
"product": {
"name": "Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3",
"product_id": "T053980",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.11.10 Service Mesh 3.1",
"product": {
"name": "Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1",
"product_id": "T053981",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1"
}
}
},
{
"category": "product_version",
"name": "Network Observability 1.11.2",
"product": {
"name": "Red Hat OpenShift Network Observability 1.11.2",
"product_id": "T054021",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:network_observability_1.11.2"
}
}
},
{
"category": "product_version",
"name": "Service Mesh 2.6",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6",
"product_id": "T054544",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh_2.6"
}
}
},
{
"category": "product_version_range",
"name": "Dev Spaces \u003c3.28.0",
"product": {
"name": "Red Hat OpenShift Dev Spaces \u003c3.28.0",
"product_id": "T054838"
}
},
{
"category": "product_version",
"name": "Dev Spaces 3.28.0",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.28.0",
"product_id": "T054838-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:dev_spaces__3.28.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-42033",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42033"
},
{
"cve": "CVE-2026-42035",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42035"
},
{
"cve": "CVE-2026-42039",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42039"
},
{
"cve": "CVE-2026-42041",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42041"
},
{
"cve": "CVE-2026-42043",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42043"
},
{
"cve": "CVE-2026-42044",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42044"
},
{
"cve": "CVE-2026-32280",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-32280"
},
{
"cve": "CVE-2026-40895",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-40895"
}
]
}
WID-SEC-W-2026-1687
Vulnerability from csaf_certbund - Published: 2026-05-26 22:00 - Updated: 2026-05-26 22:00Summary
IBM License Metric Tool: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Das IBM License Metric Tool dient der Lizenzverwaltung für IBM Produkte.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM License Metric Tool ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM License Metric Tool 9.2
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:9.2
|
9.2 |
References
3 references
{
"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": "Das IBM License Metric Tool dient der Lizenzverwaltung f\u00fcr IBM Produkte.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM License Metric Tool ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\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-1687 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1687.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1687 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1687"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273983 vom 2026-05-26",
"url": "https://www.ibm.com/support/pages/node/7273983"
}
],
"source_lang": "en-US",
"title": "IBM License Metric Tool: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-05-26T22:00:00.000+00:00",
"generator": {
"date": "2026-05-27T11:20:42.217+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1687",
"initial_release_date": "2026-05-26T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9.2",
"product": {
"name": "IBM License Metric Tool 9.2",
"product_id": "T031605",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:9.2"
}
}
}
],
"category": "product_name",
"name": "License Metric Tool"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-26141",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2024-26141"
},
{
"cve": "CVE-2024-29371",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2024-29371"
},
{
"cve": "CVE-2024-34459",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2024-34459"
},
{
"cve": "CVE-2025-14917",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2025-14917"
},
{
"cve": "CVE-2025-14923",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2025-14923"
},
{
"cve": "CVE-2025-62718",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2025-62718"
},
{
"cve": "CVE-2025-6490",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2025-6490"
},
{
"cve": "CVE-2026-0636",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-0636"
},
{
"cve": "CVE-2026-1561",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-1561"
},
{
"cve": "CVE-2026-22007",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22007"
},
{
"cve": "CVE-2026-22008",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22008"
},
{
"cve": "CVE-2026-22013",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22013"
},
{
"cve": "CVE-2026-22016",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22016"
},
{
"cve": "CVE-2026-22018",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22018"
},
{
"cve": "CVE-2026-22021",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-22021"
},
{
"cve": "CVE-2026-23865",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-23865"
},
{
"cve": "CVE-2026-23907",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-23907"
},
{
"cve": "CVE-2026-26961",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-26961"
},
{
"cve": "CVE-2026-33168",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33168"
},
{
"cve": "CVE-2026-33169",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33169"
},
{
"cve": "CVE-2026-33170",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33170"
},
{
"cve": "CVE-2026-33173",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33173"
},
{
"cve": "CVE-2026-33174",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33174"
},
{
"cve": "CVE-2026-33176",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33176"
},
{
"cve": "CVE-2026-33195",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33195"
},
{
"cve": "CVE-2026-33202",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33202"
},
{
"cve": "CVE-2026-33929",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-33929"
},
{
"cve": "CVE-2026-34230",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34230"
},
{
"cve": "CVE-2026-34268",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34268"
},
{
"cve": "CVE-2026-34282",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34282"
},
{
"cve": "CVE-2026-34763",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34763"
},
{
"cve": "CVE-2026-34785",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34785"
},
{
"cve": "CVE-2026-34786",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34786"
},
{
"cve": "CVE-2026-34826",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34826"
},
{
"cve": "CVE-2026-34829",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34829"
},
{
"cve": "CVE-2026-34830",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34830"
},
{
"cve": "CVE-2026-34831",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-34831"
},
{
"cve": "CVE-2026-35611",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-35611"
},
{
"cve": "CVE-2026-42033",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42033"
},
{
"cve": "CVE-2026-42034",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42034"
},
{
"cve": "CVE-2026-42035",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42035"
},
{
"cve": "CVE-2026-42036",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42036"
},
{
"cve": "CVE-2026-42037",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42037"
},
{
"cve": "CVE-2026-42038",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42038"
},
{
"cve": "CVE-2026-42039",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42039"
},
{
"cve": "CVE-2026-42040",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42040"
},
{
"cve": "CVE-2026-42041",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42041"
},
{
"cve": "CVE-2026-42042",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42042"
},
{
"cve": "CVE-2026-42043",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42043"
},
{
"cve": "CVE-2026-42044",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42044"
},
{
"cve": "CVE-2026-42264",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-42264"
},
{
"cve": "CVE-2026-5588",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-5588"
},
{
"cve": "CVE-2026-6918",
"product_status": {
"known_affected": [
"T031605"
]
},
"release_date": "2026-05-26T22:00:00.000+00:00",
"title": "CVE-2026-6918"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…