Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-6763 (GCVE-0-2024-6763)
Vulnerability from cvelistv5 – Published: 2024-10-14 15:06 – Updated: 2025-03-07 00:10| Vendor | Product | Version | |
|---|---|---|---|
| Eclipse Foundation | Jetty |
Affected:
7.0.0 , ≤ 12.0.11
(semver)
|
|
| eclipse | jetty |
Affected:
7.0.0 , ≤ 12.0.11
(semver)
cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "jetty",
"vendor": "eclipse",
"versions": [
{
"lessThanOrEqual": "12.0.11",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-6763",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-15T17:44:14.448650Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-15T17:45:35.771Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-03-07T00:10:46.301Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250306-0005/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2/",
"defaultStatus": "unaffected",
"modules": [
"jetty-http"
],
"packageName": "org.eclipse.jetty:jetty-http",
"product": "Jetty",
"repo": "https://github.com/jetty/jetty.project",
"vendor": "Eclipse Foundation",
"versions": [
{
"lessThanOrEqual": "12.0.11",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "https://github.com/zer0yu"
}
],
"datePublic": "2024-10-14T15:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eEclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, \u003ccode\u003eHttpURI\u003c/code\u003e, for URI/URL parsing.\u003c/p\u003e\u003cp\u003eThe \u003ccode\u003eHttpURI\u003c/code\u003e class does insufficient validation on the authority segment of a URI. However the behaviour of \u003ccode\u003eHttpURI\u003c/code\u003e\n differs from the common browsers in how it handles a URI that would be \nconsidered invalid if fully validated against the RRC. Specifically \u003ccode\u003eHttpURI\u003c/code\u003e\n and the browser may differ on the value of the host extracted from an \ninvalid URI and thus a combination of Jetty and a vulnerable browser may\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \nis used after passing validation checks.\u003c/p\u003e"
}
],
"value": "Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\n\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\n differs from the common browsers in how it handles a URI that would be \nconsidered invalid if fully validated against the RRC. Specifically HttpURI\n and the browser may differ on the value of the host extracted from an \ninvalid URI and thus a combination of Jetty and a vulnerable browser may\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \nis used after passing validation checks."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1286",
"description": "CWE-1286",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-14T15:30:38.815Z",
"orgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c",
"shortName": "eclipse"
},
"references": [
{
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh"
},
{
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/25"
},
{
"url": "https://github.com/jetty/jetty.project/pull/12012"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Jetty URI parsing of invalid authority",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eThe attacks outlined above rely on decoded user data being passed to the \u003ccode\u003eHttpURI\u003c/code\u003e class. Application should not pass decoded user data as an encoded URI to any URI class/method, including \u003ccode\u003eHttpURI\u003c/code\u003e. Such applications are likely to be vulnerable in other ways.\u003cbr\u003e\nThe immediate solution is to upgrade to a version of the class that will\n fully validate the characters of the URI authority. Ultimately, Jetty \nwill deprecate and remove support for user info in the authority per \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://datatracker.ietf.org/doc/html/rfc9110#section-4.2.4\"\u003eRFC9110 Section 4.2.4\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eNote that the Chrome (and other browsers) parse the \ninvalid user info section improperly as well (due to flawed WhatWG URL \nparsing rules that do not apply outside of a Web Browser).\u003c/p\u003e"
}
],
"value": "The attacks outlined above rely on decoded user data being passed to the HttpURI class. Application should not pass decoded user data as an encoded URI to any URI class/method, including HttpURI. Such applications are likely to be vulnerable in other ways.\n\nThe immediate solution is to upgrade to a version of the class that will\n fully validate the characters of the URI authority. Ultimately, Jetty \nwill deprecate and remove support for user info in the authority per RFC9110 Section 4.2.4 https://datatracker.ietf.org/doc/html/rfc9110#section-4.2.4 .\n\n\nNote that the Chrome (and other browsers) parse the \ninvalid user info section improperly as well (due to flawed WhatWG URL \nparsing rules that do not apply outside of a Web Browser)."
}
],
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c",
"assignerShortName": "eclipse",
"cveId": "CVE-2024-6763",
"datePublished": "2024-10-14T15:06:07.298Z",
"dateReserved": "2024-07-15T17:37:53.605Z",
"dateUpdated": "2025-03-07T00:10:46.301Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-6763",
"date": "2026-08-10",
"epss": "0.00965",
"percentile": "0.58387"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"7.0.0\", \"versionEndExcluding\": \"12.0.12\", \"matchCriteriaId\": \"42139A4F-DE37-4B6A-B7AC-6CA22999F733\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\\n\\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\\n differs from the common browsers in how it handles a URI that would be \\nconsidered invalid if fully validated against the RRC. Specifically HttpURI\\n and the browser may differ on the value of the host extracted from an \\ninvalid URI and thus a combination of Jetty and a vulnerable browser may\\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \\nis used after passing validation checks.\"}, {\"lang\": \"es\", \"value\": \"Eclipse Jetty es un servidor web y motor de servlets basado en Java, ligero y altamente escalable. Incluye una clase de utilidad, HttpURI, para el an\\u00e1lisis de URL/URL. La clase HttpURI realiza una validaci\\u00f3n insuficiente en el segmento de autoridad de una URI. Sin embargo, el comportamiento de HttpURI difiere de los navegadores comunes en c\\u00f3mo maneja una URI que se considerar\\u00eda inv\\u00e1lida si se validara completamente contra el RRC. Espec\\u00edficamente, HttpURI y el navegador pueden diferir en el valor del host extra\\u00eddo de una URI inv\\u00e1lida y, por lo tanto, una combinaci\\u00f3n de Jetty y un navegador vulnerable puede ser vulnerable a un ataque de redireccionamiento abierto o a un ataque SSRF si la URI se usa despu\\u00e9s de pasar las verificaciones de validaci\\u00f3n.\"}]",
"id": "CVE-2024-6763",
"lastModified": "2024-11-08T21:15:57.677",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"emo@eclipse.org\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"baseScore\": 3.7, \"baseSeverity\": \"LOW\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}]}",
"published": "2024-10-14T16:15:04.163",
"references": "[{\"url\": \"https://github.com/jetty/jetty.project/pull/12012\", \"source\": \"emo@eclipse.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh\", \"source\": \"emo@eclipse.org\", \"tags\": [\"Exploit\", \"Mitigation\", \"Vendor Advisory\"]}, {\"url\": \"https://gitlab.eclipse.org/security/cve-assignement/-/issues/25\", \"source\": \"emo@eclipse.org\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "emo@eclipse.org",
"vulnStatus": "Analyzed",
"weaknesses": "[{\"source\": \"emo@eclipse.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1286\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-Other\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-6763\",\"sourceIdentifier\":\"emo@eclipse.org\",\"published\":\"2024-10-14T16:15:04.163\",\"lastModified\":\"2026-06-17T08:18:39.953\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\\n\\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\\n differs from the common browsers in how it handles a URI that would be \\nconsidered invalid if fully validated against the RRC. Specifically HttpURI\\n and the browser may differ on the value of the host extracted from an \\ninvalid URI and thus a combination of Jetty and a vulnerable browser may\\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \\nis used after passing validation checks.\"},{\"lang\":\"es\",\"value\":\"Eclipse Jetty es un servidor web y motor de servlets basado en Java, ligero y altamente escalable. Incluye una clase de utilidad, HttpURI, para el an\u00e1lisis de URL/URL. La clase HttpURI realiza una validaci\u00f3n insuficiente en el segmento de autoridad de una URI. Sin embargo, el comportamiento de HttpURI difiere de los navegadores comunes en c\u00f3mo maneja una URI que se considerar\u00eda inv\u00e1lida si se validara completamente contra el RRC. Espec\u00edficamente, HttpURI y el navegador pueden diferir en el valor del host extra\u00eddo de una URI inv\u00e1lida y, por lo tanto, una combinaci\u00f3n de Jetty y un navegador vulnerable puede ser vulnerable a un ataque de redireccionamiento abierto o a un ataque SSRF si la URI se usa despu\u00e9s de pasar las verificaciones de validaci\u00f3n.\"}],\"affected\":[{\"source\":\"emo@eclipse.org\",\"affectedData\":[{\"vendor\":\"Eclipse Foundation\",\"product\":\"Jetty\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2/\",\"packageName\":\"org.eclipse.jetty:jetty-http\",\"modules\":[\"jetty-http\"],\"repo\":\"https://github.com/jetty/jetty.project\",\"versions\":[{\"version\":\"7.0.0\",\"lessThanOrEqual\":\"12.0.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"affectedData\":[{\"vendor\":\"eclipse\",\"product\":\"jetty\",\"defaultStatus\":\"unaffected\",\"cpes\":[\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\"],\"versions\":[{\"version\":\"7.0.0\",\"lessThanOrEqual\":\"12.0.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"emo@eclipse.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":3.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-10-15T17:44:14.448650Z\",\"id\":\"CVE-2024-6763\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"emo@eclipse.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1286\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"9.4.57\",\"matchCriteriaId\":\"4171EAFD-7EFE-4CC9-8CAE-4DDE86D14A12\"}]}]}],\"references\":[{\"url\":\"https://github.com/jetty/jetty.project/pull/12012\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.eclipse.org/security/cve-assignement/-/issues/25\",\"source\":\"emo@eclipse.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250306-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-08-04T23:08:29+00:00",
"cve": "CVE-2024-6763",
"id": "CVE-2024-6763",
"initial_release_date": "2024-10-14T15:06:07.298000+00:00",
"product_status:fixed": "2",
"product_status:known_affected": "26",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-6763.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2025-10-07T00:43:44Z",
"cve": "CVE-2024-6763",
"id": "CVE-2024-6763",
"initial_release_date": "2024-10-15T03:08:36Z",
"product_status:known_not_affected": "104",
"product_status:recommended": "229",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-6763",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-6763.json",
"version": "14"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250306-0005/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-03-07T00:10:46.301Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-6763\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-15T17:44:14.448650Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\"], \"vendor\": \"eclipse\", \"product\": \"jetty\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.0.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"12.0.11\"}], \"defaultStatus\": \"unaffected\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-15T17:45:31.079Z\"}}], \"cna\": {\"title\": \"Jetty URI parsing of invalid authority\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"https://github.com/zer0yu\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/jetty/jetty.project\", \"vendor\": \"Eclipse Foundation\", \"modules\": [\"jetty-http\"], \"product\": \"Jetty\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.0.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"12.0.11\"}], \"packageName\": \"org.eclipse.jetty:jetty-http\", \"collectionURL\": \"https://repo.maven.apache.org/maven2/\", \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2024-10-14T15:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh\"}, {\"url\": \"https://gitlab.eclipse.org/security/cve-assignement/-/issues/25\"}, {\"url\": \"https://github.com/jetty/jetty.project/pull/12012\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"The attacks outlined above rely on decoded user data being passed to the HttpURI class. Application should not pass decoded user data as an encoded URI to any URI class/method, including HttpURI. Such applications are likely to be vulnerable in other ways.\\n\\nThe immediate solution is to upgrade to a version of the class that will\\n fully validate the characters of the URI authority. Ultimately, Jetty \\nwill deprecate and remove support for user info in the authority per RFC9110 Section 4.2.4 https://datatracker.ietf.org/doc/html/rfc9110#section-4.2.4 .\\n\\n\\nNote that the Chrome (and other browsers) parse the \\ninvalid user info section improperly as well (due to flawed WhatWG URL \\nparsing rules that do not apply outside of a Web Browser).\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eThe attacks outlined above rely on decoded user data being passed to the \u003ccode\u003eHttpURI\u003c/code\u003e class. Application should not pass decoded user data as an encoded URI to any URI class/method, including \u003ccode\u003eHttpURI\u003c/code\u003e. Such applications are likely to be vulnerable in other ways.\u003cbr\u003e\\nThe immediate solution is to upgrade to a version of the class that will\\n fully validate the characters of the URI authority. Ultimately, Jetty \\nwill deprecate and remove support for user info in the authority per \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://datatracker.ietf.org/doc/html/rfc9110#section-4.2.4\\\"\u003eRFC9110 Section 4.2.4\u003c/a\u003e.\u003c/p\u003e\\n\u003cp\u003eNote that the Chrome (and other browsers) parse the \\ninvalid user info section improperly as well (due to flawed WhatWG URL \\nparsing rules that do not apply outside of a Web Browser).\u003c/p\u003e\", \"base64\": false}]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\\n\\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\\n differs from the common browsers in how it handles a URI that would be \\nconsidered invalid if fully validated against the RRC. Specifically HttpURI\\n and the browser may differ on the value of the host extracted from an \\ninvalid URI and thus a combination of Jetty and a vulnerable browser may\\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \\nis used after passing validation checks.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eEclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, \u003ccode\u003eHttpURI\u003c/code\u003e, for URI/URL parsing.\u003c/p\u003e\u003cp\u003eThe \u003ccode\u003eHttpURI\u003c/code\u003e class does insufficient validation on the authority segment of a URI. However the behaviour of \u003ccode\u003eHttpURI\u003c/code\u003e\\n differs from the common browsers in how it handles a URI that would be \\nconsidered invalid if fully validated against the RRC. Specifically \u003ccode\u003eHttpURI\u003c/code\u003e\\n and the browser may differ on the value of the host extracted from an \\ninvalid URI and thus a combination of Jetty and a vulnerable browser may\\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \\nis used after passing validation checks.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1286\", \"description\": \"CWE-1286\"}]}], \"providerMetadata\": {\"orgId\": \"e51fbebd-6053-4e49-959f-1b94eeb69a2c\", \"shortName\": \"eclipse\", \"dateUpdated\": \"2024-10-14T15:30:38.815Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-6763\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-07T00:10:46.301Z\", \"dateReserved\": \"2024-07-15T17:37:53.605Z\", \"assignerOrgId\": \"e51fbebd-6053-4e49-959f-1b94eeb69a2c\", \"datePublished\": \"2024-10-14T15:06:07.298Z\", \"assignerShortName\": \"eclipse\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2025:15160-1
Vulnerability from csaf_opensuse - Published: 2025-05-26 00:00 - Updated: 2025-05-26 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "jetty-annotations-9.4.57-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the jetty-annotations-9.4.57-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15160",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15160-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15160-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YHGGC7B6PWN2UBH367C4SXP6PWNDYAXM/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15160-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YHGGC7B6PWN2UBH367C4SXP6PWNDYAXM/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-13009 page",
"url": "https://www.suse.com/security/cve/CVE-2024-13009/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6763 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6763/"
}
],
"title": "jetty-annotations-9.4.57-1.1 on GA media",
"tracking": {
"current_release_date": "2025-05-26T00:00:00Z",
"generator": {
"date": "2025-05-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15160-1",
"initial_release_date": "2025-05-26T00:00:00Z",
"revision_history": [
{
"date": "2025-05-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jetty-annotations-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-annotations-9.4.57-1.1.aarch64",
"product_id": "jetty-annotations-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-ant-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-ant-9.4.57-1.1.aarch64",
"product_id": "jetty-ant-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-cdi-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-cdi-9.4.57-1.1.aarch64",
"product_id": "jetty-cdi-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-client-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-client-9.4.57-1.1.aarch64",
"product_id": "jetty-client-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-continuation-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-continuation-9.4.57-1.1.aarch64",
"product_id": "jetty-continuation-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-deploy-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-deploy-9.4.57-1.1.aarch64",
"product_id": "jetty-deploy-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-fcgi-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-fcgi-9.4.57-1.1.aarch64",
"product_id": "jetty-fcgi-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-http-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-http-9.4.57-1.1.aarch64",
"product_id": "jetty-http-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-http-spi-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-http-spi-9.4.57-1.1.aarch64",
"product_id": "jetty-http-spi-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-io-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-io-9.4.57-1.1.aarch64",
"product_id": "jetty-io-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-jaas-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-jaas-9.4.57-1.1.aarch64",
"product_id": "jetty-jaas-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-jmx-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-jmx-9.4.57-1.1.aarch64",
"product_id": "jetty-jmx-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-jndi-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-jndi-9.4.57-1.1.aarch64",
"product_id": "jetty-jndi-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-jsp-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-jsp-9.4.57-1.1.aarch64",
"product_id": "jetty-jsp-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"product_id": "jetty-minimal-javadoc-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-openid-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-openid-9.4.57-1.1.aarch64",
"product_id": "jetty-openid-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-plus-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-plus-9.4.57-1.1.aarch64",
"product_id": "jetty-plus-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-project-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-project-9.4.57-1.1.aarch64",
"product_id": "jetty-project-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-proxy-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-proxy-9.4.57-1.1.aarch64",
"product_id": "jetty-proxy-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-quickstart-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-quickstart-9.4.57-1.1.aarch64",
"product_id": "jetty-quickstart-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-rewrite-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-rewrite-9.4.57-1.1.aarch64",
"product_id": "jetty-rewrite-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-security-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-security-9.4.57-1.1.aarch64",
"product_id": "jetty-security-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-server-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-server-9.4.57-1.1.aarch64",
"product_id": "jetty-server-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-servlet-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-servlet-9.4.57-1.1.aarch64",
"product_id": "jetty-servlet-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-servlets-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-servlets-9.4.57-1.1.aarch64",
"product_id": "jetty-servlets-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-start-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-start-9.4.57-1.1.aarch64",
"product_id": "jetty-start-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-util-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-util-9.4.57-1.1.aarch64",
"product_id": "jetty-util-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-util-ajax-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-util-ajax-9.4.57-1.1.aarch64",
"product_id": "jetty-util-ajax-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-webapp-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-webapp-9.4.57-1.1.aarch64",
"product_id": "jetty-webapp-9.4.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "jetty-xml-9.4.57-1.1.aarch64",
"product": {
"name": "jetty-xml-9.4.57-1.1.aarch64",
"product_id": "jetty-xml-9.4.57-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jetty-annotations-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-annotations-9.4.57-1.1.ppc64le",
"product_id": "jetty-annotations-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-ant-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-ant-9.4.57-1.1.ppc64le",
"product_id": "jetty-ant-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-cdi-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-cdi-9.4.57-1.1.ppc64le",
"product_id": "jetty-cdi-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-client-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-client-9.4.57-1.1.ppc64le",
"product_id": "jetty-client-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-continuation-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-continuation-9.4.57-1.1.ppc64le",
"product_id": "jetty-continuation-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-deploy-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-deploy-9.4.57-1.1.ppc64le",
"product_id": "jetty-deploy-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-fcgi-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-fcgi-9.4.57-1.1.ppc64le",
"product_id": "jetty-fcgi-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-http-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-http-9.4.57-1.1.ppc64le",
"product_id": "jetty-http-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-http-spi-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-http-spi-9.4.57-1.1.ppc64le",
"product_id": "jetty-http-spi-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-io-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-io-9.4.57-1.1.ppc64le",
"product_id": "jetty-io-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-jaas-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-jaas-9.4.57-1.1.ppc64le",
"product_id": "jetty-jaas-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-jmx-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-jmx-9.4.57-1.1.ppc64le",
"product_id": "jetty-jmx-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-jndi-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-jndi-9.4.57-1.1.ppc64le",
"product_id": "jetty-jndi-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-jsp-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-jsp-9.4.57-1.1.ppc64le",
"product_id": "jetty-jsp-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"product_id": "jetty-minimal-javadoc-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-openid-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-openid-9.4.57-1.1.ppc64le",
"product_id": "jetty-openid-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-plus-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-plus-9.4.57-1.1.ppc64le",
"product_id": "jetty-plus-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-project-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-project-9.4.57-1.1.ppc64le",
"product_id": "jetty-project-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-proxy-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-proxy-9.4.57-1.1.ppc64le",
"product_id": "jetty-proxy-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-quickstart-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-quickstart-9.4.57-1.1.ppc64le",
"product_id": "jetty-quickstart-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-rewrite-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-rewrite-9.4.57-1.1.ppc64le",
"product_id": "jetty-rewrite-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-security-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-security-9.4.57-1.1.ppc64le",
"product_id": "jetty-security-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-server-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-server-9.4.57-1.1.ppc64le",
"product_id": "jetty-server-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-servlet-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-servlet-9.4.57-1.1.ppc64le",
"product_id": "jetty-servlet-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-servlets-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-servlets-9.4.57-1.1.ppc64le",
"product_id": "jetty-servlets-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-start-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-start-9.4.57-1.1.ppc64le",
"product_id": "jetty-start-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-util-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-util-9.4.57-1.1.ppc64le",
"product_id": "jetty-util-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-util-ajax-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-util-ajax-9.4.57-1.1.ppc64le",
"product_id": "jetty-util-ajax-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-webapp-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-webapp-9.4.57-1.1.ppc64le",
"product_id": "jetty-webapp-9.4.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "jetty-xml-9.4.57-1.1.ppc64le",
"product": {
"name": "jetty-xml-9.4.57-1.1.ppc64le",
"product_id": "jetty-xml-9.4.57-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jetty-annotations-9.4.57-1.1.s390x",
"product": {
"name": "jetty-annotations-9.4.57-1.1.s390x",
"product_id": "jetty-annotations-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-ant-9.4.57-1.1.s390x",
"product": {
"name": "jetty-ant-9.4.57-1.1.s390x",
"product_id": "jetty-ant-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-cdi-9.4.57-1.1.s390x",
"product": {
"name": "jetty-cdi-9.4.57-1.1.s390x",
"product_id": "jetty-cdi-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-client-9.4.57-1.1.s390x",
"product": {
"name": "jetty-client-9.4.57-1.1.s390x",
"product_id": "jetty-client-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-continuation-9.4.57-1.1.s390x",
"product": {
"name": "jetty-continuation-9.4.57-1.1.s390x",
"product_id": "jetty-continuation-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-deploy-9.4.57-1.1.s390x",
"product": {
"name": "jetty-deploy-9.4.57-1.1.s390x",
"product_id": "jetty-deploy-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-fcgi-9.4.57-1.1.s390x",
"product": {
"name": "jetty-fcgi-9.4.57-1.1.s390x",
"product_id": "jetty-fcgi-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-http-9.4.57-1.1.s390x",
"product": {
"name": "jetty-http-9.4.57-1.1.s390x",
"product_id": "jetty-http-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-http-spi-9.4.57-1.1.s390x",
"product": {
"name": "jetty-http-spi-9.4.57-1.1.s390x",
"product_id": "jetty-http-spi-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-io-9.4.57-1.1.s390x",
"product": {
"name": "jetty-io-9.4.57-1.1.s390x",
"product_id": "jetty-io-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-jaas-9.4.57-1.1.s390x",
"product": {
"name": "jetty-jaas-9.4.57-1.1.s390x",
"product_id": "jetty-jaas-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-jmx-9.4.57-1.1.s390x",
"product": {
"name": "jetty-jmx-9.4.57-1.1.s390x",
"product_id": "jetty-jmx-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-jndi-9.4.57-1.1.s390x",
"product": {
"name": "jetty-jndi-9.4.57-1.1.s390x",
"product_id": "jetty-jndi-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-jsp-9.4.57-1.1.s390x",
"product": {
"name": "jetty-jsp-9.4.57-1.1.s390x",
"product_id": "jetty-jsp-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-minimal-javadoc-9.4.57-1.1.s390x",
"product": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.s390x",
"product_id": "jetty-minimal-javadoc-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-openid-9.4.57-1.1.s390x",
"product": {
"name": "jetty-openid-9.4.57-1.1.s390x",
"product_id": "jetty-openid-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-plus-9.4.57-1.1.s390x",
"product": {
"name": "jetty-plus-9.4.57-1.1.s390x",
"product_id": "jetty-plus-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-project-9.4.57-1.1.s390x",
"product": {
"name": "jetty-project-9.4.57-1.1.s390x",
"product_id": "jetty-project-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-proxy-9.4.57-1.1.s390x",
"product": {
"name": "jetty-proxy-9.4.57-1.1.s390x",
"product_id": "jetty-proxy-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-quickstart-9.4.57-1.1.s390x",
"product": {
"name": "jetty-quickstart-9.4.57-1.1.s390x",
"product_id": "jetty-quickstart-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-rewrite-9.4.57-1.1.s390x",
"product": {
"name": "jetty-rewrite-9.4.57-1.1.s390x",
"product_id": "jetty-rewrite-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-security-9.4.57-1.1.s390x",
"product": {
"name": "jetty-security-9.4.57-1.1.s390x",
"product_id": "jetty-security-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-server-9.4.57-1.1.s390x",
"product": {
"name": "jetty-server-9.4.57-1.1.s390x",
"product_id": "jetty-server-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-servlet-9.4.57-1.1.s390x",
"product": {
"name": "jetty-servlet-9.4.57-1.1.s390x",
"product_id": "jetty-servlet-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-servlets-9.4.57-1.1.s390x",
"product": {
"name": "jetty-servlets-9.4.57-1.1.s390x",
"product_id": "jetty-servlets-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-start-9.4.57-1.1.s390x",
"product": {
"name": "jetty-start-9.4.57-1.1.s390x",
"product_id": "jetty-start-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-util-9.4.57-1.1.s390x",
"product": {
"name": "jetty-util-9.4.57-1.1.s390x",
"product_id": "jetty-util-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-util-ajax-9.4.57-1.1.s390x",
"product": {
"name": "jetty-util-ajax-9.4.57-1.1.s390x",
"product_id": "jetty-util-ajax-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-webapp-9.4.57-1.1.s390x",
"product": {
"name": "jetty-webapp-9.4.57-1.1.s390x",
"product_id": "jetty-webapp-9.4.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "jetty-xml-9.4.57-1.1.s390x",
"product": {
"name": "jetty-xml-9.4.57-1.1.s390x",
"product_id": "jetty-xml-9.4.57-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jetty-annotations-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-annotations-9.4.57-1.1.x86_64",
"product_id": "jetty-annotations-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-ant-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-ant-9.4.57-1.1.x86_64",
"product_id": "jetty-ant-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-cdi-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-cdi-9.4.57-1.1.x86_64",
"product_id": "jetty-cdi-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-client-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-client-9.4.57-1.1.x86_64",
"product_id": "jetty-client-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-continuation-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-continuation-9.4.57-1.1.x86_64",
"product_id": "jetty-continuation-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-deploy-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-deploy-9.4.57-1.1.x86_64",
"product_id": "jetty-deploy-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-fcgi-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-fcgi-9.4.57-1.1.x86_64",
"product_id": "jetty-fcgi-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-http-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-http-9.4.57-1.1.x86_64",
"product_id": "jetty-http-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-http-spi-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-http-spi-9.4.57-1.1.x86_64",
"product_id": "jetty-http-spi-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-io-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-io-9.4.57-1.1.x86_64",
"product_id": "jetty-io-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-jaas-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-jaas-9.4.57-1.1.x86_64",
"product_id": "jetty-jaas-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-jmx-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-jmx-9.4.57-1.1.x86_64",
"product_id": "jetty-jmx-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-jndi-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-jndi-9.4.57-1.1.x86_64",
"product_id": "jetty-jndi-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-jsp-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-jsp-9.4.57-1.1.x86_64",
"product_id": "jetty-jsp-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"product_id": "jetty-minimal-javadoc-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-openid-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-openid-9.4.57-1.1.x86_64",
"product_id": "jetty-openid-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-plus-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-plus-9.4.57-1.1.x86_64",
"product_id": "jetty-plus-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-project-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-project-9.4.57-1.1.x86_64",
"product_id": "jetty-project-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-proxy-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-proxy-9.4.57-1.1.x86_64",
"product_id": "jetty-proxy-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-quickstart-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-quickstart-9.4.57-1.1.x86_64",
"product_id": "jetty-quickstart-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-rewrite-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-rewrite-9.4.57-1.1.x86_64",
"product_id": "jetty-rewrite-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-security-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-security-9.4.57-1.1.x86_64",
"product_id": "jetty-security-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-server-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-server-9.4.57-1.1.x86_64",
"product_id": "jetty-server-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-servlet-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-servlet-9.4.57-1.1.x86_64",
"product_id": "jetty-servlet-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-servlets-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-servlets-9.4.57-1.1.x86_64",
"product_id": "jetty-servlets-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-start-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-start-9.4.57-1.1.x86_64",
"product_id": "jetty-start-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-util-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-util-9.4.57-1.1.x86_64",
"product_id": "jetty-util-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-util-ajax-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-util-ajax-9.4.57-1.1.x86_64",
"product_id": "jetty-util-ajax-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-webapp-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-webapp-9.4.57-1.1.x86_64",
"product_id": "jetty-webapp-9.4.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "jetty-xml-9.4.57-1.1.x86_64",
"product": {
"name": "jetty-xml-9.4.57-1.1.x86_64",
"product_id": "jetty-xml-9.4.57-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-annotations-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-annotations-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-annotations-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-annotations-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-annotations-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x"
},
"product_reference": "jetty-annotations-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-annotations-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-annotations-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-ant-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-ant-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-ant-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-ant-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-ant-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x"
},
"product_reference": "jetty-ant-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-ant-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-ant-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-cdi-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-cdi-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-cdi-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-cdi-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-cdi-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x"
},
"product_reference": "jetty-cdi-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-cdi-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-cdi-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-client-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-client-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-client-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-client-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-client-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x"
},
"product_reference": "jetty-client-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-client-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-client-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-continuation-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-continuation-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x"
},
"product_reference": "jetty-continuation-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-continuation-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-deploy-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-deploy-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-deploy-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-deploy-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-deploy-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x"
},
"product_reference": "jetty-deploy-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-deploy-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-deploy-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-fcgi-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-fcgi-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-fcgi-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-fcgi-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-fcgi-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x"
},
"product_reference": "jetty-fcgi-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-fcgi-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-fcgi-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-http-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-http-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x"
},
"product_reference": "jetty-http-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-http-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-spi-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-http-spi-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-spi-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-http-spi-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-spi-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x"
},
"product_reference": "jetty-http-spi-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-spi-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-http-spi-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-io-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-io-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x"
},
"product_reference": "jetty-io-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-io-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jaas-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-jaas-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jaas-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-jaas-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jaas-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x"
},
"product_reference": "jetty-jaas-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jaas-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-jaas-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jmx-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-jmx-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jmx-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-jmx-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jmx-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x"
},
"product_reference": "jetty-jmx-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jmx-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-jmx-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jndi-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-jndi-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jndi-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-jndi-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jndi-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x"
},
"product_reference": "jetty-jndi-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jndi-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-jndi-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jsp-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-jsp-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jsp-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-jsp-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jsp-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x"
},
"product_reference": "jetty-jsp-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jsp-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-jsp-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x"
},
"product_reference": "jetty-minimal-javadoc-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-minimal-javadoc-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-openid-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-openid-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-openid-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-openid-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-openid-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x"
},
"product_reference": "jetty-openid-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-openid-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-openid-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-plus-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-plus-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-plus-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-plus-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-plus-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x"
},
"product_reference": "jetty-plus-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-plus-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-plus-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-project-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-project-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-project-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-project-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-project-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x"
},
"product_reference": "jetty-project-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-project-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-project-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-proxy-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-proxy-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-proxy-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-proxy-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-proxy-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x"
},
"product_reference": "jetty-proxy-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-proxy-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-proxy-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-quickstart-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-quickstart-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-quickstart-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-quickstart-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-quickstart-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x"
},
"product_reference": "jetty-quickstart-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-quickstart-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-quickstart-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-rewrite-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-rewrite-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-rewrite-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-rewrite-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-rewrite-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x"
},
"product_reference": "jetty-rewrite-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-rewrite-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-rewrite-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-security-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-security-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x"
},
"product_reference": "jetty-security-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-security-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-server-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-server-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x"
},
"product_reference": "jetty-server-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-server-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-servlet-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-servlet-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x"
},
"product_reference": "jetty-servlet-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-servlet-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlets-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-servlets-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlets-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-servlets-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlets-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x"
},
"product_reference": "jetty-servlets-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlets-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-servlets-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-start-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-start-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-start-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-start-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-start-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x"
},
"product_reference": "jetty-start-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-start-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-start-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-util-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-util-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x"
},
"product_reference": "jetty-util-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-util-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-util-ajax-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-util-ajax-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x"
},
"product_reference": "jetty-util-ajax-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-util-ajax-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-webapp-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-webapp-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-webapp-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-webapp-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-webapp-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x"
},
"product_reference": "jetty-webapp-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-webapp-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-webapp-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-xml-9.4.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64"
},
"product_reference": "jetty-xml-9.4.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-xml-9.4.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le"
},
"product_reference": "jetty-xml-9.4.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-xml-9.4.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x"
},
"product_reference": "jetty-xml-9.4.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-xml-9.4.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
},
"product_reference": "jetty-xml-9.4.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-13009",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-13009"
}
],
"notes": [
{
"category": "general",
"text": "** UNSUPPPORTED WHEN ASSIGNED ** In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request\nbody. This can result in corrupted and/or inadvertent sharing of data between requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-13009",
"url": "https://www.suse.com/security/cve/CVE-2024-13009"
},
{
"category": "external",
"summary": "SUSE Bug 1243271 for CVE-2024-13009",
"url": "https://bugzilla.suse.com/1243271"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2024-6763",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6763"
}
],
"notes": [
{
"category": "general",
"text": "Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\n\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\n differs from the common browsers in how it handles a URI that would be \nconsidered invalid if fully validated against the RRC. Specifically HttpURI\n and the browser may differ on the value of the host extracted from an \ninvalid URI and thus a combination of Jetty and a vulnerable browser may\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \nis used after passing validation checks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6763",
"url": "https://www.suse.com/security/cve/CVE-2024-6763"
},
{
"category": "external",
"summary": "SUSE Bug 1231652 for CVE-2024-6763",
"url": "https://bugzilla.suse.com/1231652"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-annotations-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-ant-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-cdi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-client-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-continuation-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-deploy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-fcgi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-http-spi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-io-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jaas-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jmx-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jndi-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-jsp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-openid-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-plus-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-project-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-proxy-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-quickstart-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-rewrite-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-security-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-server-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlet-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-servlets-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-start-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-util-ajax-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-webapp-9.4.57-1.1.x86_64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.aarch64",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.ppc64le",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.s390x",
"openSUSE Tumbleweed:jetty-xml-9.4.57-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-26T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-6763"
}
]
}
RHSA-2025:12511
Vulnerability from csaf_redhat - Published: 2025-08-01 17:42 - Updated: 2026-08-08 17:16A flaw was found in the json-smart package. This security flaw occurs when reaching a ‘[‘ or ‘{‘ character in the JSON input, and the code parses an array or an object, respectively. The 3PP does not have any limit to the nesting of such arrays or objects. Since nested arrays and objects are parsed recursively, nesting too many of them can cause stack exhaustion (stack overflow) and crash the software.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Jetty. The HttpURI class performs insufficient validation on the authority segment of a URI. The HttpURI and the browser may differ on the value of the host extracted from an invalid URI. This combination of Jetty and a vulnerable browser may be vulnerable to an open redirect attack or an SSRF attack if the URI is used after passing validation checks.
CWE-1286 - Improper Validation of Syntactic Correctness of Input| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Eclipse Jetty. This vulnerability allows corrupted and inadvertent data sharing between requests via a gzip error when inflating a request body. If the request body is malformed, the gzip decompression process can fail, resulting in the application inadvertently using data from a previous request when processing the current one.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Kafka Clients. Apache Kafka Clients accepts configuration data for customizing behavior and includes ConfigProvider plugins to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations, which include the ability to read from disk or environment variables. In applications where an untrusted party can specify Apache Kafka Clients configurations, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Netty. An unsafe reading of the environment file could potentially cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Kafka's implementation of the Salted Challenge Response Authentication Mechanism (SCRAM), which did not fully adhere to the requirements of RFC 5802. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka's SCRAM implementation did not perform this validation. In environments where SCRAM is operated over plaintext communication channels, an attacker with access to the exchange can intercept and potentially reuse authentication messages, leveraging the weak nonce validation to gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty's SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. An unsafe reading of the environment file could cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Commons BeanUtils. This vulnerability allows remote attackers to execute arbitrary code via uncontrolled access to the declaredClass property on Java enum objects, which can expose the class loader when property paths are passed from external sources to methods like getProperty() or getNestedProperty().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
|
An uncontrolled recursion flaw was found in the Apache Commons Lang library. The ClassUtils.getClass(...) method can throw a StackOverflowError on very long inputs. Since this error is typically not handled by applications and libraries, a StackOverflowError may lead to the termination of an application.
CWE-674 - Uncontrolled Recursion| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A data leak vulnerability has been discovered in the io.quarkus:quarkus-vertx package. This flaw can lead to information disclosure if a Vert.x context that has already been duplicated is subsequently duplicated again. In such a scenario, sensitive data residing within that context may be unintentionally exposed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
A denial of service flaw has been discovered in Connect2id Nimbus JOSE + JWT. This issue can allow a remote attacker to cause a denial of service via a deeply nested JSON object supplied in a JWT claim set.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.0.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.0::el9
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Streams for Apache Kafka 3.0.0 is now available from the Red Hat Customer Portal.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Streams for Apache Kafka, based on the Apache Kafka project, offers a distributed\nbackbone that allows microservices and other applications to share data with\nextremely high throughput and extremely low latency.\n\nThis release of Red Hat Streams for Apache Kafka 3.0.0 serves as a replacement for Red Hat Streams for Apache Kafka 2.9.0, and includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n* Cruise Control: json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion) Security [amq-st-2] \"(CVE-2023-1370)\"\n* Cruise Control, Drain Cleaner: io.netty:netty-handler: SslHandler doesn\u0027t\ncorrectly validate packets which can lead to native crash when using native\nSSLEngine Security[amq-st-2] \"(CVE-2025-24970)\"\n* Cruise Control, Drain Cleaner: netty: Denial of Service attack on windows app using Netty Security [amq-st-2] \"(CVE-2025-25193)\"\nCruise Control: kafka: Apache Kafka: SCRAM authentication vulnerable to replay\nattacks when used without encryption Security [amq-st-2] \"(CVE-2024-56128)\"\n* Cruise Control: kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider Security [amq-st-2] \"(CVE-2024-31141)\"\n* Cruise Control, Operator: Jetty: Gzip Request Body Buffer Corruption\nSecurity[amq-st-2]\"(CVE-2024-13009)\"\n* Cruise Control: org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority Security [amq-st-2] \"(CVE-2024-6763)\"\n* Cruise Control: commons-beanutils: Apache Commons BeanUtils:\nPropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by\ndefault Security [amq-st-2] \"(CVE-2025-48734)\"\n* Cruise Control, Kafka, Drain Cleaner, Console: commons-lang-library: \nUncontrolled recursion flaw in Apache Commons Lang library [amq-st-2] \"(CVE-2025-48924)\"\n* Opetator, Bridge: io.quarkus:quarkus-vertx package: data leak vulnerability has been discovered in the io.quarkus: quarkus-vertx package[amq-st-2] \"(CVE-2025-49574)\"\n* Kafka, Operator, Bridge, Cruise Control, Bridge: Connect2id Nimbus JOSE + JWT: Denial of service flaw [amq-st-2] \"(CVE-2025-53864)\"\n* Drain Cleaner: io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout [amq-st-2] \"(CVE-2025-1634)\"\n* Drain Cleaner: netty: Denial of Service attack on windows app using Netty[amq-st-2] \"(CVE-2024-47535)\"",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12511",
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188542"
},
{
"category": "external",
"summary": "2318563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318563"
},
{
"category": "external",
"summary": "2325538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325538"
},
{
"category": "external",
"summary": "2327264",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327264"
},
{
"category": "external",
"summary": "2333013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333013"
},
{
"category": "external",
"summary": "2344787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344787"
},
{
"category": "external",
"summary": "2344788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344788"
},
{
"category": "external",
"summary": "2347319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347319"
},
{
"category": "external",
"summary": "2365135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365135"
},
{
"category": "external",
"summary": "2368956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368956"
},
{
"category": "external",
"summary": "2374376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374376"
},
{
"category": "external",
"summary": "2379485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379485"
},
{
"category": "external",
"summary": "2379554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379554"
},
{
"category": "external",
"summary": "ENTMQST-6772",
"url": "https://issues.redhat.com/browse/ENTMQST-6772"
},
{
"category": "external",
"summary": "ENTMQST-6773",
"url": "https://issues.redhat.com/browse/ENTMQST-6773"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12511.json"
}
],
"title": "Red Hat Security Advisory: Streams for Apache Kafka 3.0.0 release and security update",
"tracking": {
"current_release_date": "2026-08-08T17:16:46+00:00",
"generator": {
"date": "2026-08-08T17:16:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:12511",
"initial_release_date": "2025-08-01T17:42:40+00:00",
"revision_history": [
{
"date": "2025-08-01T17:42:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-01T17:42:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-08T17:16:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Streams for Apache Kafka 3.0.0",
"product": {
"name": "Streams for Apache Kafka 3.0.0",
"product_id": "Streams for Apache Kafka 3.0.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:amq_streams:3.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1370",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2023-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188542"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json-smart package. This security flaw occurs when reaching a \u2018[\u2018 or \u2018{\u2018 character in the JSON input, and the code parses an array or an object, respectively. The 3PP does not have any limit to the nesting of such arrays or objects. Since nested arrays and objects are parsed recursively, nesting too many of them can cause stack exhaustion (stack overflow) and crash the software.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1370"
},
{
"category": "external",
"summary": "RHBZ#2188542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188542"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1370"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-493p-pfq6-5258",
"url": "https://github.com/advisories/GHSA-493p-pfq6-5258"
},
{
"category": "external",
"summary": "https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/",
"url": "https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/"
}
],
"release_date": "2023-03-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion)"
},
{
"cve": "CVE-2024-6763",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2024-10-14T16:00:54.963689+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2318563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jetty. The HttpURI class performs insufficient validation on the authority segment of a URI. The HttpURI and the browser may differ on the value of the host extracted from an invalid URI. This combination of Jetty and a vulnerable browser may be vulnerable to an open redirect attack or an SSRF attack if the URI is used after passing validation checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For this attack to work, you would require the victim to have a vulnerable browser on top of that the URI being used after insufficient validation, all of which makes this a low-severity flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6763"
},
{
"category": "external",
"summary": "RHBZ#2318563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6763",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6763"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/pull/12012",
"url": "https://github.com/jetty/jetty.project/pull/12012"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/25",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/25"
}
],
"release_date": "2024-10-14T15:06:07.298000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority"
},
{
"cve": "CVE-2024-13009",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"discovery_date": "2025-05-08T18:00:47.047186+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2365135"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. This vulnerability allows corrupted and inadvertent data sharing between requests via a gzip error when inflating a request body. If the request body is malformed, the gzip decompression process can fail, resulting in the application inadvertently using data from a previous request when processing the current one.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-server: Jetty: Gzip Request Body Buffer Corruption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because a buffer management vulnerability exists within the GzipHandler\u0027s buffer release mechanism when encountering gzip errors during request body inflation, this flaw can lead to the incorrect release and subsequent inadvertent sharing and corruption of request body data between concurrent uncompressed requests, results in data exposure and incorrect processing of requests due to corrupted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13009"
},
{
"category": "external",
"summary": "RHBZ#2365135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365135"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13009"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/48",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/48"
}
],
"release_date": "2025-05-08T17:29:31.380000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jetty-server: Jetty: Gzip Request Body Buffer Corruption"
},
{
"cve": "CVE-2024-31141",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2024-11-19T09:00:35.857468+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2327264"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Kafka Clients. Apache Kafka Clients accepts configuration data for customizing behavior and includes ConfigProvider plugins to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations, which include the ability to read from disk or environment variables. In applications where an untrusted party can specify Apache Kafka Clients configurations, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-31141"
},
{
"category": "external",
"summary": "RHBZ#2327264",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327264"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31141"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/9whdzfr0zwdhr364604w5ssnzmg4v2lv",
"url": "https://lists.apache.org/thread/9whdzfr0zwdhr364604w5ssnzmg4v2lv"
}
],
"release_date": "2024-11-19T08:40:50.695000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider"
},
{
"cve": "CVE-2024-47535",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-11-12T16:01:18.772613+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2325538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. An unsafe reading of the environment file could potentially cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Denial of Service attack on windows app using Netty",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47535"
},
{
"category": "external",
"summary": "RHBZ#2325538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47535"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3",
"url": "https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv"
}
],
"release_date": "2024-11-12T15:50:08.334000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: Denial of Service attack on windows app using Netty"
},
{
"cve": "CVE-2024-56128",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2024-12-18T14:00:43.732728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Kafka\u0027s implementation of the Salted Challenge Response Authentication Mechanism (SCRAM), which did not fully adhere to the requirements of RFC 5802. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka\u0027s SCRAM implementation did not perform this validation. In environments where SCRAM is operated over plaintext communication channels, an attacker with access to the exchange can intercept and potentially reuse authentication messages, leveraging the weak nonce validation to gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kafka: Apache Kafka: SCRAM authentication vulnerable to replay attacks when used without encryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked with an Important severity because it compromises a fundamental security requirement of the SCRAM protocol as specified in RFC 5802 \u2014the validation of nonces for ensuring message integrity and preventing replay attacks. Without proper nonce validation, an attacker with plaintext access to the SCRAM authentication exchange could manipulate or replay parts of the authentication process, potentially gaining unauthorized access or disrupting the integrity of authentication. While the use of plaintext communication for SCRAM is discouraged, many legacy systems or misconfigured deployments may still rely on it, making them directly susceptible.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56128"
},
{
"category": "external",
"summary": "RHBZ#2333013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56128"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc5802",
"url": "https://datatracker.ietf.org/doc/html/rfc5802"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc5802#section-9",
"url": "https://datatracker.ietf.org/doc/html/rfc5802#section-9"
},
{
"category": "external",
"summary": "https://kafka.apache.org/documentation/#security_sasl_scram_security",
"url": "https://kafka.apache.org/documentation/#security_sasl_scram_security"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw",
"url": "https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw"
}
],
"release_date": "2024-12-18T13:38:03.068000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kafka: Apache Kafka: SCRAM authentication vulnerable to replay attacks when used without encryption"
},
{
"cve": "CVE-2025-1634",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-24T14:17:31.237000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347319"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked as and Important severity rather than Moderate because it allows an unauthenticated attacker to trigger a denial of service condition by repeatedly sending crafted HTTP requests with low timeouts. The issue leads to a memory leak that cannot be recovered without restarting the application, ultimately resulting in an OutOfMemoryError and complete service failure.\n\nIn a production environment, this vulnerability poses a significant risk to availability, especially for applications handling multiple concurrent requests. Since no mitigation exists, all applications using quarkus-resteasy are affected until patched. The ease of exploitation, lack of required privileges, and high impact on service uptime justify the high severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1634"
},
{
"category": "external",
"summary": "RHBZ#2347319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347319"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1634"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1634",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1634"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/issues/46412",
"url": "https://github.com/quarkusio/quarkus/issues/46412"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/pull/46419",
"url": "https://github.com/quarkusio/quarkus/pull/46419"
}
],
"release_date": "2025-02-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-02-10T23:00:52.785132+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty\u0027s SslHandler is of important severity rather than moderate because it directly impacts the stability and reliability of applications using native SSLEngine. By sending a specially crafted packet, an attacker can trigger a native crash, leading to a complete process termination. Unlike typical moderate vulnerabilities that might cause limited disruptions or require specific conditions, this flaw can be exploited remotely to induce a Denial of Service (DoS), affecting high-availability systems and mission-critical services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24970"
},
{
"category": "external",
"summary": "RHBZ#2344787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4",
"url": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw",
"url": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw"
}
],
"release_date": "2025-02-10T21:57:28.730000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine"
},
{
"cve": "CVE-2025-25193",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-02-10T23:00:54.794769+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. An unsafe reading of the environment file could cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Denial of Service attack on windows app using Netty",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue only affects Windows environments, therefore, this would affect an environment when running a supported Red Hat JBoss EAP 7 or 8, for example, if running on Windows.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-25193"
},
{
"category": "external",
"summary": "RHBZ#2344788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-25193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25193"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386",
"url": "https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx",
"url": "https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx"
}
],
"release_date": "2025-02-10T22:02:17.197000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: Denial of Service attack on windows app using Netty"
},
{
"cve": "CVE-2025-48734",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"discovery_date": "2025-05-28T14:00:56.619771+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2368956"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons BeanUtils. This vulnerability allows remote attackers to execute arbitrary code via uncontrolled access to the declaredClass property on Java enum objects, which can expose the class loader when property paths are passed from external sources to methods like getProperty() or getNestedProperty().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by default",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity because a flaw exists in Apache Commons BeanUtils, where PropertyUtilsBean and BeanUtilsBean allow uncontrolled access to the declaredClass property of Java enum objects. Applications that pass untrusted property paths directly to getProperty() or getNestedProperty() methods are at risk, as attackers can exploit this behavior to retrieve the ClassLoader instance and execute arbitrary code in the context of the affected application. This issue leads to compromise of confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48734"
},
{
"category": "external",
"summary": "RHBZ#2368956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368956"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48734"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-wxr5-93ph-8wr9",
"url": "https://github.com/advisories/GHSA-wxr5-93ph-8wr9"
},
{
"category": "external",
"summary": "https://github.com/apache/commons-beanutils/commit/28ad955a1613ed5885870cc7da52093c1ce739dc",
"url": "https://github.com/apache/commons-beanutils/commit/28ad955a1613ed5885870cc7da52093c1ce739dc"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/s0hb3jkfj5f3ryx6c57zqtfohb0of1g9",
"url": "https://lists.apache.org/thread/s0hb3jkfj5f3ryx6c57zqtfohb0of1g9"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/28/6",
"url": "https://www.openwall.com/lists/oss-security/2025/05/28/6"
}
],
"release_date": "2025-05-28T13:32:08.300000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by default"
},
{
"cve": "CVE-2025-48924",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-07-11T15:01:08.754489+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379554"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled recursion flaw was found in the Apache Commons Lang library. The ClassUtils.getClass(...) method can throw a StackOverflowError on very long inputs. Since this error is typically not handled by applications and libraries, a StackOverflowError may lead to the termination of an application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "commons-lang/commons-lang: org.apache.commons/commons-lang3: Uncontrolled Recursion vulnerability in Apache Commons Lang",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48924"
},
{
"category": "external",
"summary": "RHBZ#2379554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48924",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48924"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1",
"url": "https://lists.apache.org/thread/bgv0lpswokgol11tloxnjfzdl7yrc1g1"
}
],
"release_date": "2025-07-11T14:56:58.049000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "commons-lang/commons-lang: org.apache.commons/commons-lang3: Uncontrolled Recursion vulnerability in Apache Commons Lang"
},
{
"cve": "CVE-2025-49574",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"discovery_date": "2025-06-23T20:00:57.216622+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374376"
}
],
"notes": [
{
"category": "description",
"text": "A data leak vulnerability has been discovered in the io.quarkus:quarkus-vertx package. This flaw can lead to information disclosure if a Vert.x context that has already been duplicated is subsequently duplicated again. In such a scenario, sensitive data residing within that context may be unintentionally exposed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus/quarkus-vertx: Quarkus potential data leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49574"
},
{
"category": "external",
"summary": "RHBZ#2374376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49574"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49574",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49574"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/commit/2b58f59f4bf0bae7d35b1abb585b65f2a66787d1",
"url": "https://github.com/quarkusio/quarkus/commit/2b58f59f4bf0bae7d35b1abb585b65f2a66787d1"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/issues/48227",
"url": "https://github.com/quarkusio/quarkus/issues/48227"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-9623-mj7j-p9v4",
"url": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-9623-mj7j-p9v4"
}
],
"release_date": "2025-06-23T19:47:05.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.quarkus/quarkus-vertx: Quarkus potential data leak"
},
{
"cve": "CVE-2025-53864",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-07-11T03:00:49.299379+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379485"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Connect2id Nimbus JOSE + JWT. This issue can allow a remote attacker to cause a denial of service via a deeply nested JSON object supplied in a JWT claim set.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.nimbusds/nimbus-jose-jwt: Uncontrolled recursion in Connect2id Nimbus JOSE + JWT",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.0.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53864"
},
{
"category": "external",
"summary": "RHBZ#2379485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53864"
},
{
"category": "external",
"summary": "https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/583/stackoverflowerror-due-to-deeply-nested",
"url": "https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/583/stackoverflowerror-due-to-deeply-nested"
},
{
"category": "external",
"summary": "https://github.com/google/gson/commit/1039427ff0100293dd3cf967a53a55282c0fef6b",
"url": "https://github.com/google/gson/commit/1039427ff0100293dd3cf967a53a55282c0fef6b"
},
{
"category": "external",
"summary": "https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.0",
"url": "https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.0"
}
],
"release_date": "2025-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-01T17:42:40+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.0.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "com.nimbusds/nimbus-jose-jwt: Uncontrolled recursion in Connect2id Nimbus JOSE + JWT"
}
]
}
RHSA-2025:9922
Vulnerability from csaf_redhat - Published: 2025-06-30 13:16 - Updated: 2026-08-08 17:16A flaw was found in the json-smart package. This security flaw occurs when reaching a ‘[‘ or ‘{‘ character in the JSON input, and the code parses an array or an object, respectively. The 3PP does not have any limit to the nesting of such arrays or objects. Since nested arrays and objects are parsed recursively, nesting too many of them can cause stack exhaustion (stack overflow) and crash the software.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Jetty. The HttpURI class performs insufficient validation on the authority segment of a URI. The HttpURI and the browser may differ on the value of the host extracted from an invalid URI. This combination of Jetty and a vulnerable browser may be vulnerable to an open redirect attack or an SSRF attack if the URI is used after passing validation checks.
CWE-1286 - Improper Validation of Syntactic Correctness of Input| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Eclipse Jetty. This vulnerability allows corrupted and inadvertent data sharing between requests via a gzip error when inflating a request body. If the request body is malformed, the gzip decompression process can fail, resulting in the application inadvertently using data from a previous request when processing the current one.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Kafka Clients. Apache Kafka Clients accepts configuration data for customizing behavior and includes ConfigProvider plugins to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations, which include the ability to read from disk or environment variables. In applications where an untrusted party can specify Apache Kafka Clients configurations, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Netty. An unsafe reading of the environment file could potentially cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Kafka's implementation of the Salted Challenge Response Authentication Mechanism (SCRAM), which did not fully adhere to the requirements of RFC 5802. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka's SCRAM implementation did not perform this validation. In environments where SCRAM is operated over plaintext communication channels, an attacker with access to the exchange can intercept and potentially reuse authentication messages, leveraging the weak nonce validation to gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty's SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. An unsafe reading of the environment file could cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in apache-kafka. The Kafka client improperly handles configuration data for SASL/OAUTHBEARER connections, allowing an attacker to specify a crafted token endpoint URL. This allows for arbitrary file reads and server-side request forgery (SSRF) by a malicious client. Consequently, this can allow an attacker to read arbitrary files on the Kafka broker or initiate requests to internal or external resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Commons BeanUtils. This vulnerability allows remote attackers to execute arbitrary code via uncontrolled access to the declaredClass property on Java enum objects, which can expose the class loader when property paths are passed from external sources to methods like getProperty() or getNestedProperty().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 2.9.1
Red Hat / Streams for Apache Kafka
|
cpe:/a:redhat:amq_streams:2.9::el9
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Streams for Apache Kafka 2.9.1 is now available from the Red Hat Customer Portal.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Streams for Apache Kafka, based on the Apache Kafka project, offers a distributed\nbackbone that allows microservices and other applications to share data with\nextremely high throughput and extremely low latency.\n\nThis release of Red Hat Streams for Apache Kafka 2.9.1serves as a replacement for Red Hat Streams for Apache Kafka 2.9.0, and includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n* Cruise Control: json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion) Security [amq-st-2] \"(CVE-2023-1370)\"\n* Cruise Control, Bridge, Kafka: o.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine Security[amq-st-2] \"(CVE-2025-24970)\"\n* Cruise Control, Bridge, Kafka: netty: Denial of Service attack on windows app using Netty Security [amq-st-2] \"(CVE-2025-25193)\"\n* Cruise Control: kafka: Apache Kafka: SCRAM authentication vulnerable to replay attacks when used without encryption Security [amq-st-2] \"(CVE-2024-56128)\"\n* Cruise Control, Operator: Jetty: Gzip Request Body Buffer Corruption Security[amq-st-2]\"(CVE-2024-13009)\"\n* Cruise Control: kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider Security [amq-st-2] \"(CVE-2024-31141)\"\n* Cruise Control, Oerator, Kafka: org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority Security [amq-st-2] \"(CVE-2024-6763)\"\n* Zookeeper: netty: Denial of Service attack on windows app using Netty \n Security [amq-st-2] \"(CVE-2024-47535)\"\n* Zookeeper, Kafka: commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by default Security [amq-st-2] \"(CVE-2025-48734)\"\n* Bridge: org.apache.kafka: Kafka Client Arbitrary File Read SSRF Security [amq-st-2]\"(CVE-2025-27817)\"\n* Bridge, Drain Cleaner: io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout Security \"(CVE-2025-1634)\"",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9922",
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188542"
},
{
"category": "external",
"summary": "2318563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318563"
},
{
"category": "external",
"summary": "2325538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325538"
},
{
"category": "external",
"summary": "2327264",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327264"
},
{
"category": "external",
"summary": "2333013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333013"
},
{
"category": "external",
"summary": "2344787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344787"
},
{
"category": "external",
"summary": "2344788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344788"
},
{
"category": "external",
"summary": "2347319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347319"
},
{
"category": "external",
"summary": "2365135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365135"
},
{
"category": "external",
"summary": "2368956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368956"
},
{
"category": "external",
"summary": "2371367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2371367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9922.json"
}
],
"title": "Red Hat Security Advisory: Streams for Apache Kafka 2.9.1 release and security update",
"tracking": {
"current_release_date": "2026-08-08T17:16:57+00:00",
"generator": {
"date": "2026-08-08T17:16:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:9922",
"initial_release_date": "2025-06-30T13:16:39+00:00",
"revision_history": [
{
"date": "2025-06-30T13:16:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-30T13:16:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-08T17:16:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Streams for Apache Kafka 2.9.1",
"product": {
"name": "Streams for Apache Kafka 2.9.1",
"product_id": "Streams for Apache Kafka 2.9.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:amq_streams:2.9::el9"
}
}
}
],
"category": "product_family",
"name": "Streams for Apache Kafka"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1370",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2023-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188542"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json-smart package. This security flaw occurs when reaching a \u2018[\u2018 or \u2018{\u2018 character in the JSON input, and the code parses an array or an object, respectively. The 3PP does not have any limit to the nesting of such arrays or objects. Since nested arrays and objects are parsed recursively, nesting too many of them can cause stack exhaustion (stack overflow) and crash the software.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1370"
},
{
"category": "external",
"summary": "RHBZ#2188542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188542"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1370"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-493p-pfq6-5258",
"url": "https://github.com/advisories/GHSA-493p-pfq6-5258"
},
{
"category": "external",
"summary": "https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/",
"url": "https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/"
}
],
"release_date": "2023-03-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "json-smart: Uncontrolled Resource Consumption vulnerability in json-smart (Resource Exhaustion)"
},
{
"cve": "CVE-2024-6763",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2024-10-14T16:00:54.963689+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2318563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jetty. The HttpURI class performs insufficient validation on the authority segment of a URI. The HttpURI and the browser may differ on the value of the host extracted from an invalid URI. This combination of Jetty and a vulnerable browser may be vulnerable to an open redirect attack or an SSRF attack if the URI is used after passing validation checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For this attack to work, you would require the victim to have a vulnerable browser on top of that the URI being used after insufficient validation, all of which makes this a low-severity flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6763"
},
{
"category": "external",
"summary": "RHBZ#2318563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6763",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6763"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/pull/12012",
"url": "https://github.com/jetty/jetty.project/pull/12012"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/25",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/25"
}
],
"release_date": "2024-10-14T15:06:07.298000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of invalid authority"
},
{
"cve": "CVE-2024-13009",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"discovery_date": "2025-05-08T18:00:47.047186+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2365135"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. This vulnerability allows corrupted and inadvertent data sharing between requests via a gzip error when inflating a request body. If the request body is malformed, the gzip decompression process can fail, resulting in the application inadvertently using data from a previous request when processing the current one.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-server: Jetty: Gzip Request Body Buffer Corruption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an IMPORTANT severity because a buffer management vulnerability exists within the GzipHandler\u0027s buffer release mechanism when encountering gzip errors during request body inflation, this flaw can lead to the incorrect release and subsequent inadvertent sharing and corruption of request body data between concurrent uncompressed requests, results in data exposure and incorrect processing of requests due to corrupted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13009"
},
{
"category": "external",
"summary": "RHBZ#2365135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365135"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13009"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/48",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/48"
}
],
"release_date": "2025-05-08T17:29:31.380000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jetty-server: Jetty: Gzip Request Body Buffer Corruption"
},
{
"cve": "CVE-2024-31141",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2024-11-19T09:00:35.857468+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2327264"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Kafka Clients. Apache Kafka Clients accepts configuration data for customizing behavior and includes ConfigProvider plugins to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations, which include the ability to read from disk or environment variables. In applications where an untrusted party can specify Apache Kafka Clients configurations, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-31141"
},
{
"category": "external",
"summary": "RHBZ#2327264",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327264"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31141"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/9whdzfr0zwdhr364604w5ssnzmg4v2lv",
"url": "https://lists.apache.org/thread/9whdzfr0zwdhr364604w5ssnzmg4v2lv"
}
],
"release_date": "2024-11-19T08:40:50.695000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kafka-clients: privilege escalation to filesystem read-access via automatic ConfigProvider"
},
{
"cve": "CVE-2024-47535",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-11-12T16:01:18.772613+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2325538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. An unsafe reading of the environment file could potentially cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Denial of Service attack on windows app using Netty",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47535"
},
{
"category": "external",
"summary": "RHBZ#2325538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47535"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3",
"url": "https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv"
}
],
"release_date": "2024-11-12T15:50:08.334000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: Denial of Service attack on windows app using Netty"
},
{
"cve": "CVE-2024-56128",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2024-12-18T14:00:43.732728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Kafka\u0027s implementation of the Salted Challenge Response Authentication Mechanism (SCRAM), which did not fully adhere to the requirements of RFC 5802. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka\u0027s SCRAM implementation did not perform this validation. In environments where SCRAM is operated over plaintext communication channels, an attacker with access to the exchange can intercept and potentially reuse authentication messages, leveraging the weak nonce validation to gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kafka: Apache Kafka: SCRAM authentication vulnerable to replay attacks when used without encryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked with an Important severity because it compromises a fundamental security requirement of the SCRAM protocol as specified in RFC 5802 \u2014the validation of nonces for ensuring message integrity and preventing replay attacks. Without proper nonce validation, an attacker with plaintext access to the SCRAM authentication exchange could manipulate or replay parts of the authentication process, potentially gaining unauthorized access or disrupting the integrity of authentication. While the use of plaintext communication for SCRAM is discouraged, many legacy systems or misconfigured deployments may still rely on it, making them directly susceptible.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56128"
},
{
"category": "external",
"summary": "RHBZ#2333013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56128"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc5802",
"url": "https://datatracker.ietf.org/doc/html/rfc5802"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc5802#section-9",
"url": "https://datatracker.ietf.org/doc/html/rfc5802#section-9"
},
{
"category": "external",
"summary": "https://kafka.apache.org/documentation/#security_sasl_scram_security",
"url": "https://kafka.apache.org/documentation/#security_sasl_scram_security"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw",
"url": "https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw"
}
],
"release_date": "2024-12-18T13:38:03.068000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kafka: Apache Kafka: SCRAM authentication vulnerable to replay attacks when used without encryption"
},
{
"cve": "CVE-2025-1634",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-24T14:17:31.237000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347319"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked as and Important severity rather than Moderate because it allows an unauthenticated attacker to trigger a denial of service condition by repeatedly sending crafted HTTP requests with low timeouts. The issue leads to a memory leak that cannot be recovered without restarting the application, ultimately resulting in an OutOfMemoryError and complete service failure.\n\nIn a production environment, this vulnerability poses a significant risk to availability, especially for applications handling multiple concurrent requests. Since no mitigation exists, all applications using quarkus-resteasy are affected until patched. The ease of exploitation, lack of required privileges, and high impact on service uptime justify the high severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1634"
},
{
"category": "external",
"summary": "RHBZ#2347319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347319"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1634"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1634",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1634"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/issues/46412",
"url": "https://github.com/quarkusio/quarkus/issues/46412"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/pull/46419",
"url": "https://github.com/quarkusio/quarkus/pull/46419"
}
],
"release_date": "2025-02-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.quarkus:quarkus-resteasy: Memory Leak in Quarkus RESTEasy Classic When Client Requests Timeout"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-02-10T23:00:52.785132+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty\u0027s SslHandler is of important severity rather than moderate because it directly impacts the stability and reliability of applications using native SSLEngine. By sending a specially crafted packet, an attacker can trigger a native crash, leading to a complete process termination. Unlike typical moderate vulnerabilities that might cause limited disruptions or require specific conditions, this flaw can be exploited remotely to induce a Denial of Service (DoS), affecting high-availability systems and mission-critical services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24970"
},
{
"category": "external",
"summary": "RHBZ#2344787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4",
"url": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw",
"url": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw"
}
],
"release_date": "2025-02-10T21:57:28.730000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine"
},
{
"cve": "CVE-2025-25193",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-02-10T23:00:54.794769+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. An unsafe reading of the environment file could cause a denial of service. When loaded on a Windows application, Netty attempts to load a file that does not exist. If an attacker creates a large file, the Netty application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Denial of Service attack on windows app using Netty",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue only affects Windows environments, therefore, this would affect an environment when running a supported Red Hat JBoss EAP 7 or 8, for example, if running on Windows.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-25193"
},
{
"category": "external",
"summary": "RHBZ#2344788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-25193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25193"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386",
"url": "https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx",
"url": "https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx"
}
],
"release_date": "2025-02-10T22:02:17.197000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: Denial of Service attack on windows app using Netty"
},
{
"cve": "CVE-2025-27817",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-10T08:00:46.717358+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2371367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in apache-kafka. The Kafka client improperly handles configuration data for SASL/OAUTHBEARER connections, allowing an attacker to specify a crafted token endpoint URL. This allows for arbitrary file reads and server-side request forgery (SSRF) by a malicious client. Consequently, this can allow an attacker to read arbitrary files on the Kafka broker or initiate requests to internal or external resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.kafka: Kafka Client Arbitrary File Read SSRF",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27817"
},
{
"category": "external",
"summary": "RHBZ#2371367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2371367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27817",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27817"
},
{
"category": "external",
"summary": "https://kafka.apache.org/cve-list",
"url": "https://kafka.apache.org/cve-list"
}
],
"release_date": "2025-06-10T07:55:14.422000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "workaround",
"details": "To mitigate this flaw, explicitly set the allowed urls in SASL JAAS configuration using the system property \"-Dorg.apache.kafka.sasl.oauthbearer.allowed.urls\".",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.kafka: Kafka Client Arbitrary File Read SSRF"
},
{
"cve": "CVE-2025-48734",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"discovery_date": "2025-05-28T14:00:56.619771+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2368956"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons BeanUtils. This vulnerability allows remote attackers to execute arbitrary code via uncontrolled access to the declaredClass property on Java enum objects, which can expose the class loader when property paths are passed from external sources to methods like getProperty() or getNestedProperty().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by default",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity because a flaw exists in Apache Commons BeanUtils, where PropertyUtilsBean and BeanUtilsBean allow uncontrolled access to the declaredClass property of Java enum objects. Applications that pass untrusted property paths directly to getProperty() or getNestedProperty() methods are at risk, as attackers can exploit this behavior to retrieve the ClassLoader instance and execute arbitrary code in the context of the affected application. This issue leads to compromise of confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 2.9.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48734"
},
{
"category": "external",
"summary": "RHBZ#2368956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368956"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48734"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-wxr5-93ph-8wr9",
"url": "https://github.com/advisories/GHSA-wxr5-93ph-8wr9"
},
{
"category": "external",
"summary": "https://github.com/apache/commons-beanutils/commit/28ad955a1613ed5885870cc7da52093c1ce739dc",
"url": "https://github.com/apache/commons-beanutils/commit/28ad955a1613ed5885870cc7da52093c1ce739dc"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/s0hb3jkfj5f3ryx6c57zqtfohb0of1g9",
"url": "https://lists.apache.org/thread/s0hb3jkfj5f3ryx6c57zqtfohb0of1g9"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/28/6",
"url": "https://www.openwall.com/lists/oss-security/2025/05/28/6"
}
],
"release_date": "2025-05-28T13:32:08.300000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-30T13:16:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 2.9.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Streams for Apache Kafka 2.9.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum\u0027s declaredClass property by default"
}
]
}
SUSE-SU-2025:01738-1
Vulnerability from csaf_suse - Published: 2025-05-29 09:37 - Updated: 2025-05-29 09:37| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for jetty-minimal",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for jetty-minimal fixes the following issues:\n\nUpgrade to version 9.4.57.v20241219\n\n- CVE-2024-6763: the HttpURI class does insufficient validation on the authority segment of a URI (bsc#1231652)\n- CVE-2024-13009: Gzip Request Body Buffer (bsc#1243271)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1738,SUSE-SLE-Module-Development-Tools-15-SP6-2025-1738,SUSE-SLE-Module-Development-Tools-15-SP7-2025-1738,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-1738,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-1738,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1738,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1738,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1738,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1738,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1738,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1738,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1738,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1738,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1738,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1738,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1738,SUSE-Storage-7.1-2025-1738,openSUSE-SLE-15.6-2025-1738",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_01738-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01738-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501738-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01738-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039393.html"
},
{
"category": "self",
"summary": "SUSE Bug 1231652",
"url": "https://bugzilla.suse.com/1231652"
},
{
"category": "self",
"summary": "SUSE Bug 1243271",
"url": "https://bugzilla.suse.com/1243271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-13009 page",
"url": "https://www.suse.com/security/cve/CVE-2024-13009/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6763 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6763/"
}
],
"title": "Security update for jetty-minimal",
"tracking": {
"current_release_date": "2025-05-29T09:37:57Z",
"generator": {
"date": "2025-05-29T09:37:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01738-1",
"initial_release_date": "2025-05-29T09:37:57Z",
"revision_history": [
{
"date": "2025-05-29T09:37:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jetty-annotations-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-annotations-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-annotations-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-ant-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-ant-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-ant-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-cdi-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-cdi-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-cdi-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-client-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-client-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-client-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-continuation-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-continuation-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-continuation-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-deploy-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-deploy-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-deploy-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-fcgi-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-http-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-http-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-http-spi-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-io-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-io-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-jaas-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-jaas-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-jaas-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-javax-websocket-client-impl-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-javax-websocket-client-impl-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-javax-websocket-client-impl-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-javax-websocket-server-impl-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-javax-websocket-server-impl-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-javax-websocket-server-impl-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-jmx-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-jmx-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-jmx-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-jndi-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-jndi-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-jndi-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-jsp-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-jsp-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-jsp-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-openid-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-openid-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-openid-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-plus-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-plus-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-plus-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-project-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-project-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-project-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-proxy-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-proxy-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-proxy-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-quickstart-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-rewrite-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-security-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-security-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-server-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-server-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-servlet-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-servlets-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-servlets-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-servlets-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-start-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-start-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-start-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-util-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-util-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-webapp-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-webapp-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-webapp-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-api-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-api-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-api-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-client-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-client-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-client-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-common-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-common-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-common-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-javadoc-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-javadoc-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-javadoc-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-server-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-server-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-server-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-websocket-servlet-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-websocket-servlet-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-websocket-servlet-9.4.57-150200.3.31.1.noarch"
}
},
{
"category": "product_version",
"name": "jetty-xml-9.4.57-150200.3.31.1.noarch",
"product": {
"name": "jetty-xml-9.4.57-150200.3.31.1.noarch",
"product_id": "jetty-xml-9.4.57-150200.3.31.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-continuation-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-continuation-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-annotations-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-annotations-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-ant-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-ant-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-cdi-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-cdi-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-client-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-client-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-continuation-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-continuation-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-deploy-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-deploy-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-fcgi-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-http-spi-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-io-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-io-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jaas-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-jaas-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jmx-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-jmx-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jndi-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-jndi-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-jsp-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-jsp-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-openid-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-openid-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-plus-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-plus-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-proxy-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-proxy-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-quickstart-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-rewrite-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-security-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-security-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-server-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-server-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlet-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlet-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-servlets-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-servlets-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-start-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-start-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-webapp-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-webapp-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jetty-xml-9.4.57-150200.3.31.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
},
"product_reference": "jetty-xml-9.4.57-150200.3.31.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-13009",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-13009"
}
],
"notes": [
{
"category": "general",
"text": "In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request\nbody. This can result in corrupted and/or inadvertent sharing of data between requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-13009",
"url": "https://www.suse.com/security/cve/CVE-2024-13009"
},
{
"category": "external",
"summary": "SUSE Bug 1243271 for CVE-2024-13009",
"url": "https://bugzilla.suse.com/1243271"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-29T09:37:57Z",
"details": "important"
}
],
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2024-6763",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6763"
}
],
"notes": [
{
"category": "general",
"text": "Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.\n\nThe HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI\n differs from the common browsers in how it handles a URI that would be \nconsidered invalid if fully validated against the RRC. Specifically HttpURI\n and the browser may differ on the value of the host extracted from an \ninvalid URI and thus a combination of Jetty and a vulnerable browser may\n be vulnerable to a open redirect attack or to a SSRF attack if the URI \nis used after passing validation checks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6763",
"url": "https://www.suse.com/security/cve/CVE-2024-6763"
},
{
"category": "external",
"summary": "SUSE Bug 1231652 for CVE-2024-6763",
"url": "https://bugzilla.suse.com/1231652"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-http-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-io-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-security-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-server-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-9.4.57-150200.3.31.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-annotations-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-ant-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-cdi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-client-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-continuation-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-deploy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-fcgi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-http-spi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-io-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jaas-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jmx-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jndi-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-jsp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-minimal-javadoc-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-openid-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-plus-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-proxy-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-quickstart-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-rewrite-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-security-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-server-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlet-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-servlets-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-start-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-util-ajax-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-webapp-9.4.57-150200.3.31.1.noarch",
"openSUSE Leap 15.6:jetty-xml-9.4.57-150200.3.31.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-29T09:37:57Z",
"details": "moderate"
}
],
"title": "CVE-2024-6763"
}
]
}
ubuntu-cve-2024-6763
Vulnerability from osv_ubuntu
Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing. The HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI differs from the common browsers in how it handles a URI that would be considered invalid if fully validated against the RRC. Specifically HttpURI and the browser may differ on the value of the host extracted from an invalid URI and thus a combination of Jetty and a vulnerable browser may be vulnerable to a open redirect attack or to a SSRF attack if the URI is used after passing validation checks.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty",
"binary_version": "6.1.26-1ubuntu1.2"
},
{
"binary_name": "libjetty-extra",
"binary_version": "6.1.26-1ubuntu1.2"
},
{
"binary_name": "libjetty-extra-java",
"binary_version": "6.1.26-1ubuntu1.2"
},
{
"binary_name": "libjetty-java",
"binary_version": "6.1.26-1ubuntu1.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:14.04:LTS",
"name": "jetty",
"purl": "pkg:deb/ubuntu/jetty@6.1.26-1ubuntu1.2?arch=source\u0026distro=trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.26-1ubuntu1",
"6.1.26-1ubuntu1.1",
"6.1.26-1ubuntu1.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libjetty-extra",
"binary_version": "6.1.26-5ubuntu0.1"
},
{
"binary_name": "libjetty-extra-java",
"binary_version": "6.1.26-5ubuntu0.1"
},
{
"binary_name": "libjetty-java",
"binary_version": "6.1.26-5ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jetty",
"purl": "pkg:deb/ubuntu/jetty@6.1.26-5ubuntu0.1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.26-5",
"6.1.26-5ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.2.14-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.2.14-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.2.14-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.2.14-1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.2.14-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.15-1~18.04.1ubuntu1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.2.22-2",
"9.2.22-3",
"9.2.23-1",
"9.4.15-1~18.04.1ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.26-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.26-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.26-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.26-1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.18-2build2",
"9.4.26-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.45-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.45-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.45-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.45-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.39-3",
"9.4.44-2",
"9.4.44-3",
"9.4.44-4",
"9.4.45-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.53-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.53-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.53-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.53-1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.51-2",
"9.4.53-1"
]
}
],
"aliases": [],
"details": "Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing. The HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI differs from the common browsers in how it handles a URI that would be considered invalid if fully validated against the RRC. Specifically HttpURI and the browser may differ on the value of the host extracted from an invalid URI and thus a combination of Jetty and a vulnerable browser may be vulnerable to a open redirect attack or to a SSRF attack if the URI is used after passing validation checks.",
"id": "UBUNTU-CVE-2024-6763",
"modified": "2025-10-24T05:06:45Z",
"published": "2024-10-14T16:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-6763"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"type": "REPORT",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh"
},
{
"type": "REPORT",
"url": "https://github.com/jetty/jetty.project/pull/12012"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-6763"
]
}
WID-SEC-W-2024-3176
Vulnerability from csaf_certbund - Published: 2024-10-14 22:00 - Updated: 2026-03-23 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager for VMware vSphere
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere
|
for VMware vSphere | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Eclipse Jetty <10.0.18
Eclipse / Jetty
|
<10.0.18 | ||
|
Eclipse Jetty <11.0.18
Eclipse / Jetty
|
<11.0.18 | ||
|
Eclipse Jetty <12.0.4
Eclipse / Jetty
|
<12.0.4 | ||
|
IBM Security Guardium 12
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:sqlguard_12.0p35_bundle_jan-28-2025
|
12 | |
|
Eclipse Jetty <12.0.3
Eclipse / Jetty
|
<12.0.3 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
NetApp ActiveIQ Unified Manager for Microsoft Windows
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows
|
for Microsoft Windows | |
|
IBM Operational Decision Manager
IBM / Operational Decision Manager
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SolarWinds Platform <2025.4.1
SolarWinds / Platform
|
<2025.4.1 | ||
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
NetApp ActiveIQ Unified Manager for Linux
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_linux
|
for Linux | |
|
IBM Installation Manager 1.4-1.10.1.0
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.4_-_1.10.1.0
|
1.4-1.10.1.0 | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Operational Decision Manager <V8.11.0.1 Interim fix 042
IBM / Operational Decision Manager
|
<V8.11.0.1 Interim fix 042 | ||
|
IBM Operational Decision Manager <V8.11.1.0: Interim fix 039
IBM / Operational Decision Manager
|
<V8.11.1.0: Interim fix 039 | ||
|
IBM Operational Decision Manager <V8.12.0.1: Interim fix 024
IBM / Operational Decision Manager
|
<V8.12.0.1: Interim fix 024 | ||
|
Red Hat JBoss A-MQ Streams 2
Red Hat / JBoss A-MQ
|
cpe:/a:redhat:jboss_amq:streams_2
|
Streams 2 | |
|
IBM Operational Decision Manager <V9.0.0.1: Interim fix 007
IBM / Operational Decision Manager
|
<V9.0.0.1: Interim fix 007 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager for VMware vSphere
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere
|
for VMware vSphere | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Eclipse Jetty <12.0.4
Eclipse / Jetty
|
<12.0.4 | ||
|
IBM Security Guardium 12
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:sqlguard_12.0p35_bundle_jan-28-2025
|
12 | |
|
Eclipse Jetty <12.0.12
Eclipse / Jetty
|
<12.0.12 | ||
|
Eclipse Jetty <12.0.3
Eclipse / Jetty
|
<12.0.3 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
NetApp ActiveIQ Unified Manager for Microsoft Windows
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows
|
for Microsoft Windows | |
|
IBM Operational Decision Manager
IBM / Operational Decision Manager
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SolarWinds Platform <2025.4.1
SolarWinds / Platform
|
<2025.4.1 | ||
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
Eclipse Jetty <12.0.9
Eclipse / Jetty
|
<12.0.9 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
NetApp ActiveIQ Unified Manager for Linux
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_linux
|
for Linux | |
|
IBM Installation Manager 1.4-1.10.1.0
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.4_-_1.10.1.0
|
1.4-1.10.1.0 | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Operational Decision Manager <V8.11.0.1 Interim fix 042
IBM / Operational Decision Manager
|
<V8.11.0.1 Interim fix 042 | ||
|
IBM Operational Decision Manager <V8.11.1.0: Interim fix 039
IBM / Operational Decision Manager
|
<V8.11.1.0: Interim fix 039 | ||
|
IBM Operational Decision Manager <V8.12.0.1: Interim fix 024
IBM / Operational Decision Manager
|
<V8.12.0.1: Interim fix 024 | ||
|
Red Hat JBoss A-MQ Streams 2
Red Hat / JBoss A-MQ
|
cpe:/a:redhat:jboss_amq:streams_2
|
Streams 2 | |
|
IBM Operational Decision Manager <V9.0.0.1: Interim fix 007
IBM / Operational Decision Manager
|
<V9.0.0.1: Interim fix 007 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager for VMware vSphere
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere
|
for VMware vSphere | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Eclipse Jetty <10.0.18
Eclipse / Jetty
|
<10.0.18 | ||
|
Eclipse Jetty <11.0.18
Eclipse / Jetty
|
<11.0.18 | ||
|
Eclipse Jetty <12.0.4
Eclipse / Jetty
|
<12.0.4 | ||
|
IBM Security Guardium 12
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:sqlguard_12.0p35_bundle_jan-28-2025
|
12 | |
|
Eclipse Jetty <11.0.24
Eclipse / Jetty
|
<11.0.24 | ||
|
Eclipse Jetty <9.4.56
Eclipse / Jetty
|
<9.4.56 | ||
|
Eclipse Jetty <12.0.3
Eclipse / Jetty
|
<12.0.3 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Eclipse Jetty <9.4.54
Eclipse / Jetty
|
<9.4.54 | ||
|
NetApp ActiveIQ Unified Manager for Microsoft Windows
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows
|
for Microsoft Windows | |
|
IBM Operational Decision Manager
IBM / Operational Decision Manager
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SolarWinds Platform <2025.4.1
SolarWinds / Platform
|
<2025.4.1 | ||
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
Eclipse Jetty <12.0.9
Eclipse / Jetty
|
<12.0.9 | ||
|
Eclipse Jetty <10.0.24
Eclipse / Jetty
|
<10.0.24 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
NetApp ActiveIQ Unified Manager for Linux
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_linux
|
for Linux | |
|
IBM Installation Manager 1.4-1.10.1.0
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.4_-_1.10.1.0
|
1.4-1.10.1.0 | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Operational Decision Manager <V8.11.0.1 Interim fix 042
IBM / Operational Decision Manager
|
<V8.11.0.1 Interim fix 042 | ||
|
IBM Operational Decision Manager <V8.11.1.0: Interim fix 039
IBM / Operational Decision Manager
|
<V8.11.1.0: Interim fix 039 | ||
|
IBM Operational Decision Manager <V8.12.0.1: Interim fix 024
IBM / Operational Decision Manager
|
<V8.12.0.1: Interim fix 024 | ||
|
Red Hat JBoss A-MQ Streams 2
Red Hat / JBoss A-MQ
|
cpe:/a:redhat:jboss_amq:streams_2
|
Streams 2 | |
|
IBM Operational Decision Manager <V9.0.0.1: Interim fix 007
IBM / Operational Decision Manager
|
<V9.0.0.1: Interim fix 007 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager for VMware vSphere
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere
|
for VMware vSphere | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Eclipse Jetty <10.0.18
Eclipse / Jetty
|
<10.0.18 | ||
|
Eclipse Jetty <11.0.18
Eclipse / Jetty
|
<11.0.18 | ||
|
IBM Security Guardium 12
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:sqlguard_12.0p35_bundle_jan-28-2025
|
12 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
Eclipse Jetty <12.0.3
Eclipse / Jetty
|
<12.0.3 | ||
|
Eclipse Jetty <9.4.54
Eclipse / Jetty
|
<9.4.54 | ||
|
NetApp ActiveIQ Unified Manager for Microsoft Windows
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows
|
for Microsoft Windows | |
|
IBM Operational Decision Manager
IBM / Operational Decision Manager
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SolarWinds Platform <2025.4.1
SolarWinds / Platform
|
<2025.4.1 | ||
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
NetApp ActiveIQ Unified Manager for Linux
NetApp / ActiveIQ Unified Manager
|
cpe:/a:netapp:active_iq_unified_manager:for_linux
|
for Linux | |
|
IBM Installation Manager 1.4-1.10.1.0
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.4_-_1.10.1.0
|
1.4-1.10.1.0 | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Operational Decision Manager <V8.11.0.1 Interim fix 042
IBM / Operational Decision Manager
|
<V8.11.0.1 Interim fix 042 | ||
|
IBM Operational Decision Manager <V8.11.1.0: Interim fix 039
IBM / Operational Decision Manager
|
<V8.11.1.0: Interim fix 039 | ||
|
IBM Operational Decision Manager <V8.12.0.1: Interim fix 024
IBM / Operational Decision Manager
|
<V8.12.0.1: Interim fix 024 | ||
|
Red Hat JBoss A-MQ Streams 2
Red Hat / JBoss A-MQ
|
cpe:/a:redhat:jboss_amq:streams_2
|
Streams 2 | |
|
IBM Operational Decision Manager <V9.0.0.1: Interim fix 007
IBM / Operational Decision Manager
|
<V9.0.0.1: Interim fix 007 |
{
"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": "Eclipse Jetty ist ein Java-HTTP-Server und Java-Servlet-Container.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Eclipse Jetty ausnutzen, um einen Denial of Service Angriff zu erzeugen und Daten zu manipulieren.",
"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-2024-3176 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3176.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-3176 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3176"
},
{
"category": "external",
"summary": "Jetty Advisory vom 2024-10-14",
"url": "https://www.eclipse.org//lists/jetty-announce/msg00193.html"
},
{
"category": "external",
"summary": "Jetty Advisory vom 2024-10-14",
"url": "https://www.eclipse.org//lists/jetty-announce/msg00194.html"
},
{
"category": "external",
"summary": "GitHub Advisory vom 2024-10-14",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3720-1 vom 2024-10-18",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/O3QVMQNMY7KSISCQZHRID4KVIGDCRX47/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14408-1 vom 2024-10-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BNU3R7DW4USCKK4UHDLFZ57HXWYZNOCE/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9571 vom 2024-11-13",
"url": "https://access.redhat.com/errata/RHSA-2024:9571"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7176904 vom 2024-12-06",
"url": "https://www.ibm.com/support/pages/node/7176904"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11023 vom 2024-12-12",
"url": "https://access.redhat.com/errata/RHSA-2024:11023"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2702 vom 2024-12-20",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2702.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7183584 vom 2025-02-18",
"url": "https://www.ibm.com/support/pages/node/7183584"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2416 vom 2025-03-05",
"url": "https://access.redhat.com/errata/RHSA-2025:2416"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250306-0006 vom 2025-03-06",
"url": "https://security.netapp.com/advisory/ntap-20250306-0006/"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250306-0005 vom 2025-03-06",
"url": "https://security.netapp.com/advisory/ntap-20250306-0005/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7229444 vom 2025-03-28",
"url": "https://www.ibm.com/support/pages/node/7229444"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4106 vom 2025-04-02",
"url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00001.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5894 vom 2025-04-05",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00056.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7231640 vom 2025-04-23",
"url": "https://www.ibm.com/support/pages/node/7231640"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7232032 vom 2025-04-29",
"url": "https://www.ibm.com/support/pages/node/7232032"
},
{
"category": "external",
"summary": "IBM Security Bulletin",
"url": "https://www.ibm.com/support/pages/node/7234827"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15160-1 vom 2025-05-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YHGGC7B6PWN2UBH367C4SXP6PWNDYAXM/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01738-1 vom 2025-05-29",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/4ULIFKC3HN46CWW5I3UU5DGUJKMLM6UC/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9922 vom 2025-06-30",
"url": "https://access.redhat.com/errata/RHSA-2025:9922"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12511 vom 2025-08-03",
"url": "https://access.redhat.com/errata/RHSA-2025:12511"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241577 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241577"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243781 vom 2025-09-02",
"url": "https://www.ibm.com/support/pages/node/7243781"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2025-126 vom 2025-09-30",
"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2025-126/index.html"
},
{
"category": "external",
"summary": "SolarWinds Platform 2025.4.1 release notes vom 2025-11-18",
"url": "https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2025-4-1_release_notes.htm"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7258317 vom 2026-01-29",
"url": "https://www.ibm.com/support/pages/node/7258317"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-152 vom 2026-03-23",
"url": "https://www.dell.com/support/kbdoc/de-de/000443243/dsa-2026-152-dell-secure-connect-gateway-security-update-for-multiple-third-party-component-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Eclipse Jetty: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-23T23:00:00.000+00:00",
"generator": {
"date": "2026-03-24T10:16:45.445+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2024-3176",
"initial_release_date": "2024-10-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-10-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-10-17T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-10-20T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2024-11-13T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-12-05T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-12-12T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-12-19T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-02-18T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-03-05T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-06T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von NetApp aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-04-06T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-04-23T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-04-28T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von IBM und openSUSE aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-29T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2025-11-17T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "25"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway \u003c5.34.00.16",
"product_id": "T052048"
}
},
{
"category": "product_version",
"name": "5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway 5.34.00.16",
"product_id": "T052048-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:5.34.00.16"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c12.0.9",
"product": {
"name": "Eclipse Jetty \u003c12.0.9",
"product_id": "T038318"
}
},
{
"category": "product_version",
"name": "12.0.9",
"product": {
"name": "Eclipse Jetty 12.0.9",
"product_id": "T038318-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.24",
"product": {
"name": "Eclipse Jetty \u003c10.0.24",
"product_id": "T038319"
}
},
{
"category": "product_version",
"name": "10.0.24",
"product": {
"name": "Eclipse Jetty 10.0.24",
"product_id": "T038319-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:10.0.24"
}
}
},
{
"category": "product_version_range",
"name": "\u003c11.0.24",
"product": {
"name": "Eclipse Jetty \u003c11.0.24",
"product_id": "T038320"
}
},
{
"category": "product_version",
"name": "11.0.24",
"product": {
"name": "Eclipse Jetty 11.0.24",
"product_id": "T038320-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:11.0.24"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.56",
"product": {
"name": "Eclipse Jetty \u003c9.4.56",
"product_id": "T038321"
}
},
{
"category": "product_version",
"name": "9.4.56",
"product": {
"name": "Eclipse Jetty 9.4.56",
"product_id": "T038321-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:9.4.56"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.3",
"product": {
"name": "Eclipse Jetty \u003c12.0.3",
"product_id": "T038322"
}
},
{
"category": "product_version",
"name": "12.0.3",
"product": {
"name": "Eclipse Jetty 12.0.3",
"product_id": "T038322-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.54",
"product": {
"name": "Eclipse Jetty \u003c9.4.54",
"product_id": "T038323"
}
},
{
"category": "product_version",
"name": "9.4.54",
"product": {
"name": "Eclipse Jetty 9.4.54",
"product_id": "T038323-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:9.4.54"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.18",
"product": {
"name": "Eclipse Jetty \u003c10.0.18",
"product_id": "T038324"
}
},
{
"category": "product_version",
"name": "10.0.18",
"product": {
"name": "Eclipse Jetty 10.0.18",
"product_id": "T038324-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:10.0.18"
}
}
},
{
"category": "product_version_range",
"name": "\u003c11.0.18",
"product": {
"name": "Eclipse Jetty \u003c11.0.18",
"product_id": "T038325"
}
},
{
"category": "product_version",
"name": "11.0.18",
"product": {
"name": "Eclipse Jetty 11.0.18",
"product_id": "T038325-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:11.0.18"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.4",
"product": {
"name": "Eclipse Jetty \u003c12.0.4",
"product_id": "T038326"
}
},
{
"category": "product_version",
"name": "12.0.4",
"product": {
"name": "Eclipse Jetty 12.0.4",
"product_id": "T038326-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.12",
"product": {
"name": "Eclipse Jetty \u003c12.0.12",
"product_id": "T038327"
}
},
{
"category": "product_version",
"name": "12.0.12",
"product": {
"name": "Eclipse Jetty 12.0.12",
"product_id": "T038327-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.12"
}
}
}
],
"category": "product_name",
"name": "Jetty"
}
],
"category": "vendor",
"name": "Eclipse"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T038840",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "11.7",
"product": {
"name": "IBM InfoSphere Information Server 11.7",
"product_id": "444803",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:11.7"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Information Server"
},
{
"branches": [
{
"category": "product_version",
"name": "1.4-1.10.1.0",
"product": {
"name": "IBM Installation Manager 1.4-1.10.1.0",
"product_id": "T043115",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:installation_manager:1.4_-_1.10.1.0"
}
}
}
],
"category": "product_name",
"name": "Installation Manager"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM Operational Decision Manager",
"product": {
"name": "IBM Operational Decision Manager",
"product_id": "T005180",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003cV8.11.0.1 Interim fix 042",
"product": {
"name": "IBM Operational Decision Manager \u003cV8.11.0.1 Interim fix 042",
"product_id": "T043174"
}
},
{
"category": "product_version",
"name": "V8.11.0.1 Interim fix 042",
"product": {
"name": "IBM Operational Decision Manager V8.11.0.1 Interim fix 042",
"product_id": "T043174-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:v8.11.0.1_interim_fix_042"
}
}
},
{
"category": "product_version_range",
"name": "\u003cV8.11.1.0: Interim fix 039",
"product": {
"name": "IBM Operational Decision Manager \u003cV8.11.1.0: Interim fix 039",
"product_id": "T043175"
}
},
{
"category": "product_version",
"name": "V8.11.1.0: Interim fix 039",
"product": {
"name": "IBM Operational Decision Manager V8.11.1.0: Interim fix 039",
"product_id": "T043175-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:v8.11.1.0_interim_fix_039"
}
}
},
{
"category": "product_version_range",
"name": "\u003cV8.12.0.1: Interim fix 024",
"product": {
"name": "IBM Operational Decision Manager \u003cV8.12.0.1: Interim fix 024",
"product_id": "T043176"
}
},
{
"category": "product_version",
"name": "V8.12.0.1: Interim fix 024",
"product": {
"name": "IBM Operational Decision Manager V8.12.0.1: Interim fix 024",
"product_id": "T043176-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:v8.12.0.1_interim_fix_024"
}
}
},
{
"category": "product_version_range",
"name": "\u003cV9.0.0.1: Interim fix 007",
"product": {
"name": "IBM Operational Decision Manager \u003cV9.0.0.1: Interim fix 007",
"product_id": "T043177"
}
},
{
"category": "product_version",
"name": "V9.0.0.1: Interim fix 007",
"product": {
"name": "IBM Operational Decision Manager V9.0.0.1: Interim fix 007",
"product_id": "T043177-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:v9.0.0.1_interim_fix_007"
}
}
}
],
"category": "product_name",
"name": "Operational Decision Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP11 IF01",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF01",
"product_id": "T041270"
}
},
{
"category": "product_version",
"name": "7.5.0 UP11 IF01",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP11 IF01",
"product_id": "T041270-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if01"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version",
"name": "Collaboration and Deployment Services 8.5",
"product": {
"name": "IBM SPSS Collaboration and Deployment Services 8.5",
"product_id": "T038750",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5"
}
}
}
],
"category": "product_name",
"name": "SPSS"
},
{
"branches": [
{
"category": "product_version",
"name": "12",
"product": {
"name": "IBM Security Guardium 12",
"product_id": "T043916",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:sqlguard_12.0p35_bundle_jan-28-2025"
}
}
}
],
"category": "product_name",
"name": "Security Guardium"
},
{
"branches": [
{
"category": "product_version_range",
"name": "IP Edition \u003c4.2 Fix Pack 23",
"product": {
"name": "IBM Tivoli Network Manager IP Edition \u003c4.2 Fix Pack 23",
"product_id": "T046654"
}
},
{
"category": "product_version",
"name": "IP Edition 4.2 Fix Pack 23",
"product": {
"name": "IBM Tivoli Network Manager IP Edition 4.2 Fix Pack 23",
"product_id": "T046654-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_network_manager:ip_edition___4.2_fix_pack_23"
}
}
}
],
"category": "product_name",
"name": "Tivoli Network Manager"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "for Linux",
"product": {
"name": "NetApp ActiveIQ Unified Manager for Linux",
"product_id": "T023548",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:active_iq_unified_manager:for_linux"
}
}
},
{
"category": "product_version",
"name": "for VMware vSphere",
"product": {
"name": "NetApp ActiveIQ Unified Manager for VMware vSphere",
"product_id": "T025152",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere"
}
}
},
{
"category": "product_version",
"name": "for Microsoft Windows",
"product": {
"name": "NetApp ActiveIQ Unified Manager for Microsoft Windows",
"product_id": "T025631",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows"
}
}
}
],
"category": "product_name",
"name": "ActiveIQ Unified Manager"
}
],
"category": "vendor",
"name": "NetApp"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Streams 2",
"product": {
"name": "Red Hat JBoss A-MQ Streams 2",
"product_id": "T041596",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_amq:streams_2"
}
}
}
],
"category": "product_name",
"name": "JBoss A-MQ"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.4.1",
"product": {
"name": "SolarWinds Platform \u003c2025.4.1",
"product_id": "T048650"
}
},
{
"category": "product_version",
"name": "2025.4.1",
"product": {
"name": "SolarWinds Platform 2025.4.1",
"product_id": "T048650-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:orion_platform:2025.4.1"
}
}
}
],
"category": "product_name",
"name": "Platform"
}
],
"category": "vendor",
"name": "SolarWinds"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6762",
"product_status": {
"known_affected": [
"T025152",
"67646",
"T038324",
"T038325",
"T038326",
"T043916",
"T038322",
"T038840",
"T025631",
"T005180",
"398363",
"T048650",
"T046654",
"T038750",
"T052048",
"T023548",
"T043115",
"2951",
"T002207",
"T041270",
"444803",
"T019704",
"T027843",
"T043174",
"T043175",
"T043176",
"T041596",
"T043177"
]
},
"release_date": "2024-10-14T22:00:00.000+00:00",
"title": "CVE-2024-6762"
},
{
"cve": "CVE-2024-6763",
"product_status": {
"known_affected": [
"T025152",
"67646",
"T038326",
"T043916",
"T038327",
"T038322",
"T038840",
"T025631",
"T005180",
"398363",
"T048650",
"T046654",
"T038318",
"T038750",
"T052048",
"T023548",
"T043115",
"2951",
"T002207",
"T041270",
"444803",
"T019704",
"T027843",
"T043174",
"T043175",
"T043176",
"T041596",
"T043177"
]
},
"release_date": "2024-10-14T22:00:00.000+00:00",
"title": "CVE-2024-6763"
},
{
"cve": "CVE-2024-8184",
"product_status": {
"known_affected": [
"T025152",
"67646",
"T038324",
"T038325",
"T038326",
"T043916",
"T038320",
"T038321",
"T038322",
"T038840",
"T038323",
"T025631",
"T005180",
"398363",
"T048650",
"T046654",
"T038318",
"T038319",
"T038750",
"T052048",
"T023548",
"T043115",
"2951",
"T002207",
"T041270",
"444803",
"T019704",
"T027843",
"T043174",
"T043175",
"T043176",
"T041596",
"T043177"
]
},
"release_date": "2024-10-14T22:00:00.000+00:00",
"title": "CVE-2024-8184"
},
{
"cve": "CVE-2024-9823",
"product_status": {
"known_affected": [
"T025152",
"67646",
"T038324",
"T038325",
"T043916",
"T038840",
"T038322",
"T038323",
"T025631",
"T005180",
"398363",
"T048650",
"T046654",
"T038750",
"T052048",
"T023548",
"T043115",
"2951",
"T002207",
"T041270",
"444803",
"T019704",
"T027843",
"T043174",
"T043175",
"T043176",
"T041596",
"T043177"
]
},
"release_date": "2024-10-14T22:00:00.000+00:00",
"title": "CVE-2024-9823"
}
]
}
WID-SEC-W-2025-0138
Vulnerability from csaf_certbund - Published: 2025-01-21 23:00 - Updated: 2025-01-21 23:00In Oracle REST Data Services existiert eine Schwachstelle. Durch Ausnutzung dieser Schwachstelle kann ein entfernter, anonymer Angreifer die Integrität gefährden. Für die Ausnutzung dieser Schwachstelle ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu dieser Schwachstelle (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert ist hier "LOW" für "Integrity" und bewirkt damit eine Bewertung mit dem Wert "MITTEL" für die Schadenshöhe.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle REST Data Services 24.3.0
Oracle / REST Data Services
|
cpe:/a:oracle:rest_data_services:24.3.0
|
24.3.0 | |
|
Oracle REST Data Services 24.2.0
Oracle / REST Data Services
|
cpe:/a:oracle:rest_data_services:24.2.0
|
24.2.0 |
{
"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": "Oracle REST Data Services (ORDS) erm\u00f6glicht die Erstellung grundlegender RESTful Web Services unter Verwendung von PL/SQL.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Oracle REST Data Services ausnutzen, um die Integrit\u00e4t zu gef\u00e4hrden.",
"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-2025-0138 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0138.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0138 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0138"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2025 - Appendix Oracle REST Data Services vom 2025-01-21",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixREST"
}
],
"source_lang": "en-US",
"title": "Oracle REST Data Services: Schwachstelle gef\u00e4hrdet Integrit\u00e4t",
"tracking": {
"current_release_date": "2025-01-21T23:00:00.000+00:00",
"generator": {
"date": "2025-01-22T09:03:48.055+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2025-0138",
"initial_release_date": "2025-01-21T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-01-21T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "24.2.0",
"product": {
"name": "Oracle REST Data Services 24.2.0",
"product_id": "T040430",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:rest_data_services:24.2.0"
}
}
},
{
"category": "product_version",
"name": "24.3.0",
"product": {
"name": "Oracle REST Data Services 24.3.0",
"product_id": "T040431",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:rest_data_services:24.3.0"
}
}
}
],
"category": "product_name",
"name": "REST Data Services"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6763",
"notes": [
{
"category": "description",
"text": "In Oracle REST Data Services existiert eine Schwachstelle. Durch Ausnutzung dieser Schwachstelle kann ein entfernter, anonymer Angreifer die Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstelle ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu dieser Schwachstelle (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert ist hier \"LOW\" f\u00fcr \"Integrity\" und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T040431",
"T040430"
]
},
"release_date": "2025-01-21T23:00:00.000+00:00",
"title": "CVE-2024-6763"
}
]
}
WID-SEC-W-2025-0823
Vulnerability from csaf_certbund - Published: 2025-04-15 22:00 - Updated: 2025-06-03 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 9.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0
|
9.0.0 | |
|
Oracle Communications 9.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.2
|
9.0.2 | |
|
Oracle Communications 9.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.0.0
|
9.0.0.0 | |
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.2.3
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.3
|
24.2.3 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 46.6
Oracle / Communications
|
cpe:/a:oracle:communications:46.6
|
46.6 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 24.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.1.0
|
24.1.0 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 15.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0
|
15.0.0 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Communications 15.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.1
|
15.0.1 | |
|
Oracle Communications 15.0.2
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.2
|
15.0.2 | |
|
Oracle Communications 15.0.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0.0
|
15.0.0.0.0 | |
|
Oracle Communications 14.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:14.0.0
|
14.0.0 | |
|
Oracle Communications 9.1.1.9
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.1.9
|
9.1.1.9 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 9.0.1
Oracle / Communications
|
cpe:/a:oracle:communications:9.0.1
|
9.0.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.4
Oracle / Communications
|
<=24.2.4 | ||
|
Oracle Communications <=23.4.0
Oracle / Communications
|
<=23.4.0 | ||
|
Oracle Communications <=24.3.0
Oracle / Communications
|
<=24.3.0 | ||
|
Oracle Communications <=24.2.2
Oracle / Communications
|
<=24.2.2 | ||
|
Oracle Communications <=9.0.3
Oracle / Communications
|
<=9.0.3 |
{
"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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"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-2025-0823 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0823.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0823 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0823"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2025 - Appendix Oracle Communications vom 2025-04-15",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html#AppendixCGBU"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20254-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021063.html"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-06-03T22:00:00.000+00:00",
"generator": {
"date": "2025-06-04T09:28:41.594+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-0823",
"initial_release_date": "2025-04-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "46.6",
"product": {
"name": "Oracle Communications 46.6",
"product_id": "T022826",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:46.6"
}
}
},
{
"category": "product_version",
"name": "22.4.0",
"product": {
"name": "Oracle Communications 22.4.0",
"product_id": "T024981",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.0"
}
}
},
{
"category": "product_version",
"name": "9.0.0",
"product": {
"name": "Oracle Communications 9.0.0",
"product_id": "T027330",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.0"
}
}
},
{
"category": "product_version",
"name": "9.0.1",
"product": {
"name": "Oracle Communications 9.0.1",
"product_id": "T027331",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.1"
}
}
},
{
"category": "product_version",
"name": "9.0.0.0",
"product": {
"name": "Oracle Communications 9.0.0.0",
"product_id": "T030589",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.0.0"
}
}
},
{
"category": "product_version",
"name": "9.0.2",
"product": {
"name": "Oracle Communications 9.0.2",
"product_id": "T030595",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.0.2"
}
}
},
{
"category": "product_version",
"name": "15.0.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0.0",
"product_id": "T032090",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.0",
"product": {
"name": "Oracle Communications \u003c=23.4.0",
"product_id": "T032091"
}
},
{
"category": "product_version_range",
"name": "\u003c=23.4.0",
"product": {
"name": "Oracle Communications \u003c=23.4.0",
"product_id": "T032091-fixed"
}
},
{
"category": "product_version",
"name": "24.1.0",
"product": {
"name": "Oracle Communications 24.1.0",
"product_id": "T034145",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.1.0"
}
}
},
{
"category": "product_version",
"name": "5.2",
"product": {
"name": "Oracle Communications 5.2",
"product_id": "T034146",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.2"
}
}
},
{
"category": "product_version",
"name": "24.2.0",
"product": {
"name": "Oracle Communications 24.2.0",
"product_id": "T036197",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.0"
}
}
},
{
"category": "product_version",
"name": "4.1.0",
"product": {
"name": "Oracle Communications 4.1.0",
"product_id": "T036205",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.1.0"
}
}
},
{
"category": "product_version",
"name": "4.2.0",
"product": {
"name": "Oracle Communications 4.2.0",
"product_id": "T036206",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.2.0"
}
}
},
{
"category": "product_version",
"name": "9.2.0",
"product": {
"name": "Oracle Communications 9.2.0",
"product_id": "T036207",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.2.0"
}
}
},
{
"category": "product_version",
"name": "9.3.0",
"product": {
"name": "Oracle Communications 9.3.0",
"product_id": "T036208",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.3.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.3",
"product": {
"name": "Oracle Communications \u003c=9.0.3",
"product_id": "T036210"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.3",
"product": {
"name": "Oracle Communications \u003c=9.0.3",
"product_id": "T036210-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.2",
"product": {
"name": "Oracle Communications \u003c=24.2.2",
"product_id": "T038379"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.2",
"product": {
"name": "Oracle Communications \u003c=24.2.2",
"product_id": "T038379-fixed"
}
},
{
"category": "product_version",
"name": "9.1.1.9",
"product": {
"name": "Oracle Communications 9.1.1.9",
"product_id": "T040447",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.1.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.3.0",
"product": {
"name": "Oracle Communications \u003c=24.3.0",
"product_id": "T040448"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.3.0",
"product": {
"name": "Oracle Communications \u003c=24.3.0",
"product_id": "T040448-fixed"
}
},
{
"category": "product_version",
"name": "24.2.3",
"product": {
"name": "Oracle Communications 24.2.3",
"product_id": "T040449",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.3"
}
}
},
{
"category": "product_version",
"name": "24.2.5",
"product": {
"name": "Oracle Communications 24.2.5",
"product_id": "T042793",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.5"
}
}
},
{
"category": "product_version",
"name": "25.1.100",
"product": {
"name": "Oracle Communications 25.1.100",
"product_id": "T042794",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.100"
}
}
},
{
"category": "product_version",
"name": "10.0.0",
"product": {
"name": "Oracle Communications 10.0.0",
"product_id": "T042795",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.4",
"product": {
"name": "Oracle Communications \u003c=24.2.4",
"product_id": "T042796"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.4",
"product": {
"name": "Oracle Communications \u003c=24.2.4",
"product_id": "T042796-fixed"
}
},
{
"category": "product_version",
"name": "15.0.0",
"product": {
"name": "Oracle Communications 15.0.0",
"product_id": "T042797",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.1",
"product": {
"name": "Oracle Communications 15.0.1",
"product_id": "T042798",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.1"
}
}
},
{
"category": "product_version",
"name": "15.0.2",
"product": {
"name": "Oracle Communications 15.0.2",
"product_id": "T042799",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.2"
}
}
},
{
"category": "product_version",
"name": "14.0.0",
"product": {
"name": "Oracle Communications 14.0.0",
"product_id": "T042800",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:14.0.0"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-49582",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2023-49582"
},
{
"cve": "CVE-2023-51074",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2023-51074"
},
{
"cve": "CVE-2023-5388",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2023-5388"
},
{
"cve": "CVE-2023-5685",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2023-5685"
},
{
"cve": "CVE-2024-1135",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2024-12797",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-12797"
},
{
"cve": "CVE-2024-21538",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-21538"
},
{
"cve": "CVE-2024-25638",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-28168",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-28168"
},
{
"cve": "CVE-2024-28219",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-28219"
},
{
"cve": "CVE-2024-28834",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-34064",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-35195",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-37891",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38819",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38827",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-40896",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-40896"
},
{
"cve": "CVE-2024-4227",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-4227"
},
{
"cve": "CVE-2024-43044",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-43044"
},
{
"cve": "CVE-2024-47072",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-49767",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-49767"
},
{
"cve": "CVE-2024-50602",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-50602"
},
{
"cve": "CVE-2024-52046",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-52046"
},
{
"cve": "CVE-2024-52303",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-52303"
},
{
"cve": "CVE-2024-5535",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-56128",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-56128"
},
{
"cve": "CVE-2024-56337",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-56337"
},
{
"cve": "CVE-2024-57699",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2024-6763",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-6763"
},
{
"cve": "CVE-2024-7254",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2025-1974",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-1974"
},
{
"cve": "CVE-2025-23184",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-23184"
},
{
"cve": "CVE-2025-24813",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-24813"
},
{
"cve": "CVE-2025-24928",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-24970",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-27516",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-27516"
},
{
"cve": "CVE-2025-27789",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-27789"
},
{
"cve": "CVE-2025-31721",
"product_status": {
"known_affected": [
"T027330",
"T030595",
"T030589",
"T036205",
"T036206",
"T036207",
"T040449",
"T036208",
"T022826",
"T036197",
"T034146",
"T034145",
"T042794",
"T042795",
"T042797",
"T002207",
"T042798",
"T042799",
"T032090",
"T042800",
"T040447",
"T024981",
"T027331",
"T042793"
],
"last_affected": [
"T042796",
"T032091",
"T040448",
"T038379",
"T036210"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-31721"
}
]
}
WID-SEC-W-2025-1565
Vulnerability from csaf_certbund - Published: 2025-07-15 22:00 - Updated: 2025-07-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Retail Applications 23.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.0
|
23.0.0 | |
|
Oracle Retail Applications 24.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:24.0.1
|
24.0.1 | |
|
Oracle Retail Applications 16.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:16.0.3
|
16.0.3 | |
|
Oracle Retail Applications 19.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:19.0.1
|
19.0.1 | |
|
Oracle Retail Applications 21.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.0
|
21.0.0 | |
|
Oracle Retail Applications 13.2.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:13.2.5
|
13.2.5 | |
|
Oracle Retail Applications 20.0.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.1
|
20.0.1 | |
|
Oracle Retail Applications 20.0.5
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:20.0.5
|
20.0.5 | |
|
Oracle Retail Applications 14.1.3.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:14.1.3.2
|
14.1.3.2 | |
|
Oracle Retail Applications 21.0.4
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:21.0.4
|
21.0.4 | |
|
Oracle Retail Applications 22.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.2
|
22.0.2 | |
|
Oracle Retail Applications 15.0.3
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3
|
15.0.3 | |
|
Oracle Retail Applications 23.0.2
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:23.0.2
|
23.0.2 | |
|
Oracle Retail Applications 22.0.0
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:22.0.0
|
22.0.0 | |
|
Oracle Retail Applications 15.0.3.1
Oracle / Retail Applications
|
cpe:/a:oracle:retail_applications:15.0.3.1
|
15.0.3.1 |
{
"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": "Oracle Retail Applications ist eine Sammlung von Produkten zur Unterst\u00fctzung u. a. von Handelsfirmen und der Gastronomie.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Retail Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"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-2025-1565 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1565.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1565 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1565"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - July 2025 - Appendix Oracle Retail Applications vom 2025-07-15",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixRAPP"
}
],
"source_lang": "en-US",
"title": "Oracle Retail Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-15T22:00:00.000+00:00",
"generator": {
"date": "2025-07-16T08:31:56.910+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1565",
"initial_release_date": "2025-07-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "16.0.3",
"product": {
"name": "Oracle Retail Applications 16.0.3",
"product_id": "T019034",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:16.0.3"
}
}
},
{
"category": "product_version",
"name": "19.0.1",
"product": {
"name": "Oracle Retail Applications 19.0.1",
"product_id": "T019038",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:19.0.1"
}
}
},
{
"category": "product_version",
"name": "15.0.3.1",
"product": {
"name": "Oracle Retail Applications 15.0.3.1",
"product_id": "T019909",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0.3.1"
}
}
},
{
"category": "product_version",
"name": "14.1.3.2",
"product": {
"name": "Oracle Retail Applications 14.1.3.2",
"product_id": "T019910",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:14.1.3.2"
}
}
},
{
"category": "product_version",
"name": "20.0.1",
"product": {
"name": "Oracle Retail Applications 20.0.1",
"product_id": "T019911",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:20.0.1"
}
}
},
{
"category": "product_version",
"name": "15.0.3",
"product": {
"name": "Oracle Retail Applications 15.0.3",
"product_id": "T020721",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:15.0.3"
}
}
},
{
"category": "product_version",
"name": "21.0.0",
"product": {
"name": "Oracle Retail Applications 21.0.0",
"product_id": "T022878",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:21.0.0"
}
}
},
{
"category": "product_version",
"name": "13.2.5",
"product": {
"name": "Oracle Retail Applications 13.2.5",
"product_id": "T023957",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:13.2.5"
}
}
},
{
"category": "product_version",
"name": "22.0.0",
"product": {
"name": "Oracle Retail Applications 22.0.0",
"product_id": "T030616",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:22.0.0"
}
}
},
{
"category": "product_version",
"name": "23.0.0",
"product": {
"name": "Oracle Retail Applications 23.0.0",
"product_id": "T032127",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:23.0.0"
}
}
},
{
"category": "product_version",
"name": "20.0.5",
"product": {
"name": "Oracle Retail Applications 20.0.5",
"product_id": "T042831",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:20.0.5"
}
}
},
{
"category": "product_version",
"name": "21.0.4",
"product": {
"name": "Oracle Retail Applications 21.0.4",
"product_id": "T042832",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:21.0.4"
}
}
},
{
"category": "product_version",
"name": "22.0.2",
"product": {
"name": "Oracle Retail Applications 22.0.2",
"product_id": "T042833",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:22.0.2"
}
}
},
{
"category": "product_version",
"name": "23.0.2",
"product": {
"name": "Oracle Retail Applications 23.0.2",
"product_id": "T042834",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:23.0.2"
}
}
},
{
"category": "product_version",
"name": "24.0.1",
"product": {
"name": "Oracle Retail Applications 24.0.1",
"product_id": "T042835",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:retail_applications:24.0.1"
}
}
}
],
"category": "product_name",
"name": "Retail Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-34169",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2022-34169"
},
{
"cve": "CVE-2024-38819",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-47072",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-6763",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-6763"
},
{
"cve": "CVE-2025-24970",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T032127",
"T042835",
"T019034",
"T019038",
"T022878",
"T023957",
"T019911",
"T042831",
"T019910",
"T042832",
"T042833",
"T020721",
"T042834",
"T030616",
"T019909"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48734"
}
]
}
WID-SEC-W-2025-1572
Vulnerability from csaf_certbund - Published: 2025-07-15 22:00 - Updated: 2025-07-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Fusion Middleware 14.1.2.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.2.0.0
|
14.1.2.0.0 | |
|
Oracle Fusion Middleware 12.2.1.4.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:12.2.1.4.0
|
12.2.1.4.0 | |
|
Oracle Fusion Middleware 8.5.7
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:8.5.7
|
8.5.7 | |
|
Oracle Fusion Middleware 14.1.1.0.0
Oracle / Fusion Middleware
|
cpe:/a:oracle:fusion_middleware:14.1.1.0.0
|
14.1.1.0.0 |
{
"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": "Oracle Fusion Middleware b\u00fcndelt mehrere Produkte zur Erstellung, Betrieb und Management von intelligenten Business Anwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\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-2025-1572 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1572.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1572 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1572"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - July 2025 - Appendix Oracle Fusion Middleware vom 2025-07-15",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixFMW"
}
],
"source_lang": "en-US",
"title": "Oracle Fusion Middleware: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-15T22:00:00.000+00:00",
"generator": {
"date": "2025-07-16T08:31:59.092+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1572",
"initial_release_date": "2025-07-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "12.2.1.4.0",
"product": {
"name": "Oracle Fusion Middleware 12.2.1.4.0",
"product_id": "751674",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.4.0"
}
}
},
{
"category": "product_version",
"name": "14.1.1.0.0",
"product": {
"name": "Oracle Fusion Middleware 14.1.1.0.0",
"product_id": "829576",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:14.1.1.0.0"
}
}
},
{
"category": "product_version",
"name": "8.5.7",
"product": {
"name": "Oracle Fusion Middleware 8.5.7",
"product_id": "T034057",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:8.5.7"
}
}
},
{
"category": "product_version",
"name": "14.1.2.0.0",
"product": {
"name": "Oracle Fusion Middleware 14.1.2.0.0",
"product_id": "T040467",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:fusion_middleware:14.1.2.0.0"
}
}
}
],
"category": "product_name",
"name": "Fusion Middleware"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-45693",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2022-45693"
},
{
"cve": "CVE-2023-42917",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2023-42917"
},
{
"cve": "CVE-2024-12801",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-12801"
},
{
"cve": "CVE-2024-26308",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-26308"
},
{
"cve": "CVE-2024-38477",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38477"
},
{
"cve": "CVE-2024-38819",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38828",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38828"
},
{
"cve": "CVE-2024-47072",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-52046",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-52046"
},
{
"cve": "CVE-2024-57699",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2024-6763",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-6763"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2024-8184",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-8184"
},
{
"cve": "CVE-2024-9143",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2025-0725",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-0725"
},
{
"cve": "CVE-2025-24928",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-27553",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27553"
},
{
"cve": "CVE-2025-27817",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-29482",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-29482"
},
{
"cve": "CVE-2025-30753",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-30753"
},
{
"cve": "CVE-2025-30762",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-30762"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-31672",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-31672"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-49146",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-49146"
},
{
"cve": "CVE-2025-50064",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-50064"
},
{
"cve": "CVE-2025-50072",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-50072"
},
{
"cve": "CVE-2025-50073",
"product_status": {
"known_affected": [
"T040467",
"751674",
"T034057",
"829576"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-50073"
}
]
}
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.