Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-36478 (GCVE-0-2023-36478)
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
eclipse | jetty.project |
Version: >= 10.0.0, < 10.0.16 Version: >= 11.0.0, < 11.0.16 Version: >= 9.3.0, < 9.4.53 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T16:45:57.038Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "name": "https://github.com/eclipse/jetty.project/pull/9634", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "tags": [ "x_transferred" ], "url": "https://www.debian.org/security/2023/dsa-5540" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "jetty.project", "vendor": "eclipse", "versions": [ { "status": "affected", "version": "\u003e= 10.0.0, \u003c 10.0.16" }, { "status": "affected", "version": "\u003e= 11.0.0, \u003c 11.0.16" }, { "status": "affected", "version": "\u003e= 9.3.0, \u003c 9.4.53" } ] } ], "descriptions": [ { "lang": "en", "value": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds." } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-190", "description": "CWE-190: Integer Overflow or Wraparound", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-400", "description": "CWE-400: Uncontrolled Resource Consumption", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-21T19:08:04.429Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "name": "https://github.com/eclipse/jetty.project/pull/9634", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "url": "https://www.debian.org/security/2023/dsa-5540" }, { "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" }, { "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" } ], "source": { "advisory": "GHSA-wgh7-54f2-x98r", "discovery": "UNKNOWN" }, "title": "HTTP/2 HPACK integer overflow and buffer allocation" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-36478", "datePublished": "2023-10-10T16:53:07.063Z", "dateReserved": "2023-06-21T18:50:41.704Z", "dateUpdated": "2025-02-13T16:56:19.080Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-36478\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-10-10T17:15:11.737\",\"lastModified\":\"2024-11-21T08:09:47.717\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.\"},{\"lang\":\"es\",\"value\":\"Eclipse Jetty proporciona un servidor web y un contenedor de servlets. En las versiones 11.0.0 a 11.0.15, 10.0.0 a 10.0.15 y 9.0.0 a 9.4.52, un desbordamiento de enteros en `MetaDataBuilder.checkSize` permite que los valores del encabezado HTTP/2 HPACK excedan su l\u00edmite de tama\u00f1o. `MetaDataBuilder.java` determina si el nombre o valor de un encabezado excede el l\u00edmite de tama\u00f1o y genera una excepci\u00f3n si se excede el l\u00edmite. Sin embargo, cuando la longitud es muy grande y Huffman es verdadera, la multiplicaci\u00f3n por 4 en la l\u00ednea 295 se desbordar\u00e1 y la longitud se volver\u00e1 negativa. `(_size+length)` ahora ser\u00e1 negativo y la verificaci\u00f3n en la l\u00ednea 296 no se activar\u00e1. Adem\u00e1s, `MetaDataBuilder.checkSize` permite que los tama\u00f1os de los valores del encabezado HPACK ingresados por el usuario sean negativos, lo que podr\u00eda generar una asignaci\u00f3n de b\u00fafer muy grande m\u00e1s adelante cuando el tama\u00f1o ingresado por el usuario se multiplique por 2. Esto significa que si un usuario proporciona un tama\u00f1o con valor de longitud negativo (o, m\u00e1s precisamente, un valor de longitud que, cuando se multiplica por el factor de manipulaci\u00f3n 4/3, es negativo), y este valor de longitud es un n\u00famero positivo muy grande cuando se multiplica por 2, entonces el usuario puede causar un valor de longitud muy grande de b\u00fafer que se asignar\u00e1 en el servidor. Los usuarios de HTTP/2 pueden verse afectados por un ataque remoto de denegaci\u00f3n de servicio. El problema se solucion\u00f3 en las versiones 11.0.16, 10.0.16 y 9.4.53. No se conocen workarounds.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"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:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.3.0\",\"versionEndExcluding\":\"9.4.53\",\"matchCriteriaId\":\"0780793A-2F4A-452B-BCC8-1945E57C3C49\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.0.16\",\"matchCriteriaId\":\"1D15B5CF-CDFA-4303-8A9F-CF2FAD8E10CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"11.0.0\",\"versionEndExcluding\":\"11.0.16\",\"matchCriteriaId\":\"9153C468-135C-49C4-B33B-1828E37AF483\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:*\",\"versionEndExcluding\":\"2.414.3\",\"matchCriteriaId\":\"16B24AD0-318F-4E5D-B2BF-DD61A7C033CF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jenkins:jenkins:*:*:*:*:-:*:*:*\",\"versionEndExcluding\":\"2.428\",\"matchCriteriaId\":\"156AD017-ABC8-49EC-BB4F-79C55D6B2BC1\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"46D69DCC-AE4D-4EA5-861C-D60951444C6C\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/10/18/4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/eclipse/jetty.project/pull/9634\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231116-0011/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5540\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/10/18/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/eclipse/jetty.project/pull/9634\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231116-0011/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5540\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
CERTFR-2024-AVI-0180
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4 Fix Pack 3 | ||
IBM | Cognos Analytics | Cognos Analytics versions 11.1.x antérieures à 11.1.7 Fix Pack 8 | ||
IBM | AIX | AIX versions 7.2 et 7.3 sans le dernier correctif de sécurité OpenSSH | ||
IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.2 | ||
IBM | WebSphere | Websphere Liberty versions antérieures à 23.0.0.12 | ||
IBM | VIOS | VIOS versions 3.1 et 4.1 sans le dernier correctif de sécurité OpenSSH | ||
IBM | Cloud Pak | Cognos Dashboards on Cloud Pak for Data versions antérieures à 4.8.3 | ||
IBM | N/A | Cognos Command Center versions antérieures à 10.2.5 IF1 | ||
IBM | Cognos Transformer | Cognos Transformer versions antérieures à 11.1.7 Fix Pack 8 |
Title | Publication Time | Tags | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 Fix Pack 3", "product": { "name": "Cognos Analytics", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Analytics versions 11.1.x ant\u00e9rieures \u00e0 11.1.7 Fix Pack 8", "product": { "name": "Cognos Analytics", "vendor": { "name": "IBM", "scada": false } } }, { "description": "AIX versions 7.2 et 7.3 sans le dernier correctif de s\u00e9curit\u00e9 OpenSSH", "product": { "name": "AIX", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.2", "product": { "name": "Cognos Analytics", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Websphere Liberty versions ant\u00e9rieures \u00e0 23.0.0.12", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "VIOS versions 3.1 et 4.1 sans le dernier correctif de s\u00e9curit\u00e9 OpenSSH", "product": { "name": "VIOS", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Dashboards on Cloud Pak for Data versions ant\u00e9rieures \u00e0 4.8.3", "product": { "name": "Cloud Pak", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Command Center versions ant\u00e9rieures \u00e0 10.2.5 IF1", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Transformer versions ant\u00e9rieures \u00e0 11.1.7 Fix Pack 8", "product": { "name": "Cognos Transformer", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-0216", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0216" }, { "name": "CVE-2021-44906", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44906" }, { "name": "CVE-2023-21938", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21938" }, { "name": "CVE-2023-0401", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0401" }, { "name": "CVE-2023-21843", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21843" }, { "name": "CVE-2022-21426", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21426" }, { "name": "CVE-2021-35586", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35586" }, { "name": "CVE-2023-1370", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1370" }, { "name": "CVE-2023-45857", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45857" }, { "name": "CVE-2021-35550", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35550" }, { "name": "CVE-2023-51385", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51385" }, { "name": "CVE-2023-46234", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46234" }, { "name": "CVE-2023-38359", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38359" }, { "name": "CVE-2021-3572", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3572" }, { "name": "CVE-2023-21954", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21954" }, { "name": "CVE-2022-4304", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4304" }, { "name": "CVE-2023-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21939" }, { "name": "CVE-2023-21830", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21830" }, { "name": "CVE-2023-3817", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3817" }, { "name": "CVE-2023-0215", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0215" }, { "name": "CVE-2023-0286", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0286" }, { "name": "CVE-2022-21299", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21299" }, { "name": "CVE-2023-50324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50324" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-45133", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45133" }, { "name": "CVE-2020-28458", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28458" }, { "name": "CVE-2023-26115", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26115" }, { "name": "CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "name": "CVE-2023-0466", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0466" }, { "name": "CVE-2023-0465", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0465" }, { "name": "CVE-2023-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22081" }, { "name": "CVE-2022-4203", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4203" }, { "name": "CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "name": "CVE-2021-4160", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4160" }, { "name": "CVE-2021-35559", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35559" }, { "name": "CVE-2023-0217", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0217" }, { "name": "CVE-2021-43138", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43138" }, { "name": "CVE-2023-48795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-48795" }, { "name": "CVE-2021-35565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35565" }, { "name": "CVE-2023-30589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30589" }, { "name": "CVE-2021-23445", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23445" }, { "name": "CVE-2021-35603", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35603" }, { "name": "CVE-2022-46364", "url": "https://www.cve.org/CVERecord?id=CVE-2022-46364" }, { "name": "CVE-2021-3711", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3711" }, { "name": "CVE-2023-0464", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0464" }, { "name": "CVE-2021-3449", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3449" }, { "name": "CVE-2022-40609", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40609" }, { "name": "CVE-2023-32344", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32344" }, { "name": "CVE-2023-43051", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43051" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2019-1547", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1547" }, { "name": "CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "name": "CVE-2021-35588", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35588" }, { "name": "CVE-2021-23839", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23839" }, { "name": "CVE-2023-30588", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30588" }, { "name": "CVE-2012-5784", "url": "https://www.cve.org/CVERecord?id=CVE-2012-5784" }, { "name": "CVE-2023-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21937" }, { "name": "CVE-2022-4450", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4450" }, { "name": "CVE-2021-41035", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41035" }, { "name": "CVE-2023-2650", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2650" }, { "name": "CVE-2018-8032", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8032" }, { "name": "CVE-2022-21434", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21434" }, { "name": "CVE-2023-2597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2597" }, { "name": "CVE-2022-34169", "url": "https://www.cve.org/CVERecord?id=CVE-2022-34169" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2022-0778", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0778" }, { "name": "CVE-2022-41854", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41854" }, { "name": "CVE-2021-35578", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35578" }, { "name": "CVE-2021-28167", "url": "https://www.cve.org/CVERecord?id=CVE-2021-28167" }, { "name": "CVE-2023-5676", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5676" }, { "name": "CVE-2022-2097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2097" }, { "name": "CVE-2021-31684", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31684" }, { "name": "CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "name": "CVE-2010-2084", "url": "https://www.cve.org/CVERecord?id=CVE-2010-2084" }, { "name": "CVE-2019-0227", "url": "https://www.cve.org/CVERecord?id=CVE-2019-0227" }, { "name": "CVE-2021-3712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3712" }, { "name": "CVE-2023-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21968" }, { "name": "CVE-2023-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21930" }, { "name": "CVE-2023-24998", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24998" }, { "name": "CVE-2022-34357", "url": "https://www.cve.org/CVERecord?id=CVE-2022-34357" }, { "name": "CVE-2021-35564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35564" }, { "name": "CVE-2021-23840", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23840" }, { "name": "CVE-2023-46158", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46158" }, { "name": "CVE-2014-3596", "url": "https://www.cve.org/CVERecord?id=CVE-2014-3596" }, { "name": "CVE-2022-21496", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21496" }, { "name": "CVE-2021-35556", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35556" }, { "name": "CVE-2022-1471", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1471" }, { "name": "CVE-2023-26136", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26136" }, { "name": "CVE-2022-21443", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21443" }, { "name": "CVE-2021-23841", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23841" }, { "name": "CVE-2021-35560", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35560" }, { "name": "CVE-2023-51384", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51384" }, { "name": "CVE-2022-34165", "url": "https://www.cve.org/CVERecord?id=CVE-2022-34165" }, { "name": "CVE-2023-30996", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30996" }, { "name": "CVE-2023-3446", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3446" }, { "name": "CVE-2023-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21967" } ], "initial_release_date": "2024-03-01T00:00:00", "last_revision_date": "2024-03-01T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0180", "revisions": [ { "description": "Version initiale", "revision_date": "2024-03-01T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7112541 du 23 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7112541" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7125640 du 28 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7125640" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7124466 du 28 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7124466" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7112504 du 28 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7112504" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7125461 du 28 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7125461" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7123154 du 23 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7123154" } ] }
CERTFR-2025-AVI-0255
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Vendor | Product | Description | ||
---|---|---|---|---|
IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP11 IF02 | ||
IBM | WebSphere | WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.x antérieures à 25.0.0.3 sans le correctif PH65394 ou antérieures à 25.0.0.4 (disponible au deuxième trimestre 2025) | ||
IBM | Sterling | Sterling Connect:Direct pour HP NonStop versions 3.6.x antérieures à 3.6.0.6 iFix000 | ||
IBM | Sterling Control Center | Sterling Control Center versions 6.2.1.x antérieures à 6.2.1.0 iFix15 | ||
IBM | Sterling Control Center | Sterling Control Center versions 6.3.1.x antérieures à 6.3.1.0 iFix04 |
Title | Publication Time | Tags | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP11 IF02", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 25.0.x ant\u00e9rieures \u00e0 25.0.0.3 sans le correctif PH65394 ou ant\u00e9rieures \u00e0 25.0.0.4 (disponible au deuxi\u00e8me trimestre 2025)", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect:Direct pour HP NonStop versions 3.6.x ant\u00e9rieures \u00e0 3.6.0.6 iFix000", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Control Center versions 6.2.1.x ant\u00e9rieures \u00e0 6.2.1.0 iFix15", "product": { "name": "Sterling Control Center", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Control Center versions 6.3.1.x ant\u00e9rieures \u00e0 6.3.1.0 iFix04", "product": { "name": "Sterling Control Center", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2024-50142", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50142" }, { "name": "CVE-2023-33201", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33201" }, { "name": "CVE-2022-45688", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45688" }, { "name": "CVE-2024-50275", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50275" }, { "name": "CVE-2022-4304", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4304" }, { "name": "CVE-2023-0215", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0215" }, { "name": "CVE-2023-0286", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0286" }, { "name": "CVE-2023-26049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26049" }, { "name": "CVE-2024-50192", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50192" }, { "name": "CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "name": "CVE-2024-50082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50082" }, { "name": "CVE-2024-53122", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53122" }, { "name": "CVE-2024-26935", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26935" }, { "name": "CVE-2024-50264", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50264" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2024-53088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53088" }, { "name": "CVE-2023-28439", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28439" }, { "name": "CVE-2024-46695", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46695" }, { "name": "CVE-2024-49949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49949" }, { "name": "CVE-2024-50099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50099" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2025-23184", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23184" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2024-50256", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50256" }, { "name": "CVE-2023-26048", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26048" }, { "name": "CVE-2024-50110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50110" }, { "name": "CVE-2024-3661", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3661" } ], "initial_release_date": "2025-03-28T00:00:00", "last_revision_date": "2025-03-28T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0255", "revisions": [ { "description": "Version initiale", "revision_date": "2025-03-28T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": "2025-03-24", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7228857", "url": "https://www.ibm.com/support/pages/node/7228857" }, { "published_at": "2025-03-26", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7184085", "url": "https://www.ibm.com/support/pages/node/7184085" }, { "published_at": "2025-03-26", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7229079", "url": "https://www.ibm.com/support/pages/node/7229079" }, { "published_at": "2025-03-28", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7229377", "url": "https://www.ibm.com/support/pages/node/7229377" }, { "published_at": "2025-03-24", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7228856", "url": "https://www.ibm.com/support/pages/node/7228856" } ] }
CERTFR-2024-AVI-0031
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | N/A | Dd2 versions 11.5.x antérieures à 11.5.8 ou 11.5.9 | ||
IBM | N/A | Dd2 versions 10.5.0.x antérieures à 10.5 FP11 | ||
IBM | N/A | Cognos Command Center version 10.2.4.1, migrer sur la version 10.2.5 | ||
IBM | Sterling | Sterling Order Management version 10.0 sans les derniers correctifs de sécurité | ||
IBM | N/A | Dd2 versions 11.1.4.x antérieures à 11.1.4 FP7 |
Title | Publication Time | Tags | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Dd2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.8 ou 11.5.9", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Dd2 versions 10.5.0.x ant\u00e9rieures \u00e0 10.5 FP11", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Command Center version 10.2.4.1, migrer sur la version 10.2.5", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Order Management version 10.0 sans les derniers correctifs de s\u00e9curit\u00e9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Dd2 versions 11.1.4.x ant\u00e9rieures \u00e0 11.1.4 FP7", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2021-21409", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21409" }, { "name": "CVE-2020-7238", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7238" }, { "name": "CVE-2019-20444", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20444" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2021-37137", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37137" }, { "name": "CVE-2020-11612", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11612" }, { "name": "CVE-2023-22036", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22036" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2021-37136", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37136" }, { "name": "CVE-2021-21295", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21295" }, { "name": "CVE-2023-47145", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47145" }, { "name": "CVE-2021-38153", "url": "https://www.cve.org/CVERecord?id=CVE-2021-38153" }, { "name": "CVE-2018-17196", "url": "https://www.cve.org/CVERecord?id=CVE-2018-17196" }, { "name": "CVE-2021-43797", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43797" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2019-9518", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9518" }, { "name": "CVE-2021-21290", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21290" }, { "name": "CVE-2021-25741", "url": "https://www.cve.org/CVERecord?id=CVE-2021-25741" }, { "name": "CVE-2019-16869", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16869" }, { "name": "CVE-2019-20445", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20445" } ], "initial_release_date": "2024-01-12T00:00:00", "last_revision_date": "2024-01-12T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0031", "revisions": [ { "description": "Version initiale", "revision_date": "2024-01-12T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un\nprobl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, un d\u00e9ni de service \u00e0\ndistance et un contournement de la politique de s\u00e9curit\u00e9.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 6830983 du 05 janvier 2024", "url": "https://www.ibm.com/support/pages/node/6830983" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 6831013 du 05 janvier 2024", "url": "https://www.ibm.com/support/pages/node/6831013" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7105500 du 06 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7105500" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 6830977 du 05 janvier 2024", "url": "https://www.ibm.com/support/pages/node/6830977" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7062347 du 11 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7062347" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 6831007 du 05 janvier 2024", "url": "https://www.ibm.com/support/pages/node/6831007" } ] }
CERTFR-2023-AVI-0976
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling Connect:Direct | Services Web IBM Sterling Connect:Direct versions 6.2.x antérieures à 6.2.0.20 | ||
IBM | Sterling Connect:Direct | Interface utilisateur IBM Sterling Connect:Direct versions 1.x antérieures à 1.5.0.2 iFix-39 | ||
IBM | QRadar | Agent QRadar WinCollect (Standalone) versions antérieures à 10.1.8 | ||
IBM | Sterling Connect:Direct | Services Web IBM Sterling Connect:Direct versions 6.0.x à 6.1.x antérieures à 6.1.0.22 | ||
IBM | QRadar | Suite QRadar versions 1.10.x antérieures à 1.10.17.0 | ||
IBM | Sterling | IBM Sterling B2B Integrator versions 6.0.x antérieures à 6.0.3.9 | ||
IBM | Sterling | IBM Sterling B2B Integrator versions 6.1.0.x à 6.1.2.x antérieures à 6.1.2.3 | ||
IBM | Cloud Pak | Cloud Pak for Security versions 1.10.x antérieures à 1.10.17.0 | ||
IBM | Sterling Connect:Direct | Services Web IBM Sterling Connect:Direct versions 6.3.x antérieures à 6.3.0.5 |
Title | Publication Time | Tags | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Services Web IBM Sterling Connect:Direct versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.20", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Interface utilisateur IBM Sterling Connect:Direct versions 1.x ant\u00e9rieures \u00e0 1.5.0.2 iFix-39", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Agent QRadar WinCollect (Standalone) versions ant\u00e9rieures \u00e0 10.1.8", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Services Web IBM Sterling Connect:Direct versions 6.0.x \u00e0 6.1.x ant\u00e9rieures \u00e0 6.1.0.22", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Suite QRadar versions 1.10.x ant\u00e9rieures \u00e0 1.10.17.0", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling B2B Integrator versions 6.0.x ant\u00e9rieures \u00e0 6.0.3.9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling B2B Integrator versions 6.1.0.x \u00e0 6.1.2.x ant\u00e9rieures \u00e0 6.1.2.3", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cloud Pak for Security versions 1.10.x ant\u00e9rieures \u00e0 1.10.17.0", "product": { "name": "Cloud Pak", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Services Web IBM Sterling Connect:Direct versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.5", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2022-27191", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27191" }, { "name": "CVE-2021-37701", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37701" }, { "name": "CVE-2022-24921", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24921" }, { "name": "CVE-2022-28327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28327" }, { "name": "CVE-2022-36313", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36313" }, { "name": "CVE-2021-42248", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42248" }, { "name": "CVE-2021-33196", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33196" }, { "name": "CVE-2021-31525", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31525" }, { "name": "CVE-2021-32804", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32804" }, { "name": "CVE-2021-33198", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33198" }, { "name": "CVE-2022-45061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061" }, { "name": "CVE-2020-16845", "url": "https://www.cve.org/CVERecord?id=CVE-2020-16845" }, { "name": "CVE-2022-25883", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25883" }, { "name": "CVE-2020-28367", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28367" }, { "name": "CVE-2022-41966", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41966" }, { "name": "CVE-2022-0391", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0391" }, { "name": "CVE-2021-38297", "url": "https://www.cve.org/CVERecord?id=CVE-2021-38297" }, { "name": "CVE-2020-10735", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10735" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-26279", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26279" }, { "name": "CVE-2022-40153", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40153" }, { "name": "CVE-2021-41771", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41771" }, { "name": "CVE-2021-33197", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33197" }, { "name": "CVE-2021-27918", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27918" }, { "name": "CVE-2021-37713", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37713" }, { "name": "CVE-2020-15586", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15586" }, { "name": "CVE-2021-39293", "url": "https://www.cve.org/CVERecord?id=CVE-2021-39293" }, { "name": "CVE-2021-37712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37712" }, { "name": "CVE-2022-38749", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38749" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2022-40152", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40152" }, { "name": "CVE-2021-4189", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4189" }, { "name": "CVE-2021-3426", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3426" }, { "name": "CVE-2022-24675", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24675" }, { "name": "CVE-2021-32803", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32803" }, { "name": "CVE-2022-40151", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40151" }, { "name": "CVE-2022-23806", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23806" }, { "name": "CVE-2021-36221", "url": "https://www.cve.org/CVERecord?id=CVE-2021-36221" }, { "name": "CVE-2022-23773", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23773" }, { "name": "CVE-2021-3737", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3737" }, { "name": "CVE-2022-23772", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23772" }, { "name": "CVE-2022-36777", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36777" }, { "name": "CVE-2023-32001", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32001" }, { "name": "CVE-2021-41772", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41772" }, { "name": "CVE-2017-18640", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18640" }, { "name": "CVE-2021-3114", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3114" }, { "name": "CVE-2023-34104", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34104" }, { "name": "CVE-2021-29923", "url": "https://www.cve.org/CVERecord?id=CVE-2021-29923" }, { "name": "CVE-2022-41854", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41854" }, { "name": "CVE-2020-24553", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24553" }, { "name": "CVE-2021-42836", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42836" }, { "name": "CVE-2021-44716", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44716" }, { "name": "CVE-2023-1255", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1255" }, { "name": "CVE-2020-28362", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28362" }, { "name": "CVE-2022-25857", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25857" }, { "name": "CVE-2022-38751", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38751" }, { "name": "CVE-2022-38752", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38752" }, { "name": "CVE-2023-24998", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24998" }, { "name": "CVE-2022-38750", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38750" }, { "name": "CVE-2022-40156", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40156" }, { "name": "CVE-2022-40155", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40155" }, { "name": "CVE-2022-1471", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1471" }, { "name": "CVE-2023-41080", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41080" }, { "name": "CVE-2023-38039", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38039" }, { "name": "CVE-2015-20107", "url": "https://www.cve.org/CVERecord?id=CVE-2015-20107" }, { "name": "CVE-2021-39008", "url": "https://www.cve.org/CVERecord?id=CVE-2021-39008" }, { "name": "CVE-2020-14039", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14039" }, { "name": "CVE-2022-40154", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40154" }, { "name": "CVE-2020-28366", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28366" }, { "name": "CVE-2021-33195", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33195" }, { "name": "CVE-2022-48303", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48303" } ], "initial_release_date": "2023-11-23T00:00:00", "last_revision_date": "2023-11-23T00:00:00", "links": [], "reference": "CERTFR-2023-AVI-0976", "revisions": [ { "description": "Version initiale", "revision_date": "2023-11-23T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une\nex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance\net un contournement de la politique de s\u00e9curit\u00e9.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080118 du 20 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080118" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080174 du 21 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080174" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080106 du 20 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080106" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080058 du 20 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080058" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080117 du 20 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080117" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080177 du 21 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080177" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7080176 du 21 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7080176" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7081403 du 22 novembre 2023", "url": "https://www.ibm.com/support/pages/node/7081403" } ] }
CERTFR-2024-AVI-0113
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling | Sterling File Gateway version 6.1.x antérieures à 6.1.2.4 | ||
IBM | Sterling | Sterling B2B Integrator version 6.0.x antérieures à 6.0.3.9 | ||
IBM | MaaS360 | MaaS360 Cloud Extender Agent versions antérieures à 3.000.300.025 | ||
IBM | MaaS360 | MaaS360 Mobile Enterprise Gateway versions antérieures à 3.000.400 | ||
IBM | Sterling | Sterling File Gateway version 6.0.x antérieures à 6.0.3.9 | ||
IBM | QRadar | QRadar Pulse App versions antérieures à 2.2.12 | ||
IBM | Sterling | Sterling B2B Integrator version 6.1.x antérieures à 6.1.2.4 | ||
IBM | MaaS360 | MaaS360 VPN versions antérieures à 3.000.400 | ||
IBM | Sterling | Sterling Transformation Extender versions 10.1.0, 10.1.1, 10.1.2 et 11.0.0 sans le correctif de sécurité APAR PH58718 | ||
IBM | Sterling Control Center | Sterling Control Center versions antérieures à 6.3.0.0 iFix04 |
Title | Publication Time | Tags | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Sterling File Gateway version 6.1.x ant\u00e9rieures \u00e0 6.1.2.4", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling B2B Integrator version 6.0.x ant\u00e9rieures \u00e0 6.0.3.9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "MaaS360 Cloud Extender Agent versions ant\u00e9rieures \u00e0 3.000.300.025", "product": { "name": "MaaS360", "vendor": { "name": "IBM", "scada": false } } }, { "description": "MaaS360 Mobile Enterprise Gateway versions ant\u00e9rieures \u00e0 3.000.400", "product": { "name": "MaaS360", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling File Gateway version 6.0.x ant\u00e9rieures \u00e0 6.0.3.9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar Pulse App versions ant\u00e9rieures \u00e0 2.2.12", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling B2B Integrator version 6.1.x ant\u00e9rieures \u00e0 6.1.2.4", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "MaaS360 VPN versions ant\u00e9rieures \u00e0 3.000.400", "product": { "name": "MaaS360", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Transformation Extender versions 10.1.0, 10.1.1, 10.1.2 et 11.0.0 sans le correctif de s\u00e9curit\u00e9 APAR PH58718", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Control Center versions ant\u00e9rieures \u00e0 6.3.0.0 iFix04", "product": { "name": "Sterling Control Center", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-46308", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46308" }, { "name": "CVE-2010-3300", "url": "https://www.cve.org/CVERecord?id=CVE-2010-3300" }, { "name": "CVE-2022-25883", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25883" }, { "name": "CVE-2023-4807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4807" }, { "name": "CVE-2023-34462", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462" }, { "name": "CVE-2023-34454", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34454" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-5363", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5363" }, { "name": "CVE-2023-32559", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32559" }, { "name": "CVE-2023-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22081" }, { "name": "CVE-2023-34453", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34453" }, { "name": "CVE-2023-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22067" }, { "name": "CVE-2022-40609", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40609" }, { "name": "CVE-2023-34455", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34455" }, { "name": "CVE-2023-46849", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46849" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-34396", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34396" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2023-5676", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5676" }, { "name": "CVE-2023-20883", "url": "https://www.cve.org/CVERecord?id=CVE-2023-20883" }, { "name": "CVE-2023-32006", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32006" }, { "name": "CVE-2023-32002", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32002" }, { "name": "CVE-2023-34149", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34149" }, { "name": "CVE-2016-1000027", "url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027" }, { "name": "CVE-2023-46850", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46850" } ], "initial_release_date": "2024-02-09T00:00:00", "last_revision_date": "2024-02-09T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0113", "revisions": [ { "description": "Version initiale", "revision_date": "2024-02-09T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0 distance et\nun d\u00e9ni de service \u00e0 distance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7116082 du 07 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7116082" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7115287 du 06 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7115287" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7114777 du 05 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7114777" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7116078 du 07 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7116078" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7116073 du 07 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7116073" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7116050 du 07 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7116050" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7116376 du 09 f\u00e9vrier 2024", "url": "https://www.ibm.com/support/pages/node/7116376" } ] }
CERTFR-2024-AVI-0199
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | WebSphere | WebSphere Service Registry and Repository versions 8.5.x antérieures à WSRR V8.5.6.3_IJ40949_IJ45702_IJ48644_IJ48939_IJ48940 | ||
IBM | WebSphere | WebSphere Service Registry and Repository Studio versions 8.5.x sans le dernier correctif de sécurité V8.5.6.3_IJ50069 | ||
IBM | Cloud Pak | Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.19.0 | ||
IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.19.0 | ||
IBM | Sterling | Sterling External Authentication Server versions antérieures à 6.0.3 sans le correctif de sécurité iFix 10 | ||
IBM | Sterling | Sterling External Authentication Server versions antérieures à 6.1.0 sans le correctif de sécurité iFix 06 |
Title | Publication Time | Tags | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "WebSphere Service Registry and Repository versions 8.5.x ant\u00e9rieures \u00e0 WSRR V8.5.6.3_IJ40949_IJ45702_IJ48644_IJ48939_IJ48940", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "WebSphere Service Registry and Repository Studio versions 8.5.x sans le dernier correctif de s\u00e9curit\u00e9 V8.5.6.3_IJ50069", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.19.0", "product": { "name": "Cloud Pak", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.19.0", "product": { "name": "QRadar Suite Software", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling External Authentication Server versions ant\u00e9rieures \u00e0 6.0.3 sans le correctif de s\u00e9curit\u00e9 iFix 10", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling External Authentication Server versions ant\u00e9rieures \u00e0 6.1.0 sans le correctif de s\u00e9curit\u00e9 iFix 06", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2018-1099", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1099" }, { "name": "CVE-2023-45857", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45857" }, { "name": "CVE-2024-24762", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24762" }, { "name": "CVE-2021-43816", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43816" }, { "name": "CVE-2022-25883", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25883" }, { "name": "CVE-2024-20921", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20921" }, { "name": "CVE-2022-31030", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31030" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22081" }, { "name": "CVE-2018-8088", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8088" }, { "name": "CVE-2023-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22067" }, { "name": "CVE-2020-15106", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15106" }, { "name": "CVE-2022-38749", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38749" }, { "name": "CVE-2021-32760", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32760" }, { "name": "CVE-2023-34478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34478" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "name": "CVE-2023-25153", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25153" }, { "name": "CVE-2023-33850", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33850" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22045" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2022-41854", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41854" }, { "name": "CVE-2021-21334", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21334" }, { "name": "CVE-2023-5676", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5676" }, { "name": "CVE-2022-25857", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25857" }, { "name": "CVE-2022-38751", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38751" }, { "name": "CVE-2022-38752", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38752" }, { "name": "CVE-2024-20918", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20918" }, { "name": "CVE-2022-38750", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38750" }, { "name": "CVE-2022-23471", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23471" }, { "name": "CVE-2024-23829", "url": "https://www.cve.org/CVERecord?id=CVE-2024-23829" }, { "name": "CVE-2022-1471", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1471" }, { "name": "CVE-2023-47248", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47248" }, { "name": "CVE-2018-16886", "url": "https://www.cve.org/CVERecord?id=CVE-2018-16886" }, { "name": "CVE-2022-23648", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23648" }, { "name": "CVE-2023-42282", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42282" }, { "name": "CVE-2023-39325", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325" }, { "name": "CVE-2024-20945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20945" }, { "name": "CVE-2023-22602", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22602" }, { "name": "CVE-2021-41103", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41103" }, { "name": "CVE-2023-40743", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40743" }, { "name": "CVE-2024-20952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20952" }, { "name": "CVE-2017-16137", "url": "https://www.cve.org/CVERecord?id=CVE-2017-16137" }, { "name": "CVE-2024-23334", "url": "https://www.cve.org/CVERecord?id=CVE-2024-23334" } ], "initial_release_date": "2024-03-08T00:00:00", "last_revision_date": "2024-03-08T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0199", "revisions": [ { "description": "Version initiale", "revision_date": "2024-03-08T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7130806 du 07 mars 2024", "url": "https://www.ibm.com/support/pages/node/7130806" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7129989 du 06 mars 2024", "url": "https://www.ibm.com/support/pages/node/7129989" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7129833 du 04 mars 2024", "url": "https://www.ibm.com/support/pages/node/7129833" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7129327 du 01 mars 2024", "url": "https://www.ibm.com/support/pages/node/7129327" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7129821 du 04 mars 2024", "url": "https://www.ibm.com/support/pages/node/7129821" } ] }
CERTFR-2023-AVI-1062
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Juniper Secure Analytics. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
Juniper Networks | Secure Analytics | Juniper Secure Analytics versions antérieures à 7.5.0 UP7 IF03 |
Title | Publication Time | Tags | |||
---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Juniper Secure Analytics versions ant\u00e9rieures \u00e0 7.5.0 UP7 IF03", "product": { "name": "Secure Analytics", "vendor": { "name": "Juniper Networks", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-26049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26049" }, { "name": "CVE-2023-34040", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34040" }, { "name": "CVE-2023-42795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42795" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-45648", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45648" }, { "name": "CVE-2023-40787", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40787" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22045" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2023-41835", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41835" }, { "name": "CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "name": "CVE-2023-35001", "url": "https://www.cve.org/CVERecord?id=CVE-2023-35001" }, { "name": "CVE-2023-41080", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41080" }, { "name": "CVE-2023-46589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46589" }, { "name": "CVE-2023-47146", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47146" }, { "name": "CVE-2023-32233", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32233" } ], "initial_release_date": "2023-12-29T00:00:00", "last_revision_date": "2023-12-29T00:00:00", "links": [], "reference": "CERTFR-2023-AVI-1062", "revisions": [ { "description": "Version initiale", "revision_date": "2023-12-29T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Juniper Secure\nAnalytics. Certaines d\u0027entre elles permettent \u00e0 un attaquant de\nprovoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une\nex\u00e9cution de code arbitraire \u00e0 distance et un d\u00e9ni de service \u00e0\ndistance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper Secure Analytics", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA75636 du 28 d\u00e9cembre 2023", "url": "https://supportportal.juniper.net/s/article/2023-12-Security-Bulletin-JSA-Series-Multiple-vulnerabilities-resolved" } ] }
CERTFR-2024-AVI-0385
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services (Certified Container) toutes versions sans le dernier correctif de sécurité | ||
IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.2.x antérieures à 6.2.0.23 | ||
IBM | N/A | AIX et VIOS sans le dernier correctif de sécurité | ||
IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions antérieures à 6.1.0.24 | ||
IBM | QRadar | SOAR QRadar Plugin App versions antérieures à 5.4.0 | ||
IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.7 | ||
IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP8 IF02 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "IBM Sterling Connect:Direct Web Services (Certified Container) toutes versions sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect:Direct Web Services versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.23", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "AIX et VIOS sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect:Direct Web Services versions ant\u00e9rieures \u00e0 6.1.0.24", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "SOAR QRadar Plugin App versions ant\u00e9rieures \u00e0 5.4.0", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.7", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP8 IF02", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-29483", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29483" }, { "name": "CVE-2024-20919", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20919" }, { "name": "CVE-2023-21938", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21938" }, { "name": "CVE-2023-1382", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1382" }, { "name": "CVE-2023-4732", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4732" }, { "name": "CVE-2022-48564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48564" }, { "name": "CVE-2023-6681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6681" }, { "name": "CVE-2023-3138", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3138" }, { "name": "CVE-2023-46813", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46813" }, { "name": "CVE-2023-46218", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46218" }, { "name": "CVE-2023-1838", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1838" }, { "name": "CVE-2024-27273", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27273" }, { "name": "CVE-2023-28328", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28328" }, { "name": "CVE-2023-51043", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51043" }, { "name": "CVE-2023-5633", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5633" }, { "name": "CVE-2023-52425", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52425" }, { "name": "CVE-2022-38457", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38457" }, { "name": "CVE-2023-38546", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38546" }, { "name": "CVE-2022-45688", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45688" }, { "name": "CVE-2022-26691", "url": "https://www.cve.org/CVERecord?id=CVE-2022-26691" }, { "name": "CVE-2023-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21939" }, { "name": "CVE-2024-20926", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20926" }, { "name": "CVE-2023-5178", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5178" }, { "name": "CVE-2023-50868", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50868" }, { "name": "CVE-2023-6536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6536" }, { "name": "CVE-2023-23455", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23455" }, { "name": "CVE-2020-10001", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10001" }, { "name": "CVE-2024-0646", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0646" }, { "name": "CVE-2021-33503", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33503" }, { "name": "CVE-2023-40283", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40283" }, { "name": "CVE-2022-45884", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45884" }, { "name": "CVE-2023-50782", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50782" }, { "name": "CVE-2007-4559", "url": "https://www.cve.org/CVERecord?id=CVE-2007-4559" }, { "name": "CVE-2023-33951", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33951" }, { "name": "CVE-2024-28102", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28102" }, { "name": "CVE-2023-2163", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2163" }, { "name": "CVE-2022-42895", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42895" }, { "name": "CVE-2024-22361", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22361" }, { "name": "CVE-2024-20921", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20921" }, { "name": "CVE-2022-40133", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40133" }, { "name": "CVE-2023-4807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4807" }, { "name": "CVE-2023-28322", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28322" }, { "name": "CVE-2023-45862", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45862" }, { "name": "CVE-2023-1989", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1989" }, { "name": "CVE-2020-3898", "url": "https://www.cve.org/CVERecord?id=CVE-2020-3898" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-1855", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1855" }, { "name": "CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "name": "CVE-2023-25193", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25193" }, { "name": "CVE-2022-45869", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45869" }, { "name": "CVE-2023-2513", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2513" }, { "name": "CVE-2023-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22081" }, { "name": "CVE-2023-20569", "url": "https://www.cve.org/CVERecord?id=CVE-2023-20569" }, { "name": "CVE-2023-4206", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4206" }, { "name": "CVE-2023-6817", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6817" }, { "name": "CVE-2023-31084", "url": "https://www.cve.org/CVERecord?id=CVE-2023-31084" }, { "name": "CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "name": "CVE-2022-45919", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45919" }, { "name": "CVE-2019-13224", "url": "https://www.cve.org/CVERecord?id=CVE-2019-13224" }, { "name": "CVE-2022-41858", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41858" }, { "name": "CVE-2023-3611", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3611" }, { "name": "CVE-2023-4128", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4128" }, { "name": "CVE-2023-31436", "url": "https://www.cve.org/CVERecord?id=CVE-2023-31436" }, { "name": "CVE-2023-1074", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1074" }, { "name": "CVE-2019-19204", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19204" }, { "name": "CVE-2023-42753", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42753" }, { "name": "CVE-2023-4921", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4921" }, { "name": "CVE-2023-33203", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33203" }, { "name": "CVE-2023-3812", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3812" }, { "name": "CVE-2023-32360", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32360" }, { "name": "CVE-2023-27043", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043" }, { "name": "CVE-2024-27269", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27269" }, { "name": "CVE-2021-43975", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43975" }, { "name": "CVE-2023-4207", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4207" }, { "name": "CVE-2018-19787", "url": "https://www.cve.org/CVERecord?id=CVE-2018-19787" }, { "name": "CVE-2023-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22067" }, { "name": "CVE-2023-6356", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6356" }, { "name": "CVE-2024-1488", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1488" }, { "name": "CVE-2024-22195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22195" }, { "name": "CVE-2023-1252", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1252" }, { "name": "CVE-2023-44794", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44794" }, { "name": "CVE-2022-3545", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3545" }, { "name": "CVE-2023-2176", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2176" }, { "name": "CVE-2023-2162", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2162" }, { "name": "CVE-2023-1079", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1079" }, { "name": "CVE-2022-36402", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36402" }, { "name": "CVE-2023-33952", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33952" }, { "name": "CVE-2023-32324", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32324" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2014-3146", "url": "https://www.cve.org/CVERecord?id=CVE-2014-3146" }, { "name": "CVE-2023-45803", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45803" }, { "name": "CVE-2023-3772", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3772" }, { "name": "CVE-2022-4744", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4744" }, { "name": "CVE-2023-3161", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3161" }, { "name": "CVE-2023-35824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-35824" }, { "name": "CVE-2023-45871", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45871" }, { "name": "CVE-2023-1998", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1998" }, { "name": "CVE-2023-28772", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28772" }, { "name": "CVE-2022-40982", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40982" }, { "name": "CVE-2019-16163", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16163" }, { "name": "CVE-2023-1786", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1786" }, { "name": "CVE-2023-1075", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1075" }, { "name": "CVE-2023-3609", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3609" }, { "name": "CVE-2023-38325", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38325" }, { "name": "CVE-2023-4155", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4155" }, { "name": "CVE-2023-4208", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4208" }, { "name": "CVE-2023-35823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-35823" }, { "name": "CVE-2019-9740", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9740" }, { "name": "CVE-2023-26545", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26545" }, { "name": "CVE-2022-3640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3640" }, { "name": "CVE-2022-45887", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45887" }, { "name": "CVE-2023-6535", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6535" }, { "name": "CVE-2024-26130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26130" }, { "name": "CVE-2023-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21937" }, { "name": "CVE-2019-19203", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19203" }, { "name": "CVE-2023-1118", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1118" }, { "name": "CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "name": "CVE-2023-33850", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33850" }, { "name": "CVE-2023-2597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2597" }, { "name": "CVE-2022-48560", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48560" }, { "name": "CVE-2022-3594", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3594" }, { "name": "CVE-2023-34241", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34241" }, { "name": "CVE-2022-38096", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38096" }, { "name": "CVE-2023-4622", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4622" }, { "name": "CVE-2019-8696", "url": "https://www.cve.org/CVERecord?id=CVE-2019-8696" }, { "name": "CVE-2020-26137", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26137" }, { "name": "CVE-2019-11324", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11324" }, { "name": "CVE-2023-3141", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3141" }, { "name": "CVE-2022-28388", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28388" }, { "name": "CVE-2023-30456", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30456" }, { "name": "CVE-2023-2004", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2004" }, { "name": "CVE-2023-5676", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5676" }, { "name": "CVE-2023-6606", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6606" }, { "name": "CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "name": "CVE-2023-6932", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6932" }, { "name": "CVE-2023-0458", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0458" }, { "name": "CVE-2023-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21968" }, { "name": "CVE-2023-1073", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1073" }, { "name": "CVE-2023-3212", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3212" }, { "name": "CVE-2021-33631", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33631" }, { "name": "CVE-2023-50387", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50387" }, { "name": "CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "name": "CVE-2024-20932", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20932" }, { "name": "CVE-2022-48624", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48624" }, { "name": "CVE-2023-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21930" }, { "name": "CVE-2024-20918", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20918" }, { "name": "CVE-2023-0597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0597" }, { "name": "CVE-2023-6546", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6546" }, { "name": "CVE-2023-7192", "url": "https://www.cve.org/CVERecord?id=CVE-2023-7192" }, { "name": "CVE-2023-4132", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4132" }, { "name": "CVE-2024-1086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1086" }, { "name": "CVE-2023-1206", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1206" }, { "name": "CVE-2024-0565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0565" }, { "name": "CVE-2019-8675", "url": "https://www.cve.org/CVERecord?id=CVE-2019-8675" }, { "name": "CVE-2023-4623", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4623" }, { "name": "CVE-2023-51042", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51042" }, { "name": "CVE-2023-0590", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0590" }, { "name": "CVE-2024-20945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20945" }, { "name": "CVE-2023-3268", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3268" }, { "name": "CVE-2023-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21967" }, { "name": "CVE-2023-5717", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5717" }, { "name": "CVE-2019-19012", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19012" }, { "name": "CVE-2020-27783", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27783" }, { "name": "CVE-2024-20952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20952" }, { "name": "CVE-2021-43818", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43818" }, { "name": "CVE-2021-43618", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43618" }, { "name": "CVE-2023-2166", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2166" }, { "name": "CVE-2023-1192", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1192" }, { "name": "CVE-2023-6931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6931" }, { "name": "CVE-2023-6610", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6610" } ], "initial_release_date": "2024-05-10T00:00:00", "last_revision_date": "2024-05-10T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0385", "revisions": [ { "description": "Version initiale", "revision_date": "2024-05-10T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0\ndistance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150297 du 06 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150297" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150684 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150684" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150803 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150803" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150277 du 05 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150277" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150196 du 03 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150196" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150798 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150798" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150804 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150804" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150799 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150799" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150276 du 05 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150276" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150802 du 09 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150802" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7150362 du 07 mai 2024", "url": "https://www.ibm.com/support/pages/node/7150362" } ] }
CERTFR-2024-AVI-0057
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling | IBM Sterling Connect Direct pour Microsoft Windows versions 6.0.0.x antérieures à 6.0.0.4_iFix083 | ||
IBM | Sterling | IBM Sterling Transformation Extender versions 10.1.0, 10.1.1, 10.1.2 et 11.0.0 sans le correctif de sécurité PH58718 | ||
IBM | Sterling | IBM Sterling Connect Direct pour Microsoft Windows versions 6.2.0.x antérieures à 6.2.0.6_iFix006 | ||
IBM | Sterling | IBM Sterling Connect Direct pour Microsoft Windows versions 6.3.0.x antérieures à 6.3.0.2_iFix005 | ||
IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5. à 7.5.0 UP7 sans le correctif de sécurité 7.5.0 UP7 IF04 | ||
IBM | Sterling | IBM Sterling Connect Direct pour Microsoft Windows versions 6.1.0.x antérieures à 6.1.0.2_iFix079 |
Title | Publication Time | Tags | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "IBM Sterling Connect Direct pour Microsoft Windows versions 6.0.0.x ant\u00e9rieures \u00e0 6.0.0.4_iFix083", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Transformation Extender versions 10.1.0, 10.1.1, 10.1.2 et 11.0.0 sans le correctif de s\u00e9curit\u00e9 PH58718", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect Direct pour Microsoft Windows versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.6_iFix006", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect Direct pour Microsoft Windows versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.2_iFix005", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM QRadar SIEM versions 7.5. \u00e0 7.5.0 UP7 sans le correctif de s\u00e9curit\u00e9 7.5.0 UP7 IF04", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect Direct pour Microsoft Windows versions 6.1.0.x ant\u00e9rieures \u00e0 6.1.0.2_iFix079", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-21938", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21938" }, { "name": "CVE-2023-40217", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217" }, { "name": "CVE-2023-21954", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21954" }, { "name": "CVE-2023-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21939" }, { "name": "CVE-2023-34059", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34059" }, { "name": "CVE-2023-34058", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34058" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-50164", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50164" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2022-40152", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40152" }, { "name": "CVE-2023-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21937" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-2597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2597" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2023-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21968" }, { "name": "CVE-2023-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21930" }, { "name": "CVE-2023-50950", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50950" }, { "name": "CVE-2023-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21967" } ], "initial_release_date": "2024-01-19T00:00:00", "last_revision_date": "2024-01-19T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0057", "revisions": [ { "description": "Version initiale", "revision_date": "2024-01-19T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0 distance et\nun d\u00e9ni de service \u00e0 distance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7108657 du 17 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7108657" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7108659 du 17 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7108659" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7107841 du 16 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7107841" } ] }
CERTFR-2024-AVI-0228
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling | Sterling Connect - Direct pour Microsoft Windows versions 6.3.0.x antérieures à 6.3.0.2_iFix012 | ||
IBM | Sterling | Sterling Secure Proxy versions 6.1.0 sans le correctif de sécurité iFix 03 | ||
IBM | Sterling | Sterling Secure Proxy versions 6.0.3 sans le correctif de sécurité iFix 11 | ||
IBM | Sterling | Sterling Partner Engagement Manager versions 6.2.2.x antérieures à 6.2.2.2 sans le dernier correctif de sécurité | ||
IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF06 | ||
IBM | Sterling | Sterling Connect - Direct pour Microsoft Windows versions 6.2.0.x antérieures à 6.2.0.6_iFix012 | ||
IBM | Db2 | IBM Db2 Web Query pour i version 2.4.0 sans les correctifs de sécurité SI85982 et SI85987 | ||
IBM | Sterling | Sterling Partner Engagement Manager versions 6.2.0.x antérieures à 6.2.0.7 sans le dernier correctif de sécurité | ||
IBM | Sterling | Sterling Connect - Direct File Agent versions 1.4.0.x antérieures à 1.4.0.3_iFix004 | ||
IBM | Sterling | Sterling Partner Engagement Manager versions 6.1.2.x antérieures à 6.1.2.9 sans le dernier correctif de sécurité |
Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Sterling Connect - Direct pour Microsoft Windows versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.2_iFix012", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Secure Proxy versions 6.1.0 sans le correctif de s\u00e9curit\u00e9 iFix 03", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Secure Proxy versions 6.0.3 sans le correctif de s\u00e9curit\u00e9 iFix 11", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Partner Engagement Manager versions 6.2.2.x ant\u00e9rieures \u00e0 6.2.2.2 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF06", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect - Direct pour Microsoft Windows versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.6_iFix012", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Db2 Web Query pour i version 2.4.0 sans les correctifs de s\u00e9curit\u00e9 SI85982 et SI85987", "product": { "name": "Db2", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Partner Engagement Manager versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.7 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Connect - Direct File Agent versions 1.4.0.x ant\u00e9rieures \u00e0 1.4.0.3_iFix004", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Sterling Partner Engagement Manager versions 6.1.2.x ant\u00e9rieures \u00e0 6.1.2.9 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "Sterling", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2024-20919", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20919" }, { "name": "CVE-2023-21938", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21938" }, { "name": "CVE-2023-43642", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43642" }, { "name": "CVE-2022-45688", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45688" }, { "name": "CVE-2023-21954", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21954" }, { "name": "CVE-2023-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21939" }, { "name": "CVE-2024-20926", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20926" }, { "name": "CVE-2023-47699", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47699" }, { "name": "CVE-2023-46179", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46179" }, { "name": "CVE-2024-22361", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22361" }, { "name": "CVE-2024-20921", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20921" }, { "name": "CVE-2023-46182", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46182" }, { "name": "CVE-2023-34454", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34454" }, { "name": "CVE-2022-46337", "url": "https://www.cve.org/CVERecord?id=CVE-2022-46337" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-47147", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47147" }, { "name": "CVE-2023-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22081" }, { "name": "CVE-2023-34453", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34453" }, { "name": "CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "name": "CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "name": "CVE-2018-8088", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8088" }, { "name": "CVE-2023-34034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34034" }, { "name": "CVE-2023-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22067" }, { "name": "CVE-2022-40609", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40609" }, { "name": "CVE-2023-34455", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34455" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-44981", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44981" }, { "name": "CVE-2023-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21937" }, { "name": "CVE-2023-52428", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52428" }, { "name": "CVE-2023-33850", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33850" }, { "name": "CVE-2023-39685", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39685" }, { "name": "CVE-2023-47162", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47162" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-2597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2597" }, { "name": "CVE-2022-34169", "url": "https://www.cve.org/CVERecord?id=CVE-2022-34169" }, { "name": "CVE-2023-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22045" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2023-5676", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5676" }, { "name": "CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "name": "CVE-2023-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21968" }, { "name": "CVE-2024-20932", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20932" }, { "name": "CVE-2023-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21930" }, { "name": "CVE-2023-24998", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24998" }, { "name": "CVE-2024-20918", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20918" }, { "name": "CVE-2023-45177", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45177" }, { "name": "CVE-2023-2976", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2976" }, { "name": "CVE-2023-38039", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38039" }, { "name": "CVE-2024-20945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20945" }, { "name": "CVE-2023-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2023-21967" }, { "name": "CVE-2022-24839", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24839" }, { "name": "CVE-2024-20952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-20952" }, { "name": "CVE-2023-46181", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46181" } ], "initial_release_date": "2024-03-15T00:00:00", "last_revision_date": "2024-03-15T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0228", "revisions": [ { "description": "Version initiale", "revision_date": "2024-03-15T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une\natteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7142007 du 14 mars 2024", "url": "https://www.ibm.com/support/pages/node/7142007" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7142038 du 14 mars 2024", "url": "https://www.ibm.com/support/pages/node/7142038" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7138527 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7138527" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7138509 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7138509" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7140420 du 13 mars 2024", "url": "https://www.ibm.com/support/pages/node/7140420" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7138477 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7138477" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7142032 du 14 mars 2024", "url": "https://www.ibm.com/support/pages/node/7142032" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7138522 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7138522" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7137248 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7137248" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7137258 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7137258" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7138503 du 12 mars 2024", "url": "https://www.ibm.com/support/pages/node/7138503" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7142006 du 14 mars 2024", "url": "https://www.ibm.com/support/pages/node/7142006" } ] }
CERTFR-2024-AVI-1081
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM.Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Vendor | Product | Description | ||
---|---|---|---|---|
IBM | QRadar Suite Software | QRadar Suite Software versions antérieures à 1.11.0.0 | ||
IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP10 IF02 | ||
IBM | Cognos Dashboards | Cognos Dashboards on Cloud Pak for Data versions 4.8.x à 5.0.x antérieures à 5.1 | ||
IBM | QRadar Incident Forensics | QRadar Incident Forensics 7.5.x antérieures à 7.5.0 UP10 IF02 |
Title | Publication Time | Tags | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "QRadar Suite Software versions ant\u00e9rieures \u00e0 1.11.0.0", "product": { "name": "QRadar Suite Software", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP10 IF02", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cognos Dashboards on Cloud Pak for Data versions 4.8.x \u00e0 5.0.x ant\u00e9rieures \u00e0 5.1", "product": { "name": "Cognos Dashboards", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar Incident Forensics 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP10 IF02", "product": { "name": "QRadar Incident Forensics", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2024-42459", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42459" }, { "name": "CVE-2024-21536", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21536" }, { "name": "CVE-2024-7006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7006" }, { "name": "CVE-2024-21235", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21235" }, { "name": "CVE-2023-43642", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43642" }, { "name": "CVE-2024-28849", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28849" }, { "name": "CVE-2023-31582", "url": "https://www.cve.org/CVERecord?id=CVE-2023-31582" }, { "name": "CVE-2023-23613", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23613" }, { "name": "CVE-2023-52425", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52425" }, { "name": "CVE-2023-37920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-37920" }, { "name": "CVE-2024-28757", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28757" }, { "name": "CVE-2024-43799", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43799" }, { "name": "CVE-2024-25638", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25638" }, { "name": "CVE-2022-31160", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31160" }, { "name": "CVE-2023-52426", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52426" }, { "name": "CVE-2024-42460", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42460" }, { "name": "CVE-2024-3596", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3596" }, { "name": "CVE-2023-34462", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462" }, { "name": "CVE-2023-34454", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34454" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2024-38998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38998" }, { "name": "CVE-2023-34453", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34453" }, { "name": "CVE-2024-45590", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45590" }, { "name": "CVE-2024-43796", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43796" }, { "name": "CVE-2024-4067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4067" }, { "name": "CVE-2023-35116", "url": "https://www.cve.org/CVERecord?id=CVE-2023-35116" }, { "name": "CVE-2024-38820", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38820" }, { "name": "CVE-2024-45491", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45491" }, { "name": "CVE-2024-7264", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7264" }, { "name": "CVE-2024-23454", "url": "https://www.cve.org/CVERecord?id=CVE-2024-23454" }, { "name": "CVE-2022-41917", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41917" }, { "name": "CVE-2024-48949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-48949" }, { "name": "CVE-2024-41755", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41755" }, { "name": "CVE-2023-48161", "url": "https://www.cve.org/CVERecord?id=CVE-2023-48161" }, { "name": "CVE-2024-47764", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47764" }, { "name": "CVE-2024-38372", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38372" }, { "name": "CVE-2023-34455", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34455" }, { "name": "CVE-2024-5535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535" }, { "name": "CVE-2024-29131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-29131" }, { "name": "CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2024-47554", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47554" }, { "name": "CVE-2022-40152", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40152" }, { "name": "CVE-2024-45296", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45296" }, { "name": "CVE-2024-25710", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25710" }, { "name": "CVE-2019-12900", "url": "https://www.cve.org/CVERecord?id=CVE-2019-12900" }, { "name": "CVE-2024-29133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-29133" }, { "name": "CVE-2024-41110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41110" }, { "name": "CVE-2024-38999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38999" }, { "name": "CVE-2023-52428", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52428" }, { "name": "CVE-2024-38986", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38986" }, { "name": "CVE-2022-41915", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41915" }, { "name": "CVE-2024-2398", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2398" }, { "name": "CVE-2021-22569", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22569" }, { "name": "CVE-2024-10041", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10041" }, { "name": "CVE-2024-10963", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10963" }, { "name": "CVE-2020-8908", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8908" }, { "name": "CVE-2024-6119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" }, { "name": "CVE-2024-37890", "url": "https://www.cve.org/CVERecord?id=CVE-2024-37890" }, { "name": "CVE-2024-43800", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43800" }, { "name": "CVE-2024-39338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-39338" }, { "name": "CVE-2024-36114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36114" }, { "name": "CVE-2024-52318", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52318" }, { "name": "CVE-2024-42461", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42461" }, { "name": "CVE-2023-33546", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33546" }, { "name": "CVE-2024-41818", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41818" }, { "name": "CVE-2023-2976", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2976" }, { "name": "CVE-2024-21210", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21210" }, { "name": "CVE-2022-3171", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3171" }, { "name": "CVE-2024-52317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52317" }, { "name": "CVE-2024-47175", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47175" }, { "name": "CVE-2022-23491", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23491" }, { "name": "CVE-2024-51504", "url": "https://www.cve.org/CVERecord?id=CVE-2024-51504" }, { "name": "CVE-2022-41881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41881" }, { "name": "CVE-2024-52316", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52316" }, { "name": "CVE-2024-21217", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21217" }, { "name": "CVE-2023-23612", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23612" }, { "name": "CVE-2024-21208", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21208" } ], "initial_release_date": "2024-12-13T00:00:00", "last_revision_date": "2024-12-13T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-1081", "revisions": [ { "description": "Version initiale", "revision_date": "2024-12-13T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": "2024-12-11", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7177766", "url": "https://www.ibm.com/support/pages/node/7177766" }, { "published_at": "2024-12-09", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7178224", "url": "https://www.ibm.com/support/pages/node/7178224" }, { "published_at": "2024-12-11", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7178556", "url": "https://www.ibm.com/support/pages/node/7178556" } ] }
CERTFR-2024-AVI-0074
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct pour Unix versions 6.3.x.x antérieures à 6.3.0.2.iFix005 | ||
IBM | QRadar Deployment Intelligence App | IBM QRadar Deployment Intelligence App versions antérieures à 3.0.12 | ||
IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct pour Unix versions 6.2.x.x antérieures à 6.2.0.7.iFix005 | ||
IBM | QRadar | IBM SOAR QRadar Plugin App versions antérieures à 5.3.1 | ||
IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct pour Unix versions 6.0.x.x antérieures à 6.0.0.2.iFix159 | ||
IBM | Storage Protect | IBM Storage Protect Plus vSnap versions 10.1.x antérieures à 10.1.15.3 | ||
IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct pour Unix versions 6.1.x.x antérieures à 6.1.0.4.iFix099 |
Title | Publication Time | Tags | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "IBM Sterling Connect:Direct pour Unix versions 6.3.x.x ant\u00e9rieures \u00e0 6.3.0.2.iFix005", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM QRadar Deployment Intelligence App versions ant\u00e9rieures \u00e0 3.0.12", "product": { "name": "QRadar Deployment Intelligence App", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect:Direct pour Unix versions 6.2.x.x ant\u00e9rieures \u00e0 6.2.0.7.iFix005", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM SOAR QRadar Plugin App versions ant\u00e9rieures \u00e0 5.3.1", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect:Direct pour Unix versions 6.0.x.x ant\u00e9rieures \u00e0 6.0.0.2.iFix159", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Storage Protect Plus vSnap versions 10.1.x ant\u00e9rieures \u00e0 10.1.15.3", "product": { "name": "Storage Protect", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Sterling Connect:Direct pour Unix versions 6.1.x.x ant\u00e9rieures \u00e0 6.1.0.4.iFix099", "product": { "name": "Sterling Connect:Direct", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-29404", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29404" }, { "name": "CVE-2023-37920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-37920" }, { "name": "CVE-2023-4004", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4004" }, { "name": "CVE-2022-25883", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25883" }, { "name": "CVE-2023-29403", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29403" }, { "name": "CVE-2023-38020", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38020" }, { "name": "CVE-2023-29405", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29405" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-45133", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45133" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-46136", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46136" }, { "name": "CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2023-38019", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38019" }, { "name": "CVE-2023-47148", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47148" }, { "name": "CVE-2023-38263", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38263" }, { "name": "CVE-2023-29402", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29402" } ], "initial_release_date": "2024-01-26T00:00:00", "last_revision_date": "2024-01-26T00:00:00", "links": [ { "title": "Bulletin de s\u00e9curit\u00e9 IBM 7111880 du 24 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7111880" }, { "title": "Bulletin de s\u00e9curit\u00e9 IBM 7111720 du 22 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7111720" } ], "reference": "CERTFR-2024-AVI-0074", "revisions": [ { "description": "Version initiale", "revision_date": "2024-01-26T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0 distance et\nun d\u00e9ni de service \u00e0 distance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7111720 du 24 janvier 2024", "url": null }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7096482 du 22 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7096482" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7111880 du 25 janvier 2024", "url": null }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7111679 du 24 janvier 2024", "url": "https://www.ibm.com/support/pages/node/7111679" } ] }
CERTFR-2024-AVI-0459
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Vendor | Product | Description | ||
---|---|---|---|---|
IBM | N/A | IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions postérieures à 3.5 et antérieures à 4.8.5 | ||
IBM | N/A | DevOps Code ClearCase versions 11.0.x sans le dernier correctif de sécurité | ||
IBM | N/A | Rational ClearCase versions 9.1.x et 10.0.0.x sans le dernier correctif de sécurité |
Title | Publication Time | Tags | ||||||
---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions post\u00e9rieures \u00e0 3.5 et ant\u00e9rieures \u00e0 4.8.5", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "DevOps Code ClearCase versions 11.0.x sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Rational ClearCase versions 9.1.x et 10.0.0.x sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "N/A", "vendor": { "name": "IBM", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2024-1597", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1597" }, { "name": "CVE-2023-49568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49568" }, { "name": "CVE-2024-25030", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25030" }, { "name": "CVE-2023-45857", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45857" }, { "name": "CVE-2024-23944", "url": "https://www.cve.org/CVERecord?id=CVE-2024-23944" }, { "name": "CVE-2020-9546", "url": "https://www.cve.org/CVERecord?id=CVE-2020-9546" }, { "name": "CVE-2020-13956", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13956" }, { "name": "CVE-2020-10673", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10673" }, { "name": "CVE-2020-35728", "url": "https://www.cve.org/CVERecord?id=CVE-2020-35728" }, { "name": "CVE-2020-36181", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36181" }, { "name": "CVE-2020-9548", "url": "https://www.cve.org/CVERecord?id=CVE-2020-9548" }, { "name": "CVE-2020-36182", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36182" }, { "name": "CVE-2020-24616", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24616" }, { "name": "CVE-2023-52296", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52296" }, { "name": "CVE-2020-36185", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36185" }, { "name": "CVE-2024-25046", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25046" }, { "name": "CVE-2023-50782", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50782" }, { "name": "CVE-2022-36364", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36364" }, { "name": "CVE-2022-1996", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1996" }, { "name": "CVE-2019-16942", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16942" }, { "name": "CVE-2019-11358", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11358" }, { "name": "CVE-2020-9547", "url": "https://www.cve.org/CVERecord?id=CVE-2020-9547" }, { "name": "CVE-2020-36179", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36179" }, { "name": "CVE-2020-10650", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10650" }, { "name": "CVE-2023-44270", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44270" }, { "name": "CVE-2020-36186", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36186" }, { "name": "CVE-2020-36189", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36189" }, { "name": "CVE-2020-35490", "url": "https://www.cve.org/CVERecord?id=CVE-2020-35490" }, { "name": "CVE-2023-34462", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462" }, { "name": "CVE-2018-1313", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1313" }, { "name": "CVE-2022-46337", "url": "https://www.cve.org/CVERecord?id=CVE-2022-46337" }, { "name": "CVE-2021-20190", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20190" }, { "name": "CVE-2019-13224", "url": "https://www.cve.org/CVERecord?id=CVE-2019-13224" }, { "name": "CVE-2019-19204", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19204" }, { "name": "CVE-2020-11113", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11113" }, { "name": "CVE-2024-27254", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27254" }, { "name": "CVE-2020-10672", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10672" }, { "name": "CVE-2023-51074", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51074" }, { "name": "CVE-2020-10969", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10969" }, { "name": "CVE-2020-23064", "url": "https://www.cve.org/CVERecord?id=CVE-2020-23064" }, { "name": "CVE-2024-22195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22195" }, { "name": "CVE-2020-36187", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36187" }, { "name": "CVE-2020-11620", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11620" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2015-1832", "url": "https://www.cve.org/CVERecord?id=CVE-2015-1832" }, { "name": "CVE-2021-21295", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21295" }, { "name": "CVE-2020-24750", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24750" }, { "name": "CVE-2024-22190", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22190" }, { "name": "CVE-2019-16163", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16163" }, { "name": "CVE-2019-16943", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16943" }, { "name": "CVE-2023-51775", "url": "https://www.cve.org/CVERecord?id=CVE-2023-51775" }, { "name": "CVE-2024-22360", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22360" }, { "name": "CVE-2024-26130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26130" }, { "name": "CVE-2019-20330", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20330" }, { "name": "CVE-2020-14195", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14195" }, { "name": "CVE-2023-44981", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44981" }, { "name": "CVE-2018-10237", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10237" }, { "name": "CVE-2020-35491", "url": "https://www.cve.org/CVERecord?id=CVE-2020-35491" }, { "name": "CVE-2019-17531", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17531" }, { "name": "CVE-2023-38729", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38729" }, { "name": "CVE-2024-21626", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21626" }, { "name": "CVE-2019-19203", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19203" }, { "name": "CVE-2020-14061", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14061" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "name": "CVE-2022-42004", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42004" }, { "name": "CVE-2020-11619", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11619" }, { "name": "CVE-2020-36183", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36183" }, { "name": "CVE-2020-8840", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8840" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2024-24549", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24549" }, { "name": "CVE-2020-36184", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36184" }, { "name": "CVE-2020-36180", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36180" }, { "name": "CVE-2020-11022", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11022" }, { "name": "CVE-2021-31684", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31684" }, { "name": "CVE-2020-36518", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36518" }, { "name": "CVE-2023-261257", "url": "https://www.cve.org/CVERecord?id=CVE-2023-261257" }, { "name": "CVE-2023-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49083" }, { "name": "CVE-2023-49569", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49569" }, { "name": "CVE-2020-10968", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10968" }, { "name": "CVE-2022-42003", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42003" }, { "name": "CVE-2020-25649", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25649" }, { "name": "CVE-2024-0690", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0690" }, { "name": "CVE-2024-22354", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22354" }, { "name": "CVE-2020-11112", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11112" }, { "name": "CVE-2019-19012", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19012" }, { "name": "CVE-2020-11111", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11111" }, { "name": "CVE-2012-2677", "url": "https://www.cve.org/CVERecord?id=CVE-2012-2677" }, { "name": "CVE-2020-14060", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14060" }, { "name": "CVE-2020-36188", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36188" }, { "name": "CVE-2020-11023", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11023" }, { "name": "CVE-2020-14062", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14062" } ], "initial_release_date": "2024-05-31T00:00:00", "last_revision_date": "2024-05-31T00:00:00", "links": [], "reference": "CERTFR-2024-AVI-0459", "revisions": [ { "description": "Version initiale", "revision_date": "2024-05-31T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": "2024-05-29", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7155114", "url": "https://www.ibm.com/support/pages/node/7155114" }, { "published_at": "2024-05-28", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7155078", "url": "https://www.ibm.com/support/pages/node/7155078" } ] }
CERTFR-2023-AVI-1055
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance, un déni de service à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
- IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF03
- IBM Sterling B2B Integrator versions 6.0.0.x antérieures à 6.0.3.9
- IBM Sterling B2B Integrator versions 6.1.0.x antérieures à 6.1.0.8
- IBM Sterling B2B Integrator versions 6.1.1.x antérieures à 6.1.1.4
- IBM Sterling B2B Integrator versions 6.1.2.x antérieures à 6.1.2.3
- IBM Sterling B2B Integrator versions 6.1.2.x antérieures à 6.2.0.0
- IBM AIX version 7.3
- IBM AIX version 7.2
- IBM VIOS version 4.1
- IBM VIOS version 3.1
Se référer aux bulletin de l'éditeur pour les versions des fichiers vulnérables (cf. section Documentation).
Vendor | Product | Description |
---|
Title | Publication Time | Tags | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [], "affected_systems_content": "\u003cul\u003e \u003cli\u003eIBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF03\u003c/li\u003e \u003cli\u003eIBM Sterling B2B Integrator versions 6.0.0.x ant\u00e9rieures \u00e0 6.0.3.9\u003c/li\u003e \u003cli\u003eIBM Sterling B2B Integrator versions 6.1.0.x ant\u00e9rieures \u00e0 6.1.0.8\u003c/li\u003e \u003cli\u003eIBM Sterling B2B Integrator versions 6.1.1.x ant\u00e9rieures \u00e0 6.1.1.4\u003c/li\u003e \u003cli\u003eIBM Sterling B2B Integrator versions 6.1.2.x ant\u00e9rieures \u00e0 6.1.2.3\u003c/li\u003e \u003cli\u003eIBM Sterling B2B Integrator versions 6.1.2.x ant\u00e9rieures \u00e0 6.2.0.0\u003c/li\u003e \u003cli\u003eIBM AIX version 7.3\u003c/li\u003e \u003cli\u003eIBM AIX version 7.2\u003c/li\u003e \u003cli\u003eIBM VIOS version 4.1\u003c/li\u003e \u003cli\u003eIBM VIOS version 3.1\u003c/li\u003e \u003c/ul\u003e \u003cp\u003eSe r\u00e9f\u00e9rer aux bulletin de l\u0027\u00e9diteur pour les versions des fichiers vuln\u00e9rables (cf. section Documentation).\u003c/p\u003e ", "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2023-37920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-37920" }, { "name": "CVE-2023-1436", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1436" }, { "name": "CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "name": "CVE-2023-26049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26049" }, { "name": "CVE-2023-34040", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34040" }, { "name": "CVE-2022-40149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40149" }, { "name": "CVE-2023-42795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42795" }, { "name": "CVE-2022-40150", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40150" }, { "name": "CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "name": "CVE-2023-45648", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45648" }, { "name": "CVE-2023-40787", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40787" }, { "name": "CVE-2022-45693", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45693" }, { "name": "CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "name": "CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "name": "CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "name": "CVE-2023-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22045" }, { "name": "CVE-2023-22049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22049" }, { "name": "CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "name": "CVE-2022-45685", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45685" }, { "name": "CVE-2023-41835", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41835" }, { "name": "CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "name": "CVE-2023-35001", "url": "https://www.cve.org/CVERecord?id=CVE-2023-35001" }, { "name": "CVE-2023-41080", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41080" }, { "name": "CVE-2023-46589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46589" }, { "name": "CVE-2023-47146", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47146" }, { "name": "CVE-2023-32233", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32233" } ], "initial_release_date": "2023-12-22T00:00:00", "last_revision_date": "2023-12-22T00:00:00", "links": [], "reference": "CERTFR-2023-AVI-1055", "revisions": [ { "description": "Version initiale", "revision_date": "2023-12-22T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance,\u00a0un d\u00e9ni de\nservice \u00e0 distance et une \u00e9l\u00e9vation de privil\u00e8ges.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7099297 du 18 d\u00e9cembre 2023", "url": "https://www.ibm.com/support/pages/node/7099862" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7101062 du 21 d\u00e9cembre 2023", "url": null }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7099862 du 19 d\u00e9cembre 2023", "url": "https://www.ibm.com/support/pages/node/7101062" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 IBM 7099313 du 18 d\u00e9cembre 2023", "url": "https://www.ibm.com/support/pages/node/7099313" } ] }
NCSC-2024-0298
Vulnerability from csaf_ncscnl
Notes
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Fusion Middleware.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Improper Neutralization of Section Delimiters", "title": "CWE-145" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Check for Certificate Revocation", "title": "CWE-299" }, { "category": "general", "text": "Missing Authentication for Critical Function", "title": "CWE-306" }, { "category": "general", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "general", "text": "Insecure Temporary File", "title": "CWE-377" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13956" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1945" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45378" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29081" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45853" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46750" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0853" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21133" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21175" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21181" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21183" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22259" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29857" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": " Kwetsbaarheden verholpen in Oracle Fusion Middleware", "tracking": { "current_release_date": "2024-07-17T13:54:00.411174Z", "id": "NCSC-2024-0298", "initial_release_date": "2024-07-17T13:54:00.411174Z", "revision_history": [ { "date": "2024-07-17T13:54:00.411174Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "fusion_middleware_mapviewer", "product": { "name": "fusion_middleware_mapviewer", "product_id": "CSAFPID-226018", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fusion_middleware_mapviewer:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fusion_middleware", "product": { "name": "fusion_middleware", "product_id": "CSAFPID-271904", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fusion_middleware:12.2.1.4.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1945", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "notes": [ { "category": "other", "text": "Insecure Temporary File", "title": "CWE-377" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2020-1945", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-1945.json" } ], "title": "CVE-2020-1945" }, { "cve": "CVE-2020-13956", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2020-13956", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-13956.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2020-13956" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2022-40152", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40152", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40152.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2022-40152" }, { "cve": "CVE-2022-45378", "cwe": { "id": "CWE-306", "name": "Missing Authentication for Critical Function" }, "notes": [ { "category": "other", "text": "Missing Authentication for Critical Function", "title": "CWE-306" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45378", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45378.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2022-45378" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4759", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-6129", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "notes": [ { "category": "other", "text": "Use of Weak Hash", "title": "CWE-328" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2023-6129" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-29081", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29081", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29081.json" } ], "title": "CVE-2023-29081" }, { "cve": "CVE-2023-34034", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Neutralization of Section Delimiters", "title": "CWE-145" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-34034", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-34034.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2023-34034" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-36478", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36478.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-36478" }, { "cve": "CVE-2023-45853", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45853", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45853.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-45853" }, { "cve": "CVE-2023-46750", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-46750" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0853", "cwe": { "id": "CWE-299", "name": "Improper Check for Certificate Revocation" }, "notes": [ { "category": "other", "text": "Improper Check for Certificate Revocation", "title": "CWE-299" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0853", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0853.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-0853" }, { "cve": "CVE-2024-21133", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21133.json" } ], "title": "CVE-2024-21133" }, { "cve": "CVE-2024-21175", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21175", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21175.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21175" }, { "cve": "CVE-2024-21181", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21181", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21181.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21181" }, { "cve": "CVE-2024-21182", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21182" }, { "cve": "CVE-2024-21183", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21183", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21183.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21183" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22243", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22243", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22243.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22243" }, { "cve": "CVE-2024-22259", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22259", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22259.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22259" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29857", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29857", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-29857" } ] }
ncsc-2024-0298
Vulnerability from csaf_ncscnl
Notes
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Fusion Middleware.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Improper Neutralization of Section Delimiters", "title": "CWE-145" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Check for Certificate Revocation", "title": "CWE-299" }, { "category": "general", "text": "Missing Authentication for Critical Function", "title": "CWE-306" }, { "category": "general", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "general", "text": "Insecure Temporary File", "title": "CWE-377" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13956" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1945" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45378" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29081" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45853" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46750" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4759" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0853" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21133" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21175" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21181" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21183" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22259" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29857" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": " Kwetsbaarheden verholpen in Oracle Fusion Middleware", "tracking": { "current_release_date": "2024-07-17T13:54:00.411174Z", "id": "NCSC-2024-0298", "initial_release_date": "2024-07-17T13:54:00.411174Z", "revision_history": [ { "date": "2024-07-17T13:54:00.411174Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "fusion_middleware_mapviewer", "product": { "name": "fusion_middleware_mapviewer", "product_id": "CSAFPID-226018", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fusion_middleware_mapviewer:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fusion_middleware", "product": { "name": "fusion_middleware", "product_id": "CSAFPID-271904", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fusion_middleware:12.2.1.4.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1945", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "notes": [ { "category": "other", "text": "Insecure Temporary File", "title": "CWE-377" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2020-1945", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-1945.json" } ], "title": "CVE-2020-1945" }, { "cve": "CVE-2020-13956", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2020-13956", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-13956.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2020-13956" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2022-40152", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40152", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40152.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2022-40152" }, { "cve": "CVE-2022-45378", "cwe": { "id": "CWE-306", "name": "Missing Authentication for Critical Function" }, "notes": [ { "category": "other", "text": "Missing Authentication for Critical Function", "title": "CWE-306" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45378", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45378.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2022-45378" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4759", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-6129", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "notes": [ { "category": "other", "text": "Use of Weak Hash", "title": "CWE-328" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2023-6129" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-29081", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29081", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29081.json" } ], "title": "CVE-2023-29081" }, { "cve": "CVE-2023-34034", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Neutralization of Section Delimiters", "title": "CWE-145" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-34034", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-34034.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2023-34034" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-36478", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36478.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-36478" }, { "cve": "CVE-2023-45853", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45853", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45853.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-45853" }, { "cve": "CVE-2023-46750", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-46750" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-271904", "CSAFPID-226018" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904", "CSAFPID-226018" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0853", "cwe": { "id": "CWE-299", "name": "Improper Check for Certificate Revocation" }, "notes": [ { "category": "other", "text": "Improper Check for Certificate Revocation", "title": "CWE-299" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0853", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0853.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-0853" }, { "cve": "CVE-2024-21133", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21133.json" } ], "title": "CVE-2024-21133" }, { "cve": "CVE-2024-21175", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21175", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21175.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21175" }, { "cve": "CVE-2024-21181", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21181", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21181.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21181" }, { "cve": "CVE-2024-21182", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21182" }, { "cve": "CVE-2024-21183", "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21183", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21183.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-21183" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22243", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22243", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22243.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22243" }, { "cve": "CVE-2024-22259", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22259", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22259.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-22259" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-226018", "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-226018", "CSAFPID-271904" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29857", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-271904" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29857", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-271904" ] } ], "title": "CVE-2024-29857" } ] }
wid-sec-w-2024-3684
Vulnerability from csaf_certbund
Notes
{ "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": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-3684 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3684.json" }, { "category": "self", "summary": "WID-SEC-2024-3684 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3684" }, { "category": "external", "summary": "IBM Security Bulletin vom 2024-12-11", "url": "https://www.ibm.com/support/pages/node/7178556" } ], "source_lang": "en-US", "title": "IBM QRadar SIEM: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-12-11T23:00:00.000+00:00", "generator": { "date": "2024-12-12T09:36:59.736+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-3684", "initial_release_date": "2024-12-11T23:00:00.000+00:00", "revision_history": [ { "date": "2024-12-11T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP10 IF02", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP10 IF02", "product_id": "T039813" } }, { "category": "product_version", "name": "7.5.0 UP10 IF02", "product": { "name": "IBM QRadar SIEM 7.5.0 UP10 IF02", "product_id": "T039813-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up10_if02" } } } ], "category": "product_name", "name": "QRadar SIEM" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-12900", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2019-12900" }, { "cve": "CVE-2020-8908", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2020-8908" }, { "cve": "CVE-2021-22569", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2021-22569" }, { "cve": "CVE-2022-3171", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2022-3171" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-41881", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2022-41881" }, { "cve": "CVE-2022-41915", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2022-41915" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-31582", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-31582" }, { "cve": "CVE-2023-33546", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-33546" }, { "cve": "CVE-2023-34453", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-34453" }, { "cve": "CVE-2023-34454", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-34454" }, { "cve": "CVE-2023-34455", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-34455" }, { "cve": "CVE-2023-34462", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-34462" }, { "cve": "CVE-2023-35116", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-35116" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-43642", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-43642" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2023-44487" }, { "cve": "CVE-2024-10041", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-10041" }, { "cve": "CVE-2024-10963", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-10963" }, { "cve": "CVE-2024-23454", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-23454" }, { "cve": "CVE-2024-3596", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-3596" }, { "cve": "CVE-2024-45491", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-45491" }, { "cve": "CVE-2024-51504", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-51504" }, { "cve": "CVE-2024-52316", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-52316" }, { "cve": "CVE-2024-52317", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-52317" }, { "cve": "CVE-2024-52318", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM QRadar SIEM. Diese Fehler existieren in mehreren Komponenten wie Google Guava, protobuf-java oder Netty, unter anderem wegen mehrerer sicherheitsrelevanter Probleme wie einer unkontrollierten Rekursion, einem stapelbasierten Puffer\u00fcberlauf oder einer unzul\u00e4ssigen Autorisierung und mehr. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen oder einen Spoofing-Angriff durchzuf\u00fchren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich." } ], "product_status": { "known_affected": [ "T039813" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-52318" } ] }
wid-sec-w-2024-0094
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Bamboo ist ein Werkzeug zur kontinuierlichen Integration und Bereitstellung, das automatisierte Builds, Tests und Freigaben in einem einzigen Arbeitsablauf verbindet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter Angreifer kann mehrere Schwachstellen in Atlassian Bamboo ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder einen Request Smuggling-Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\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-0094 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0094.json" }, { "category": "self", "summary": "WID-SEC-2024-0094 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0094" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25623" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25622" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25614" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25613" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25612" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25609" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25607" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25606" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25640" } ], "source_lang": "en-US", "title": "Atlassian Bamboo: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-15T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:40.850+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0094", "initial_release_date": "2024-01-15T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-15T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.4.2", "product": { "name": "Atlassian Bamboo \u003c 9.4.2", "product_id": "T032060", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.4.2" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.3.6", "product": { "name": "Atlassian Bamboo \u003c 9.3.6", "product_id": "T032061", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.3.6" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.2.8", "product": { "name": "Atlassian Bamboo \u003c 9.2.8", "product_id": "T032062", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.2.8" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.2.9", "product": { "name": "Atlassian Bamboo \u003c 9.2.9", "product_id": "T032064", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.2.9" } } } ], "category": "product_name", "name": "Bamboo" } ], "category": "vendor", "name": "Atlassian" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-39410", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-39410" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2017-7957", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2017-7957" }, { "cve": "CVE-2020-26217", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im XStream und in der H2-Datenbank. Ein entfernter, authentifizierter Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2020-26217" }, { "cve": "CVE-2018-10054", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im XStream und in der H2-Datenbank. Ein entfernter, authentifizierter Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2018-10054" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im Codeplex-Codehaus und in den Apache Tomcat-Komponenten aufgrund eines Path Traversal und eines Improper Input Validation Problems. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um vertrauliche Informationen offenzulegen und einen Request Smuggling Angriff durchzuf\u00fchren." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2022-4244", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im Codeplex-Codehaus und in den Apache Tomcat-Komponenten aufgrund eines Path Traversal und eines Improper Input Validation Problems. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um vertrauliche Informationen offenzulegen und einen Request Smuggling Angriff durchzuf\u00fchren." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2022-4244" } ] }
wid-sec-w-2024-0101
Vulnerability from csaf_certbund
Notes
{ "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": "Bitbucket ist ein Git-Server zur Sourcecode-Versionskontrolle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Atlassian Bitbucket ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen oder Request-Smuggling-Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\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-0101 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0101.json" }, { "category": "self", "summary": "WID-SEC-2024-0101 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0101" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19100" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19099" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19098" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19097" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19096" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19095" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19094" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19044" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19037" }, { "category": "external", "summary": "Atlassian Security Bulletin Februar 2024", "url": "https://confluence.atlassian.com/security/security-bulletin-february-20-2024-1354501606.html" } ], "source_lang": "en-US", "title": "Atlassian Bitbucket: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-02-20T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:42.654+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0101", "initial_release_date": "2024-01-15T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-15T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-02-20T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c 8.17.0", "product": { "name": "Atlassian Bitbucket \u003c 8.17.0", "product_id": "T032065" } }, { "category": "product_version_range", "name": "\u003c 8.16.2", "product": { "name": "Atlassian Bitbucket \u003c 8.16.2", "product_id": "T032066" } }, { "category": "product_version_range", "name": "\u003c 8.9.9", "product": { "name": "Atlassian Bitbucket \u003c 8.9.9", "product_id": "T032067" } }, { "category": "product_version_range", "name": "\u003c 8.13.5", "product": { "name": "Atlassian Bitbucket \u003c 8.13.5", "product_id": "T032068" } }, { "category": "product_version_range", "name": "\u003c 8.14.4", "product": { "name": "Atlassian Bitbucket \u003c 8.14.4", "product_id": "T032069" } }, { "category": "product_version_range", "name": "\u003c 8.15.3", "product": { "name": "Atlassian Bitbucket \u003c 8.15.3", "product_id": "T032070" } }, { "category": "product_version_range", "name": "\u003c 7.21.21", "product": { "name": "Atlassian Bitbucket \u003c 7.21.21", "product_id": "T032071" } } ], "category": "product_name", "name": "Bitbucket" }, { "branches": [ { "category": "product_version_range", "name": "\u003c 7.19.18", "product": { "name": "Atlassian Confluence \u003c 7.19.18", "product_id": "T032051" } }, { "category": "product_version_range", "name": "\u003c 8.5.5", "product": { "name": "Atlassian Confluence \u003c 8.5.5", "product_id": "T032052" } }, { "category": "product_version_range", "name": "\u003c 8.7.2", "product": { "name": "Atlassian Confluence \u003c 8.7.2", "product_id": "T032053" } }, { "category": "product_version_range", "name": "\u003c 8.8.0", "product": { "name": "Atlassian Confluence \u003c 8.8.0", "product_id": "T033011" } } ], "category": "product_name", "name": "Confluence" } ], "category": "vendor", "name": "Atlassian" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6481", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-6481" }, { "cve": "CVE-2023-6378", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-6378" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-43642", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-43642" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-34455", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34455" }, { "cve": "CVE-2023-34454", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34454" }, { "cve": "CVE-2023-34453", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34453" } ] }
wid-sec-w-2024-1637
Vulnerability from csaf_certbund
Notes
{ "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": "- 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-1637 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1637.json" }, { "category": "self", "summary": "WID-SEC-2024-1637 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1637" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2024 - Appendix Oracle Fusion Middleware vom 2024-07-16", "url": "https://www.oracle.com/security-alerts/cpujul2024.html#AppendixFMW" }, { "category": "external", "summary": "PoC CVE-2024-21182 vom 2024-12-30", "url": "https://github.com/k4it0k1d/CVE-2024-21182" } ], "source_lang": "en-US", "title": "Oracle Fusion Middleware: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-12-30T23:00:00.000+00:00", "generator": { "date": "2024-12-31T09:02:24.477+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-1637", "initial_release_date": "2024-07-16T22:00:00.000+00:00", "revision_history": [ { "date": "2024-07-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-30T23:00:00.000+00:00", "number": "2", "summary": "PoC f\u00fcr CVE-2024-21182 erg\u00e4nzt" } ], "status": "final", "version": "2" } }, "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": "12.2.1.19.0", "product": { "name": "Oracle Fusion Middleware 12.2.1.19.0", "product_id": "T036225", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.19.0" } } } ], "category": "product_name", "name": "Fusion Middleware" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-13956", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2020-13956" }, { "cve": "CVE-2020-1945", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2020-1945" }, { "cve": "CVE-2021-29425", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2021-37533" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-45378", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2022-45378" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-29081", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-29081" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-45853", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-45853" }, { "cve": "CVE-2023-46750", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-46750" }, { "cve": "CVE-2023-4759", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-4759" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-6129" }, { "cve": "CVE-2024-0853", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-0853" }, { "cve": "CVE-2024-21133", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21133" }, { "cve": "CVE-2024-21175", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21175" }, { "cve": "CVE-2024-21181", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21181" }, { "cve": "CVE-2024-21182", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21182" }, { "cve": "CVE-2024-21183", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21183" }, { "cve": "CVE-2024-22201", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22243", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22243" }, { "cve": "CVE-2024-22259", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22259" }, { "cve": "CVE-2024-22262", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22262" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26308", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-26308" }, { "cve": "CVE-2024-29025", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29857", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-29857" } ] }
WID-SEC-W-2024-0094
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Bamboo ist ein Werkzeug zur kontinuierlichen Integration und Bereitstellung, das automatisierte Builds, Tests und Freigaben in einem einzigen Arbeitsablauf verbindet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter Angreifer kann mehrere Schwachstellen in Atlassian Bamboo ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder einen Request Smuggling-Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\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-0094 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0094.json" }, { "category": "self", "summary": "WID-SEC-2024-0094 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0094" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25623" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25622" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25614" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25613" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25612" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25609" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25607" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25606" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BAM-25640" } ], "source_lang": "en-US", "title": "Atlassian Bamboo: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-15T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:40.850+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0094", "initial_release_date": "2024-01-15T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-15T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.4.2", "product": { "name": "Atlassian Bamboo \u003c 9.4.2", "product_id": "T032060", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.4.2" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.3.6", "product": { "name": "Atlassian Bamboo \u003c 9.3.6", "product_id": "T032061", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.3.6" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.2.8", "product": { "name": "Atlassian Bamboo \u003c 9.2.8", "product_id": "T032062", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.2.8" } } }, { "category": "product_name", "name": "Atlassian Bamboo \u003c 9.2.9", "product": { "name": "Atlassian Bamboo \u003c 9.2.9", "product_id": "T032064", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:9.2.9" } } } ], "category": "product_name", "name": "Bamboo" } ], "category": "vendor", "name": "Atlassian" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-39410", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-39410" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2017-7957", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen in Eclipse Jetty, Apache Avro Java SDK, Woodstox, JSON-Java und in den XStream-Komponenten von Drittanbietern aufgrund eines Integer-\u00dcberlaufs, einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben und einer fehlerhaften Behandlung von primitiven Typen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2017-7957" }, { "cve": "CVE-2020-26217", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im XStream und in der H2-Datenbank. Ein entfernter, authentifizierter Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2020-26217" }, { "cve": "CVE-2018-10054", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im XStream und in der H2-Datenbank. Ein entfernter, authentifizierter Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2018-10054" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im Codeplex-Codehaus und in den Apache Tomcat-Komponenten aufgrund eines Path Traversal und eines Improper Input Validation Problems. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um vertrauliche Informationen offenzulegen und einen Request Smuggling Angriff durchzuf\u00fchren." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2022-4244", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bamboo. Diese Fehler bestehen im Codeplex-Codehaus und in den Apache Tomcat-Komponenten aufgrund eines Path Traversal und eines Improper Input Validation Problems. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um vertrauliche Informationen offenzulegen und einen Request Smuggling Angriff durchzuf\u00fchren." } ], "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2022-4244" } ] }
WID-SEC-W-2024-1637
Vulnerability from csaf_certbund
Notes
{ "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": "- 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-1637 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1637.json" }, { "category": "self", "summary": "WID-SEC-2024-1637 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1637" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2024 - Appendix Oracle Fusion Middleware vom 2024-07-16", "url": "https://www.oracle.com/security-alerts/cpujul2024.html#AppendixFMW" }, { "category": "external", "summary": "PoC CVE-2024-21182 vom 2024-12-30", "url": "https://github.com/k4it0k1d/CVE-2024-21182" } ], "source_lang": "en-US", "title": "Oracle Fusion Middleware: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-12-30T23:00:00.000+00:00", "generator": { "date": "2024-12-31T09:02:24.477+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-1637", "initial_release_date": "2024-07-16T22:00:00.000+00:00", "revision_history": [ { "date": "2024-07-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-30T23:00:00.000+00:00", "number": "2", "summary": "PoC f\u00fcr CVE-2024-21182 erg\u00e4nzt" } ], "status": "final", "version": "2" } }, "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": "12.2.1.19.0", "product": { "name": "Oracle Fusion Middleware 12.2.1.19.0", "product_id": "T036225", "product_identification_helper": { "cpe": "cpe:/a:oracle:fusion_middleware:12.2.1.19.0" } } } ], "category": "product_name", "name": "Fusion Middleware" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-13956", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2020-13956" }, { "cve": "CVE-2020-1945", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2020-1945" }, { "cve": "CVE-2021-29425", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2021-37533" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-45378", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2022-45378" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-29081", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-29081" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-45853", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-45853" }, { "cve": "CVE-2023-46750", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-46750" }, { "cve": "CVE-2023-4759", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-4759" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2023-6129" }, { "cve": "CVE-2024-0853", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-0853" }, { "cve": "CVE-2024-21133", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21133" }, { "cve": "CVE-2024-21175", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21175" }, { "cve": "CVE-2024-21181", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21181" }, { "cve": "CVE-2024-21182", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21182" }, { "cve": "CVE-2024-21183", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-21183" }, { "cve": "CVE-2024-22201", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22243", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22243" }, { "cve": "CVE-2024-22259", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22259" }, { "cve": "CVE-2024-22262", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-22262" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26308", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-26308" }, { "cve": "CVE-2024-29025", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29857", "notes": [ { "category": "description", "text": "In Oracle Fusion Middleware existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036225", "751674", "T034057", "829576" ] }, "release_date": "2024-07-16T22:00:00.000+00:00", "title": "CVE-2024-29857" } ] }
WID-SEC-W-2024-0106
Vulnerability from csaf_certbund
Notes
{ "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 Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "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-0106 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0106.json" }, { "category": "self", "summary": "WID-SEC-2024-0106 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0106" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - January 2024 - Appendix Oracle Communications vom 2024-01-16", "url": "https://www.oracle.com/security-alerts/cpujan2024.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-16T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:43.880+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0106", "initial_release_date": "2024-01-16T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_name", "name": "Oracle Communications 12.6.1.0.0", "product": { "name": "Oracle Communications 12.6.1.0.0", "product_id": "T027338", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.1.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.3", "product": { "name": "Oracle Communications 23.1.3", "product_id": "T030584", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.3" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.1", "product": { "name": "Oracle Communications 23.2.1", "product_id": "T030585", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.3.0", "product": { "name": "Oracle Communications 23.3.0", "product_id": "T030586", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0" } } }, { "category": "product_name", "name": "Oracle Communications 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_name", "name": "Oracle Communications 23.3.1", "product": { "name": "Oracle Communications 23.3.1", "product_id": "T032088", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.1" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 9.0.2.0.1", "product": { "name": "Oracle Communications \u003c= 9.0.2.0.1", "product_id": "T032089", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.2.0.1" } } }, { "category": "product_name", "name": "Oracle Communications 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_name", "name": "Oracle Communications 23.4.0", "product": { "name": "Oracle Communications 23.4.0", "product_id": "T032091", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.4", "product": { "name": "Oracle Communications 23.1.4", "product_id": "T032092", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.4" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0.0.2", "product": { "name": "Oracle Communications 23.2.0.0.2", "product_id": "T032093", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0.0.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.3.0.0.0", "product": { "name": "Oracle Communications 23.3.0.0.0", "product_id": "T032094", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0.0.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-50164", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-50164" }, { "cve": "CVE-2023-4911", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-4911" }, { "cve": "CVE-2023-46604", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-46604" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-45648", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-45648" }, { "cve": "CVE-2023-45145", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-45145" }, { "cve": "CVE-2023-44981", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44981" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44483", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44483" }, { "cve": "CVE-2023-43496", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-43496" }, { "cve": "CVE-2023-41053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-41053" }, { "cve": "CVE-2023-40167", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-40167" }, { "cve": "CVE-2023-38325", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-38325" }, { "cve": "CVE-2023-37536", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-37536" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-34055", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-34053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34053" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-33201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-33201" }, { "cve": "CVE-2023-31582", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-31582" }, { "cve": "CVE-2023-31486", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-31486" }, { "cve": "CVE-2023-30861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-30861" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-2283", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-22102", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-22102" }, { "cve": "CVE-2023-1108", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-1108" }, { "cve": "CVE-2022-48174", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2022-48174" }, { "cve": "CVE-2022-46751", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2022-46751" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2021-46848" } ] }
WID-SEC-W-2024-0101
Vulnerability from csaf_certbund
Notes
{ "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": "Bitbucket ist ein Git-Server zur Sourcecode-Versionskontrolle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Atlassian Bitbucket ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen oder Request-Smuggling-Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\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-0101 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0101.json" }, { "category": "self", "summary": "WID-SEC-2024-0101 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0101" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19100" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19099" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19098" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19097" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19096" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19095" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19094" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19044" }, { "category": "external", "summary": "Atlassian Security Advisory vom 2024-01-15", "url": "https://jira.atlassian.com/browse/BSERV-19037" }, { "category": "external", "summary": "Atlassian Security Bulletin Februar 2024", "url": "https://confluence.atlassian.com/security/security-bulletin-february-20-2024-1354501606.html" } ], "source_lang": "en-US", "title": "Atlassian Bitbucket: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-02-20T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:42.654+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0101", "initial_release_date": "2024-01-15T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-15T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-02-20T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c 8.17.0", "product": { "name": "Atlassian Bitbucket \u003c 8.17.0", "product_id": "T032065" } }, { "category": "product_version_range", "name": "\u003c 8.16.2", "product": { "name": "Atlassian Bitbucket \u003c 8.16.2", "product_id": "T032066" } }, { "category": "product_version_range", "name": "\u003c 8.9.9", "product": { "name": "Atlassian Bitbucket \u003c 8.9.9", "product_id": "T032067" } }, { "category": "product_version_range", "name": "\u003c 8.13.5", "product": { "name": "Atlassian Bitbucket \u003c 8.13.5", "product_id": "T032068" } }, { "category": "product_version_range", "name": "\u003c 8.14.4", "product": { "name": "Atlassian Bitbucket \u003c 8.14.4", "product_id": "T032069" } }, { "category": "product_version_range", "name": "\u003c 8.15.3", "product": { "name": "Atlassian Bitbucket \u003c 8.15.3", "product_id": "T032070" } }, { "category": "product_version_range", "name": "\u003c 7.21.21", "product": { "name": "Atlassian Bitbucket \u003c 7.21.21", "product_id": "T032071" } } ], "category": "product_name", "name": "Bitbucket" }, { "branches": [ { "category": "product_version_range", "name": "\u003c 7.19.18", "product": { "name": "Atlassian Confluence \u003c 7.19.18", "product_id": "T032051" } }, { "category": "product_version_range", "name": "\u003c 8.5.5", "product": { "name": "Atlassian Confluence \u003c 8.5.5", "product_id": "T032052" } }, { "category": "product_version_range", "name": "\u003c 8.7.2", "product": { "name": "Atlassian Confluence \u003c 8.7.2", "product_id": "T032053" } }, { "category": "product_version_range", "name": "\u003c 8.8.0", "product": { "name": "Atlassian Confluence \u003c 8.8.0", "product_id": "T033011" } } ], "category": "product_name", "name": "Confluence" } ], "category": "vendor", "name": "Atlassian" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6481", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-6481" }, { "cve": "CVE-2023-6378", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-6378" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-43642", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-43642" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-34455", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34455" }, { "cve": "CVE-2023-34454", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34454" }, { "cve": "CVE-2023-34453", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Atlassian Bitbucket. Diese Fehler bestehen in mehreren Komponenten von Drittanbietern aufgrund von mehreren sicherheitsrelevanten Problemen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand auszul\u00f6sen oder Request Smuggling-Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T032052", "T032053", "T032051", "T033011" ] }, "release_date": "2024-01-15T23:00:00.000+00:00", "title": "CVE-2023-34453" } ] }
wid-sec-w-2024-0106
Vulnerability from csaf_certbund
Notes
{ "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 Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "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-0106 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0106.json" }, { "category": "self", "summary": "WID-SEC-2024-0106 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0106" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - January 2024 - Appendix Oracle Communications vom 2024-01-16", "url": "https://www.oracle.com/security-alerts/cpujan2024.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-16T23:00:00.000+00:00", "generator": { "date": "2024-08-15T18:03:43.880+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-0106", "initial_release_date": "2024-01-16T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_name", "name": "Oracle Communications 12.6.1.0.0", "product": { "name": "Oracle Communications 12.6.1.0.0", "product_id": "T027338", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.1.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.3", "product": { "name": "Oracle Communications 23.1.3", "product_id": "T030584", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.3" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.1", "product": { "name": "Oracle Communications 23.2.1", "product_id": "T030585", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.3.0", "product": { "name": "Oracle Communications 23.3.0", "product_id": "T030586", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0" } } }, { "category": "product_name", "name": "Oracle Communications 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_name", "name": "Oracle Communications 23.3.1", "product": { "name": "Oracle Communications 23.3.1", "product_id": "T032088", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.1" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 9.0.2.0.1", "product": { "name": "Oracle Communications \u003c= 9.0.2.0.1", "product_id": "T032089", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.2.0.1" } } }, { "category": "product_name", "name": "Oracle Communications 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_name", "name": "Oracle Communications 23.4.0", "product": { "name": "Oracle Communications 23.4.0", "product_id": "T032091", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.4", "product": { "name": "Oracle Communications 23.1.4", "product_id": "T032092", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.4" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0.0.2", "product": { "name": "Oracle Communications 23.2.0.0.2", "product_id": "T032093", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0.0.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.3.0.0.0", "product": { "name": "Oracle Communications 23.3.0.0.0", "product_id": "T032094", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0.0.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-50164", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-50164" }, { "cve": "CVE-2023-4911", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-4911" }, { "cve": "CVE-2023-46604", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-46604" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-45648", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-45648" }, { "cve": "CVE-2023-45145", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-45145" }, { "cve": "CVE-2023-44981", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44981" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44483", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-44483" }, { "cve": "CVE-2023-43496", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-43496" }, { "cve": "CVE-2023-41053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-41053" }, { "cve": "CVE-2023-40167", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-40167" }, { "cve": "CVE-2023-38325", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-38325" }, { "cve": "CVE-2023-37536", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-37536" }, { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-34055", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-34053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34053" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-33201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-33201" }, { "cve": "CVE-2023-31582", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-31582" }, { "cve": "CVE-2023-31486", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-31486" }, { "cve": "CVE-2023-30861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-30861" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-2283", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-22102", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-22102" }, { "cve": "CVE-2023-1108", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2023-1108" }, { "cve": "CVE-2022-48174", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2022-48174" }, { "cve": "CVE-2022-46751", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2022-46751" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (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 f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030584", "T030586", "T030589", "T032094", "T032088", "T032092", "T032093", "T032090", "T021645", "T032091", "T027326", "T024970", "T027338", "T028684" ], "last_affected": [ "T032089" ] }, "release_date": "2024-01-16T23:00:00.000+00:00", "title": "CVE-2021-46848" } ] }
WID-SEC-W-2023-2627
Vulnerability from csaf_certbund
Notes
{ "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": "Eclipse Jetty ist ein Java-HTTP-Server und Java-Servlet-Container.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Eclipse Jetty ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2023-2627 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2627.json" }, { "category": "self", "summary": "WID-SEC-2023-2627 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2627" }, { "category": "external", "summary": "Eclipse Jetty Releases vom 2023-10-10", "url": "https://www.eclipse.org/lists/jetty-announce/msg00181.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4210-1 vom 2023-10-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016857.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3641 vom 2023-10-30", "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5540 vom 2023-10-30", "url": "https://lists.debian.org/debian-security-announce/2023/msg00236.html" }, { "category": "external", "summary": "IBM Security Bulletin 7076824 vom 2023-11-15", "url": "https://www.ibm.com/support/pages/node/7076824" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7247 vom 2023-11-16", "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "external", "summary": "Debian Security Advisory DLA-3656 vom 2023-11-19", "url": "https://lists.debian.org/debian-lts-announce/2023/11/msg00012.html" }, { "category": "external", "summary": "IBM Security Bulletin 7070763 vom 2023-11-29", "url": "https://www.ibm.com/support/pages/node/7070763" }, { "category": "external", "summary": "IBM Security Bulletin 7099297 vom 2023-12-18", "url": "https://www.ibm.com/support/pages/node/7099297" }, { "category": "external", "summary": "Atlassian Security Advisory CONFSERVER-93826 vom 2024-01-03", "url": "https://jira.atlassian.com/browse/CONFSERVER-93826" }, { "category": "external", "summary": "IBM Security Bulletin 7108700 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108700" }, { "category": "external", "summary": "DELL Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000221476/dsa-2024-058-security-update-for-dell-networker-vproxy-multiple-components-vulnerabilities" }, { "category": "external", "summary": "Atlassian Security Advisory", "url": "https://jira.atlassian.com/browse/CONFSERVER-94843" }, { "category": "external", "summary": "IBM Security Bulletin 7152890 vom 2024-05-16", "url": "https://www.ibm.com/support/pages/node/7152890" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3354 vom 2024-05-24", "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "external", "summary": "IBM Security Bulletin 7172226 vom 2024-10-04", "url": "https://www.ibm.com/support/pages/node/7172226" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14442-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TNFN6MBU4SQLAGX7GNFLRGTPGY3IBHZG/" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2024-150 vom 2024-12-17", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2024-150/index.html" } ], "source_lang": "en-US", "title": "Eclipse Jetty: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-12-17T23:00:00.000+00:00", "generator": { "date": "2024-12-18T10:29:00.462+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2023-2627", "initial_release_date": "2023-10-10T22:00:00.000+00:00", "revision_history": [ { "date": "2023-10-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-10-26T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-30T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-11-15T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von IBM und Red Hat aufgenommen" }, { "date": "2023-11-19T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-11-28T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-18T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-02T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Atlassian aufgenommen" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-28T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Atlassian aufgenommen" }, { "date": "2024-05-16T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-10-06T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-10-31T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von HITACHI aufgenommen" } ], "status": "final", "version": "16" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "8.5", "product": { "name": "Atlassian Confluence 8.5", "product_id": "T031847", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.5" } } }, { "category": "product_version_range", "name": "\u003c8.5.7", "product": { "name": "Atlassian Confluence \u003c8.5.7", "product_id": "T033545" } }, { "category": "product_version", "name": "8.5.7", "product": { "name": "Atlassian Confluence 8.5.7", "product_id": "T033545-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.5.7" } } }, { "category": "product_version_range", "name": "\u003c7.19.20", "product": { "name": "Atlassian Confluence \u003c7.19.20", "product_id": "T033546" } }, { "category": "product_version", "name": "7.19.20", "product": { "name": "Atlassian Confluence 7.19.20", "product_id": "T033546-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.19.20" } } }, { "category": "product_version_range", "name": "\u003c8.8.1", "product": { "name": "Atlassian Confluence \u003c8.8.1", "product_id": "T033547" } }, { "category": "product_version", "name": "8.8.1", "product": { "name": "Atlassian Confluence 8.8.1", "product_id": "T033547-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.8.1" } } } ], "category": "product_name", "name": "Confluence" } ], "category": "vendor", "name": "Atlassian" }, { "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": "vProxy\u003c19.9.0.4", "product": { "name": "Dell NetWorker vProxy\u003c19.9.0.4", "product_id": "T032377" } }, { "category": "product_version", "name": "vProxy19.9.0.4", "product": { "name": "Dell NetWorker vProxy19.9.0.4", "product_id": "T032377-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.9.0.4" } } }, { "category": "product_version_range", "name": "vProxy\u003c19.10", "product": { "name": "Dell NetWorker vProxy\u003c19.10", "product_id": "T032378" } }, { "category": "product_version", "name": "vProxy19.10", "product": { "name": "Dell NetWorker vProxy19.10", "product_id": "T032378-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.10" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c10.0.16", "product": { "name": "Eclipse Jetty \u003c10.0.16", "product_id": "1477380" } }, { "category": "product_version", "name": "10.0.16", "product": { "name": "Eclipse Jetty 10.0.16", "product_id": "1477380-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:10.0.16" } } }, { "category": "product_version_range", "name": "\u003c11.0.16", "product": { "name": "Eclipse Jetty \u003c11.0.16", "product_id": "1477382" } }, { "category": "product_version", "name": "11.0.16", "product": { "name": "Eclipse Jetty 11.0.16", "product_id": "1477382-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:11.0.16" } } }, { "category": "product_version_range", "name": "\u003c9.4.53", "product": { "name": "Eclipse Jetty \u003c9.4.53", "product_id": "T030428" } }, { "category": "product_version", "name": "9.4.53", "product": { "name": "Eclipse Jetty 9.4.53", "product_id": "T030428-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:9.4.53" } } }, { "category": "product_version_range", "name": "\u003c10.0.17", "product": { "name": "Eclipse Jetty \u003c10.0.17", "product_id": "T030429" } }, { "category": "product_version", "name": "10.0.17", "product": { "name": "Eclipse Jetty 10.0.17", "product_id": "T030429-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:10.0.17" } } }, { "category": "product_version_range", "name": "\u003c11.0.17", "product": { "name": "Eclipse Jetty \u003c11.0.17", "product_id": "T030430" } }, { "category": "product_version", "name": "11.0.17", "product": { "name": "Eclipse Jetty 11.0.17", "product_id": "T030430-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:11.0.17" } } }, { "category": "product_version_range", "name": "\u003c12.0.2", "product": { "name": "Eclipse Jetty \u003c12.0.2", "product_id": "T030431" } }, { "category": "product_version", "name": "12.0.2", "product": { "name": "Eclipse Jetty 12.0.2", "product_id": "T030431-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:12.0.2" } } } ], "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": [ { "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" }, { "category": "product_name", "name": "IBM Integration Bus", "product": { "name": "IBM Integration Bus", "product_id": "T011169", "product_identification_helper": { "cpe": "cpe:/a:ibm:integration_bus:-" } } }, { "branches": [ { "category": "product_version", "name": "7.6.1", "product": { "name": "IBM Maximo Asset Management 7.6.1", "product_id": "389168", "product_identification_helper": { "cpe": "cpe:/a:ibm:maximo_asset_management:7.6.1" } } } ], "category": "product_name", "name": "Maximo Asset Management" }, { "branches": [ { "category": "product_version", "name": "7.5", "product": { "name": "IBM QRadar SIEM 7.5", "product_id": "T022954", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "branches": [ { "category": "product_version_range", "name": "\u003c5.3.2.7", "product": { "name": "IBM Rational Change \u003c5.3.2.7", "product_id": "T038008" } }, { "category": "product_version", "name": "5.3.2.7", "product": { "name": "IBM Rational Change 5.3.2.7", "product_id": "T038008-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_change:5.3.2.7" } } } ], "category": "product_name", "name": "Rational Change" }, { "branches": [ { "category": "product_version", "name": "11.3", "product": { "name": "IBM Security Guardium 11.3", "product_id": "1048943", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:11.3" } } }, { "category": "product_version", "name": "10.6", "product": { "name": "IBM Security Guardium 10.6", "product_id": "410913", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:10.6" } } } ], "category": "product_name", "name": "Security Guardium" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Eclipse Jetty in der HTTP/2-Implementierung. Bei der \u00dcberpr\u00fcfung von Stream-Limits werden abgebrochene Verbindungen nicht gez\u00e4hlt, obwohl der Worker-Prozess noch an der Anfrage arbeitet. Dar\u00fcber hinaus besteht ein Fehler aufgrund eines Integer-\u00dcberlaufs. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T033545", "T030431", "T033546", "T030430", "T032377", "T032378", "1048943", "1477382", "67646", "T011169", "T033547", "1477380", "389168", "T038008", "410913", "T038840", "T022954", "2951", "T002207", "444803", "T027843", "T031847", "T030428", "T030429" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Eclipse Jetty in der HTTP/2-Implementierung. Bei der \u00dcberpr\u00fcfung von Stream-Limits werden abgebrochene Verbindungen nicht gez\u00e4hlt, obwohl der Worker-Prozess noch an der Anfrage arbeitet. Dar\u00fcber hinaus besteht ein Fehler aufgrund eines Integer-\u00dcberlaufs. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T033545", "T030431", "T033546", "T030430", "T032377", "T032378", "1048943", "1477382", "67646", "T011169", "T033547", "1477380", "389168", "T038008", "410913", "T038840", "T022954", "2951", "T002207", "444803", "T027843", "T031847", "T030428", "T030429" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-44487" } ] }
wid-sec-w-2023-2627
Vulnerability from csaf_certbund
Notes
{ "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": "Eclipse Jetty ist ein Java-HTTP-Server und Java-Servlet-Container.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Eclipse Jetty ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2023-2627 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2627.json" }, { "category": "self", "summary": "WID-SEC-2023-2627 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2627" }, { "category": "external", "summary": "Eclipse Jetty Releases vom 2023-10-10", "url": "https://www.eclipse.org/lists/jetty-announce/msg00181.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4210-1 vom 2023-10-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016857.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3641 vom 2023-10-30", "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5540 vom 2023-10-30", "url": "https://lists.debian.org/debian-security-announce/2023/msg00236.html" }, { "category": "external", "summary": "IBM Security Bulletin 7076824 vom 2023-11-15", "url": "https://www.ibm.com/support/pages/node/7076824" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7247 vom 2023-11-16", "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "external", "summary": "Debian Security Advisory DLA-3656 vom 2023-11-19", "url": "https://lists.debian.org/debian-lts-announce/2023/11/msg00012.html" }, { "category": "external", "summary": "IBM Security Bulletin 7070763 vom 2023-11-29", "url": "https://www.ibm.com/support/pages/node/7070763" }, { "category": "external", "summary": "IBM Security Bulletin 7099297 vom 2023-12-18", "url": "https://www.ibm.com/support/pages/node/7099297" }, { "category": "external", "summary": "Atlassian Security Advisory CONFSERVER-93826 vom 2024-01-03", "url": "https://jira.atlassian.com/browse/CONFSERVER-93826" }, { "category": "external", "summary": "IBM Security Bulletin 7108700 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108700" }, { "category": "external", "summary": "DELL Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000221476/dsa-2024-058-security-update-for-dell-networker-vproxy-multiple-components-vulnerabilities" }, { "category": "external", "summary": "Atlassian Security Advisory", "url": "https://jira.atlassian.com/browse/CONFSERVER-94843" }, { "category": "external", "summary": "IBM Security Bulletin 7152890 vom 2024-05-16", "url": "https://www.ibm.com/support/pages/node/7152890" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3354 vom 2024-05-24", "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "external", "summary": "IBM Security Bulletin 7172226 vom 2024-10-04", "url": "https://www.ibm.com/support/pages/node/7172226" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14442-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TNFN6MBU4SQLAGX7GNFLRGTPGY3IBHZG/" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2024-150 vom 2024-12-17", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2024-150/index.html" } ], "source_lang": "en-US", "title": "Eclipse Jetty: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-12-17T23:00:00.000+00:00", "generator": { "date": "2024-12-18T10:29:00.462+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2023-2627", "initial_release_date": "2023-10-10T22:00:00.000+00:00", "revision_history": [ { "date": "2023-10-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-10-26T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-30T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-11-15T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von IBM und Red Hat aufgenommen" }, { "date": "2023-11-19T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-11-28T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-18T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-02T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Atlassian aufgenommen" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-28T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Atlassian aufgenommen" }, { "date": "2024-05-16T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-10-06T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-10-31T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von HITACHI aufgenommen" } ], "status": "final", "version": "16" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "8.5", "product": { "name": "Atlassian Confluence 8.5", "product_id": "T031847", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.5" } } }, { "category": "product_version_range", "name": "\u003c8.5.7", "product": { "name": "Atlassian Confluence \u003c8.5.7", "product_id": "T033545" } }, { "category": "product_version", "name": "8.5.7", "product": { "name": "Atlassian Confluence 8.5.7", "product_id": "T033545-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.5.7" } } }, { "category": "product_version_range", "name": "\u003c7.19.20", "product": { "name": "Atlassian Confluence \u003c7.19.20", "product_id": "T033546" } }, { "category": "product_version", "name": "7.19.20", "product": { "name": "Atlassian Confluence 7.19.20", "product_id": "T033546-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.19.20" } } }, { "category": "product_version_range", "name": "\u003c8.8.1", "product": { "name": "Atlassian Confluence \u003c8.8.1", "product_id": "T033547" } }, { "category": "product_version", "name": "8.8.1", "product": { "name": "Atlassian Confluence 8.8.1", "product_id": "T033547-fixed", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:8.8.1" } } } ], "category": "product_name", "name": "Confluence" } ], "category": "vendor", "name": "Atlassian" }, { "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": "vProxy\u003c19.9.0.4", "product": { "name": "Dell NetWorker vProxy\u003c19.9.0.4", "product_id": "T032377" } }, { "category": "product_version", "name": "vProxy19.9.0.4", "product": { "name": "Dell NetWorker vProxy19.9.0.4", "product_id": "T032377-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.9.0.4" } } }, { "category": "product_version_range", "name": "vProxy\u003c19.10", "product": { "name": "Dell NetWorker vProxy\u003c19.10", "product_id": "T032378" } }, { "category": "product_version", "name": "vProxy19.10", "product": { "name": "Dell NetWorker vProxy19.10", "product_id": "T032378-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.10" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c10.0.16", "product": { "name": "Eclipse Jetty \u003c10.0.16", "product_id": "1477380" } }, { "category": "product_version", "name": "10.0.16", "product": { "name": "Eclipse Jetty 10.0.16", "product_id": "1477380-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:10.0.16" } } }, { "category": "product_version_range", "name": "\u003c11.0.16", "product": { "name": "Eclipse Jetty \u003c11.0.16", "product_id": "1477382" } }, { "category": "product_version", "name": "11.0.16", "product": { "name": "Eclipse Jetty 11.0.16", "product_id": "1477382-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:11.0.16" } } }, { "category": "product_version_range", "name": "\u003c9.4.53", "product": { "name": "Eclipse Jetty \u003c9.4.53", "product_id": "T030428" } }, { "category": "product_version", "name": "9.4.53", "product": { "name": "Eclipse Jetty 9.4.53", "product_id": "T030428-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:9.4.53" } } }, { "category": "product_version_range", "name": "\u003c10.0.17", "product": { "name": "Eclipse Jetty \u003c10.0.17", "product_id": "T030429" } }, { "category": "product_version", "name": "10.0.17", "product": { "name": "Eclipse Jetty 10.0.17", "product_id": "T030429-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:10.0.17" } } }, { "category": "product_version_range", "name": "\u003c11.0.17", "product": { "name": "Eclipse Jetty \u003c11.0.17", "product_id": "T030430" } }, { "category": "product_version", "name": "11.0.17", "product": { "name": "Eclipse Jetty 11.0.17", "product_id": "T030430-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:11.0.17" } } }, { "category": "product_version_range", "name": "\u003c12.0.2", "product": { "name": "Eclipse Jetty \u003c12.0.2", "product_id": "T030431" } }, { "category": "product_version", "name": "12.0.2", "product": { "name": "Eclipse Jetty 12.0.2", "product_id": "T030431-fixed", "product_identification_helper": { "cpe": "cpe:/a:eclipse:jetty:12.0.2" } } } ], "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": [ { "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" }, { "category": "product_name", "name": "IBM Integration Bus", "product": { "name": "IBM Integration Bus", "product_id": "T011169", "product_identification_helper": { "cpe": "cpe:/a:ibm:integration_bus:-" } } }, { "branches": [ { "category": "product_version", "name": "7.6.1", "product": { "name": "IBM Maximo Asset Management 7.6.1", "product_id": "389168", "product_identification_helper": { "cpe": "cpe:/a:ibm:maximo_asset_management:7.6.1" } } } ], "category": "product_name", "name": "Maximo Asset Management" }, { "branches": [ { "category": "product_version", "name": "7.5", "product": { "name": "IBM QRadar SIEM 7.5", "product_id": "T022954", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "branches": [ { "category": "product_version_range", "name": "\u003c5.3.2.7", "product": { "name": "IBM Rational Change \u003c5.3.2.7", "product_id": "T038008" } }, { "category": "product_version", "name": "5.3.2.7", "product": { "name": "IBM Rational Change 5.3.2.7", "product_id": "T038008-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_change:5.3.2.7" } } } ], "category": "product_name", "name": "Rational Change" }, { "branches": [ { "category": "product_version", "name": "11.3", "product": { "name": "IBM Security Guardium 11.3", "product_id": "1048943", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:11.3" } } }, { "category": "product_version", "name": "10.6", "product": { "name": "IBM Security Guardium 10.6", "product_id": "410913", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:10.6" } } } ], "category": "product_name", "name": "Security Guardium" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36478", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Eclipse Jetty in der HTTP/2-Implementierung. Bei der \u00dcberpr\u00fcfung von Stream-Limits werden abgebrochene Verbindungen nicht gez\u00e4hlt, obwohl der Worker-Prozess noch an der Anfrage arbeitet. Dar\u00fcber hinaus besteht ein Fehler aufgrund eines Integer-\u00dcberlaufs. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T033545", "T030431", "T033546", "T030430", "T032377", "T032378", "1048943", "1477382", "67646", "T011169", "T033547", "1477380", "389168", "T038008", "410913", "T038840", "T022954", "2951", "T002207", "444803", "T027843", "T031847", "T030428", "T030429" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-36478" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Eclipse Jetty in der HTTP/2-Implementierung. Bei der \u00dcberpr\u00fcfung von Stream-Limits werden abgebrochene Verbindungen nicht gez\u00e4hlt, obwohl der Worker-Prozess noch an der Anfrage arbeitet. Dar\u00fcber hinaus besteht ein Fehler aufgrund eines Integer-\u00dcberlaufs. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T033545", "T030431", "T033546", "T030430", "T032377", "T032378", "1048943", "1477382", "67646", "T011169", "T033547", "1477380", "389168", "T038008", "410913", "T038840", "T022954", "2951", "T002207", "444803", "T027843", "T031847", "T030428", "T030429" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-44487" } ] }
opensuse-su-2024:13329-1
Vulnerability from csaf_opensuse
Notes
{ "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": "jetty-annotations-9.4.53-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.53-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13329", "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-2024_13329-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-36478 page", "url": "https://www.suse.com/security/cve/CVE-2023-36478/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-36479 page", "url": "https://www.suse.com/security/cve/CVE-2023-36479/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-40167 page", "url": "https://www.suse.com/security/cve/CVE-2023-40167/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-41900 page", "url": "https://www.suse.com/security/cve/CVE-2023-41900/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-44487 page", "url": "https://www.suse.com/security/cve/CVE-2023-44487/" } ], "title": "jetty-annotations-9.4.53-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13329-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "jetty-annotations-9.4.53-1.1.aarch64", "product": { "name": "jetty-annotations-9.4.53-1.1.aarch64", "product_id": "jetty-annotations-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-ant-9.4.53-1.1.aarch64", "product": { "name": "jetty-ant-9.4.53-1.1.aarch64", "product_id": "jetty-ant-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-cdi-9.4.53-1.1.aarch64", "product": { "name": "jetty-cdi-9.4.53-1.1.aarch64", "product_id": "jetty-cdi-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-client-9.4.53-1.1.aarch64", "product": { "name": "jetty-client-9.4.53-1.1.aarch64", "product_id": "jetty-client-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-continuation-9.4.53-1.1.aarch64", "product": { "name": "jetty-continuation-9.4.53-1.1.aarch64", "product_id": "jetty-continuation-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-deploy-9.4.53-1.1.aarch64", "product": { "name": "jetty-deploy-9.4.53-1.1.aarch64", "product_id": "jetty-deploy-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-fcgi-9.4.53-1.1.aarch64", "product": { "name": "jetty-fcgi-9.4.53-1.1.aarch64", "product_id": "jetty-fcgi-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-http-9.4.53-1.1.aarch64", "product": { "name": "jetty-http-9.4.53-1.1.aarch64", "product_id": "jetty-http-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-http-spi-9.4.53-1.1.aarch64", "product": { "name": "jetty-http-spi-9.4.53-1.1.aarch64", "product_id": "jetty-http-spi-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-io-9.4.53-1.1.aarch64", "product": { "name": "jetty-io-9.4.53-1.1.aarch64", "product_id": "jetty-io-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-jaas-9.4.53-1.1.aarch64", "product": { "name": "jetty-jaas-9.4.53-1.1.aarch64", "product_id": "jetty-jaas-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-jmx-9.4.53-1.1.aarch64", "product": { "name": "jetty-jmx-9.4.53-1.1.aarch64", "product_id": "jetty-jmx-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-jndi-9.4.53-1.1.aarch64", "product": { "name": "jetty-jndi-9.4.53-1.1.aarch64", "product_id": "jetty-jndi-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-jsp-9.4.53-1.1.aarch64", "product": { "name": "jetty-jsp-9.4.53-1.1.aarch64", "product_id": "jetty-jsp-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-minimal-javadoc-9.4.53-1.1.aarch64", "product": { "name": "jetty-minimal-javadoc-9.4.53-1.1.aarch64", "product_id": "jetty-minimal-javadoc-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-openid-9.4.53-1.1.aarch64", "product": { "name": "jetty-openid-9.4.53-1.1.aarch64", "product_id": "jetty-openid-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-plus-9.4.53-1.1.aarch64", "product": { "name": "jetty-plus-9.4.53-1.1.aarch64", "product_id": "jetty-plus-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-proxy-9.4.53-1.1.aarch64", "product": { "name": "jetty-proxy-9.4.53-1.1.aarch64", "product_id": "jetty-proxy-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-quickstart-9.4.53-1.1.aarch64", "product": { "name": "jetty-quickstart-9.4.53-1.1.aarch64", "product_id": "jetty-quickstart-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-rewrite-9.4.53-1.1.aarch64", "product": { "name": "jetty-rewrite-9.4.53-1.1.aarch64", "product_id": "jetty-rewrite-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-security-9.4.53-1.1.aarch64", "product": { "name": "jetty-security-9.4.53-1.1.aarch64", "product_id": "jetty-security-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-server-9.4.53-1.1.aarch64", "product": { "name": "jetty-server-9.4.53-1.1.aarch64", "product_id": "jetty-server-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-servlet-9.4.53-1.1.aarch64", "product": { "name": "jetty-servlet-9.4.53-1.1.aarch64", "product_id": "jetty-servlet-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-servlets-9.4.53-1.1.aarch64", "product": { "name": "jetty-servlets-9.4.53-1.1.aarch64", "product_id": "jetty-servlets-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-start-9.4.53-1.1.aarch64", "product": { "name": "jetty-start-9.4.53-1.1.aarch64", "product_id": "jetty-start-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-util-9.4.53-1.1.aarch64", "product": { "name": "jetty-util-9.4.53-1.1.aarch64", "product_id": "jetty-util-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-util-ajax-9.4.53-1.1.aarch64", "product": { "name": "jetty-util-ajax-9.4.53-1.1.aarch64", "product_id": "jetty-util-ajax-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-webapp-9.4.53-1.1.aarch64", "product": { "name": "jetty-webapp-9.4.53-1.1.aarch64", "product_id": "jetty-webapp-9.4.53-1.1.aarch64" } }, { "category": "product_version", "name": "jetty-xml-9.4.53-1.1.aarch64", "product": { "name": "jetty-xml-9.4.53-1.1.aarch64", "product_id": "jetty-xml-9.4.53-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "jetty-annotations-9.4.53-1.1.ppc64le", "product": { "name": "jetty-annotations-9.4.53-1.1.ppc64le", "product_id": "jetty-annotations-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-ant-9.4.53-1.1.ppc64le", "product": { "name": "jetty-ant-9.4.53-1.1.ppc64le", "product_id": "jetty-ant-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-cdi-9.4.53-1.1.ppc64le", "product": { "name": "jetty-cdi-9.4.53-1.1.ppc64le", "product_id": "jetty-cdi-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-client-9.4.53-1.1.ppc64le", "product": { "name": "jetty-client-9.4.53-1.1.ppc64le", "product_id": "jetty-client-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-continuation-9.4.53-1.1.ppc64le", "product": { "name": "jetty-continuation-9.4.53-1.1.ppc64le", "product_id": "jetty-continuation-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-deploy-9.4.53-1.1.ppc64le", "product": { "name": "jetty-deploy-9.4.53-1.1.ppc64le", "product_id": "jetty-deploy-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-fcgi-9.4.53-1.1.ppc64le", "product": { "name": "jetty-fcgi-9.4.53-1.1.ppc64le", "product_id": "jetty-fcgi-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-http-9.4.53-1.1.ppc64le", "product": { "name": "jetty-http-9.4.53-1.1.ppc64le", "product_id": "jetty-http-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-http-spi-9.4.53-1.1.ppc64le", "product": { "name": "jetty-http-spi-9.4.53-1.1.ppc64le", "product_id": "jetty-http-spi-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-io-9.4.53-1.1.ppc64le", "product": { "name": "jetty-io-9.4.53-1.1.ppc64le", "product_id": "jetty-io-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-jaas-9.4.53-1.1.ppc64le", "product": { "name": "jetty-jaas-9.4.53-1.1.ppc64le", "product_id": "jetty-jaas-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-jmx-9.4.53-1.1.ppc64le", "product": { "name": "jetty-jmx-9.4.53-1.1.ppc64le", "product_id": "jetty-jmx-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-jndi-9.4.53-1.1.ppc64le", "product": { "name": "jetty-jndi-9.4.53-1.1.ppc64le", "product_id": "jetty-jndi-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-jsp-9.4.53-1.1.ppc64le", "product": { "name": "jetty-jsp-9.4.53-1.1.ppc64le", "product_id": "jetty-jsp-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "product": { "name": "jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "product_id": "jetty-minimal-javadoc-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-openid-9.4.53-1.1.ppc64le", "product": { "name": "jetty-openid-9.4.53-1.1.ppc64le", "product_id": "jetty-openid-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-plus-9.4.53-1.1.ppc64le", "product": { "name": "jetty-plus-9.4.53-1.1.ppc64le", "product_id": "jetty-plus-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-proxy-9.4.53-1.1.ppc64le", "product": { "name": "jetty-proxy-9.4.53-1.1.ppc64le", "product_id": "jetty-proxy-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-quickstart-9.4.53-1.1.ppc64le", "product": { "name": "jetty-quickstart-9.4.53-1.1.ppc64le", "product_id": "jetty-quickstart-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-rewrite-9.4.53-1.1.ppc64le", "product": { "name": "jetty-rewrite-9.4.53-1.1.ppc64le", "product_id": "jetty-rewrite-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-security-9.4.53-1.1.ppc64le", "product": { "name": "jetty-security-9.4.53-1.1.ppc64le", "product_id": "jetty-security-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-server-9.4.53-1.1.ppc64le", "product": { "name": "jetty-server-9.4.53-1.1.ppc64le", "product_id": "jetty-server-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-servlet-9.4.53-1.1.ppc64le", "product": { "name": "jetty-servlet-9.4.53-1.1.ppc64le", "product_id": "jetty-servlet-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-servlets-9.4.53-1.1.ppc64le", "product": { "name": "jetty-servlets-9.4.53-1.1.ppc64le", "product_id": "jetty-servlets-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-start-9.4.53-1.1.ppc64le", "product": { "name": "jetty-start-9.4.53-1.1.ppc64le", "product_id": "jetty-start-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-util-9.4.53-1.1.ppc64le", "product": { "name": "jetty-util-9.4.53-1.1.ppc64le", "product_id": "jetty-util-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-util-ajax-9.4.53-1.1.ppc64le", "product": { "name": "jetty-util-ajax-9.4.53-1.1.ppc64le", "product_id": "jetty-util-ajax-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-webapp-9.4.53-1.1.ppc64le", "product": { "name": "jetty-webapp-9.4.53-1.1.ppc64le", "product_id": "jetty-webapp-9.4.53-1.1.ppc64le" } }, { "category": "product_version", "name": "jetty-xml-9.4.53-1.1.ppc64le", "product": { "name": "jetty-xml-9.4.53-1.1.ppc64le", "product_id": "jetty-xml-9.4.53-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "jetty-annotations-9.4.53-1.1.s390x", "product": { "name": "jetty-annotations-9.4.53-1.1.s390x", "product_id": "jetty-annotations-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-ant-9.4.53-1.1.s390x", "product": { "name": "jetty-ant-9.4.53-1.1.s390x", "product_id": "jetty-ant-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-cdi-9.4.53-1.1.s390x", "product": { "name": "jetty-cdi-9.4.53-1.1.s390x", "product_id": "jetty-cdi-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-client-9.4.53-1.1.s390x", "product": { "name": "jetty-client-9.4.53-1.1.s390x", "product_id": "jetty-client-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-continuation-9.4.53-1.1.s390x", "product": { "name": "jetty-continuation-9.4.53-1.1.s390x", "product_id": "jetty-continuation-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-deploy-9.4.53-1.1.s390x", "product": { "name": "jetty-deploy-9.4.53-1.1.s390x", "product_id": "jetty-deploy-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-fcgi-9.4.53-1.1.s390x", "product": { "name": "jetty-fcgi-9.4.53-1.1.s390x", "product_id": "jetty-fcgi-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-http-9.4.53-1.1.s390x", "product": { "name": "jetty-http-9.4.53-1.1.s390x", "product_id": "jetty-http-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-http-spi-9.4.53-1.1.s390x", "product": { "name": "jetty-http-spi-9.4.53-1.1.s390x", "product_id": "jetty-http-spi-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-io-9.4.53-1.1.s390x", "product": { "name": "jetty-io-9.4.53-1.1.s390x", "product_id": "jetty-io-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-jaas-9.4.53-1.1.s390x", "product": { "name": "jetty-jaas-9.4.53-1.1.s390x", "product_id": "jetty-jaas-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-jmx-9.4.53-1.1.s390x", "product": { "name": "jetty-jmx-9.4.53-1.1.s390x", "product_id": "jetty-jmx-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-jndi-9.4.53-1.1.s390x", "product": { "name": "jetty-jndi-9.4.53-1.1.s390x", "product_id": "jetty-jndi-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-jsp-9.4.53-1.1.s390x", "product": { "name": "jetty-jsp-9.4.53-1.1.s390x", "product_id": "jetty-jsp-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-minimal-javadoc-9.4.53-1.1.s390x", "product": { "name": "jetty-minimal-javadoc-9.4.53-1.1.s390x", "product_id": "jetty-minimal-javadoc-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-openid-9.4.53-1.1.s390x", "product": { "name": "jetty-openid-9.4.53-1.1.s390x", "product_id": "jetty-openid-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-plus-9.4.53-1.1.s390x", "product": { "name": "jetty-plus-9.4.53-1.1.s390x", "product_id": "jetty-plus-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-proxy-9.4.53-1.1.s390x", "product": { "name": "jetty-proxy-9.4.53-1.1.s390x", "product_id": "jetty-proxy-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-quickstart-9.4.53-1.1.s390x", "product": { "name": "jetty-quickstart-9.4.53-1.1.s390x", "product_id": "jetty-quickstart-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-rewrite-9.4.53-1.1.s390x", "product": { "name": "jetty-rewrite-9.4.53-1.1.s390x", "product_id": "jetty-rewrite-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-security-9.4.53-1.1.s390x", "product": { "name": "jetty-security-9.4.53-1.1.s390x", "product_id": "jetty-security-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-server-9.4.53-1.1.s390x", "product": { "name": "jetty-server-9.4.53-1.1.s390x", "product_id": "jetty-server-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-servlet-9.4.53-1.1.s390x", "product": { "name": "jetty-servlet-9.4.53-1.1.s390x", "product_id": "jetty-servlet-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-servlets-9.4.53-1.1.s390x", "product": { "name": "jetty-servlets-9.4.53-1.1.s390x", "product_id": "jetty-servlets-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-start-9.4.53-1.1.s390x", "product": { "name": "jetty-start-9.4.53-1.1.s390x", "product_id": "jetty-start-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-util-9.4.53-1.1.s390x", "product": { "name": "jetty-util-9.4.53-1.1.s390x", "product_id": "jetty-util-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-util-ajax-9.4.53-1.1.s390x", "product": { "name": "jetty-util-ajax-9.4.53-1.1.s390x", "product_id": "jetty-util-ajax-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-webapp-9.4.53-1.1.s390x", "product": { "name": "jetty-webapp-9.4.53-1.1.s390x", "product_id": "jetty-webapp-9.4.53-1.1.s390x" } }, { "category": "product_version", "name": "jetty-xml-9.4.53-1.1.s390x", "product": { "name": "jetty-xml-9.4.53-1.1.s390x", "product_id": "jetty-xml-9.4.53-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "jetty-annotations-9.4.53-1.1.x86_64", "product": { "name": "jetty-annotations-9.4.53-1.1.x86_64", "product_id": "jetty-annotations-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-ant-9.4.53-1.1.x86_64", "product": { "name": "jetty-ant-9.4.53-1.1.x86_64", "product_id": "jetty-ant-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-cdi-9.4.53-1.1.x86_64", "product": { "name": "jetty-cdi-9.4.53-1.1.x86_64", "product_id": "jetty-cdi-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-client-9.4.53-1.1.x86_64", "product": { "name": "jetty-client-9.4.53-1.1.x86_64", "product_id": "jetty-client-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-continuation-9.4.53-1.1.x86_64", "product": { "name": "jetty-continuation-9.4.53-1.1.x86_64", "product_id": "jetty-continuation-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-deploy-9.4.53-1.1.x86_64", "product": { "name": "jetty-deploy-9.4.53-1.1.x86_64", "product_id": "jetty-deploy-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-fcgi-9.4.53-1.1.x86_64", "product": { "name": "jetty-fcgi-9.4.53-1.1.x86_64", "product_id": "jetty-fcgi-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-http-9.4.53-1.1.x86_64", "product": { "name": "jetty-http-9.4.53-1.1.x86_64", "product_id": "jetty-http-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-http-spi-9.4.53-1.1.x86_64", "product": { "name": "jetty-http-spi-9.4.53-1.1.x86_64", "product_id": "jetty-http-spi-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-io-9.4.53-1.1.x86_64", "product": { "name": "jetty-io-9.4.53-1.1.x86_64", "product_id": "jetty-io-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-jaas-9.4.53-1.1.x86_64", "product": { "name": "jetty-jaas-9.4.53-1.1.x86_64", "product_id": "jetty-jaas-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-jmx-9.4.53-1.1.x86_64", "product": { "name": "jetty-jmx-9.4.53-1.1.x86_64", "product_id": "jetty-jmx-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-jndi-9.4.53-1.1.x86_64", "product": { "name": "jetty-jndi-9.4.53-1.1.x86_64", "product_id": "jetty-jndi-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-jsp-9.4.53-1.1.x86_64", "product": { "name": "jetty-jsp-9.4.53-1.1.x86_64", "product_id": "jetty-jsp-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-minimal-javadoc-9.4.53-1.1.x86_64", "product": { "name": "jetty-minimal-javadoc-9.4.53-1.1.x86_64", "product_id": "jetty-minimal-javadoc-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-openid-9.4.53-1.1.x86_64", "product": { "name": "jetty-openid-9.4.53-1.1.x86_64", "product_id": "jetty-openid-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-plus-9.4.53-1.1.x86_64", "product": { "name": "jetty-plus-9.4.53-1.1.x86_64", "product_id": "jetty-plus-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-proxy-9.4.53-1.1.x86_64", "product": { "name": "jetty-proxy-9.4.53-1.1.x86_64", "product_id": "jetty-proxy-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-quickstart-9.4.53-1.1.x86_64", "product": { "name": "jetty-quickstart-9.4.53-1.1.x86_64", "product_id": "jetty-quickstart-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-rewrite-9.4.53-1.1.x86_64", "product": { "name": "jetty-rewrite-9.4.53-1.1.x86_64", "product_id": "jetty-rewrite-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-security-9.4.53-1.1.x86_64", "product": { "name": "jetty-security-9.4.53-1.1.x86_64", "product_id": "jetty-security-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-server-9.4.53-1.1.x86_64", "product": { "name": "jetty-server-9.4.53-1.1.x86_64", "product_id": "jetty-server-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-servlet-9.4.53-1.1.x86_64", "product": { "name": "jetty-servlet-9.4.53-1.1.x86_64", "product_id": "jetty-servlet-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-servlets-9.4.53-1.1.x86_64", "product": { "name": "jetty-servlets-9.4.53-1.1.x86_64", "product_id": "jetty-servlets-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-start-9.4.53-1.1.x86_64", "product": { "name": "jetty-start-9.4.53-1.1.x86_64", "product_id": "jetty-start-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-util-9.4.53-1.1.x86_64", "product": { "name": "jetty-util-9.4.53-1.1.x86_64", "product_id": "jetty-util-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-util-ajax-9.4.53-1.1.x86_64", "product": { "name": "jetty-util-ajax-9.4.53-1.1.x86_64", "product_id": "jetty-util-ajax-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-webapp-9.4.53-1.1.x86_64", "product": { "name": "jetty-webapp-9.4.53-1.1.x86_64", "product_id": "jetty-webapp-9.4.53-1.1.x86_64" } }, { "category": "product_version", "name": "jetty-xml-9.4.53-1.1.x86_64", "product": { "name": "jetty-xml-9.4.53-1.1.x86_64", "product_id": "jetty-xml-9.4.53-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.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64" }, "product_reference": "jetty-annotations-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-annotations-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-annotations-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-annotations-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x" }, "product_reference": "jetty-annotations-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-annotations-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64" }, "product_reference": "jetty-annotations-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64" }, "product_reference": "jetty-ant-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-ant-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x" }, "product_reference": "jetty-ant-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64" }, "product_reference": "jetty-ant-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64" }, "product_reference": "jetty-cdi-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-cdi-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x" }, "product_reference": "jetty-cdi-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64" }, "product_reference": "jetty-cdi-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64" }, "product_reference": "jetty-client-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-client-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x" }, "product_reference": "jetty-client-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64" }, "product_reference": "jetty-client-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64" }, "product_reference": "jetty-continuation-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-continuation-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x" }, "product_reference": "jetty-continuation-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64" }, "product_reference": "jetty-continuation-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64" }, "product_reference": "jetty-deploy-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-deploy-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x" }, "product_reference": "jetty-deploy-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64" }, "product_reference": "jetty-deploy-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64" }, "product_reference": "jetty-fcgi-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-fcgi-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x" }, "product_reference": "jetty-fcgi-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64" }, "product_reference": "jetty-fcgi-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64" }, "product_reference": "jetty-http-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-http-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x" }, "product_reference": "jetty-http-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64" }, "product_reference": "jetty-http-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64" }, "product_reference": "jetty-http-spi-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-http-spi-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x" }, "product_reference": "jetty-http-spi-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64" }, "product_reference": "jetty-http-spi-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64" }, "product_reference": "jetty-io-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-io-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x" }, "product_reference": "jetty-io-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64" }, "product_reference": "jetty-io-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64" }, "product_reference": "jetty-jaas-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-jaas-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x" }, "product_reference": "jetty-jaas-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64" }, "product_reference": "jetty-jaas-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64" }, "product_reference": "jetty-jmx-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-jmx-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x" }, "product_reference": "jetty-jmx-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64" }, "product_reference": "jetty-jmx-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64" }, "product_reference": "jetty-jndi-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-jndi-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x" }, "product_reference": "jetty-jndi-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64" }, "product_reference": "jetty-jndi-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64" }, "product_reference": "jetty-jsp-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-jsp-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x" }, "product_reference": "jetty-jsp-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64" }, "product_reference": "jetty-jsp-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64" }, "product_reference": "jetty-minimal-javadoc-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x" }, "product_reference": "jetty-minimal-javadoc-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64" }, "product_reference": "jetty-minimal-javadoc-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64" }, "product_reference": "jetty-openid-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-openid-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x" }, "product_reference": "jetty-openid-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64" }, "product_reference": "jetty-openid-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64" }, "product_reference": "jetty-plus-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-plus-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x" }, "product_reference": "jetty-plus-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64" }, "product_reference": "jetty-plus-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64" }, "product_reference": "jetty-proxy-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-proxy-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x" }, "product_reference": "jetty-proxy-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64" }, "product_reference": "jetty-proxy-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64" }, "product_reference": "jetty-quickstart-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-quickstart-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x" }, "product_reference": "jetty-quickstart-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64" }, "product_reference": "jetty-quickstart-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64" }, "product_reference": "jetty-rewrite-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-rewrite-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x" }, "product_reference": "jetty-rewrite-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64" }, "product_reference": "jetty-rewrite-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64" }, "product_reference": "jetty-security-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-security-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x" }, "product_reference": "jetty-security-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64" }, "product_reference": "jetty-security-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64" }, "product_reference": "jetty-server-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-server-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x" }, "product_reference": "jetty-server-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64" }, "product_reference": "jetty-server-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64" }, "product_reference": "jetty-servlet-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-servlet-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x" }, "product_reference": "jetty-servlet-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64" }, "product_reference": "jetty-servlet-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64" }, "product_reference": "jetty-servlets-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-servlets-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x" }, "product_reference": "jetty-servlets-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64" }, "product_reference": "jetty-servlets-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64" }, "product_reference": "jetty-start-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-start-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x" }, "product_reference": "jetty-start-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64" }, "product_reference": "jetty-start-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64" }, "product_reference": "jetty-util-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-util-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x" }, "product_reference": "jetty-util-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64" }, "product_reference": "jetty-util-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64" }, "product_reference": "jetty-util-ajax-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-util-ajax-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x" }, "product_reference": "jetty-util-ajax-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64" }, "product_reference": "jetty-util-ajax-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64" }, "product_reference": "jetty-webapp-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-webapp-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x" }, "product_reference": "jetty-webapp-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64" }, "product_reference": "jetty-webapp-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64" }, "product_reference": "jetty-xml-9.4.53-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le" }, "product_reference": "jetty-xml-9.4.53-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x" }, "product_reference": "jetty-xml-9.4.53-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" }, "product_reference": "jetty-xml-9.4.53-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36478", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-36478" } ], "notes": [ { "category": "general", "text": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-36478", "url": "https://www.suse.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "SUSE Bug 1216162 for CVE-2023-36478", "url": "https://bugzilla.suse.com/1216162" } ], "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.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-36478" }, { "cve": "CVE-2023-36479", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-36479" } ], "notes": [ { "category": "general", "text": "Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. This issue was patched in version 9.4.52, 10.0.16, 11.0.16 and 12.0.0-beta2.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-36479", "url": "https://www.suse.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "SUSE Bug 1215415 for CVE-2023-36479", "url": "https://bugzilla.suse.com/1215415" } ], "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.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2023-36479" }, { "cve": "CVE-2023-40167", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-40167" } ], "notes": [ { "category": "general", "text": "Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, Jetty accepts the `+` character proceeding the content-length value in a HTTP/1 header field. This is more permissive than allowed by the RFC and other servers routinely reject such requests with 400 responses. There is no known exploit scenario, but it is conceivable that request smuggling could result if jetty is used in combination with a server that does not close the connection after sending such a 400 response. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-40167", "url": "https://www.suse.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "SUSE Bug 1215417 for CVE-2023-40167", "url": "https://bugzilla.suse.com/1215417" } ], "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.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-40167" }, { "cve": "CVE-2023-41900", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-41900" } ], "notes": [ { "category": "general", "text": "Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-41900", "url": "https://www.suse.com/security/cve/CVE-2023-41900" }, { "category": "external", "summary": "SUSE Bug 1215416 for CVE-2023-41900", "url": "https://bugzilla.suse.com/1215416" } ], "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.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2023-41900" }, { "cve": "CVE-2023-44487", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-44487" } ], "notes": [ { "category": "general", "text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-44487", "url": "https://www.suse.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "SUSE Bug 1216109 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216109" }, { "category": "external", "summary": "SUSE Bug 1216123 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216123" }, { "category": "external", "summary": "SUSE Bug 1216169 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216169" }, { "category": "external", "summary": "SUSE Bug 1216171 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216171" }, { "category": "external", "summary": "SUSE Bug 1216174 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216174" }, { "category": "external", "summary": "SUSE Bug 1216176 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216176" }, { "category": "external", "summary": "SUSE Bug 1216181 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216181" }, { "category": "external", "summary": "SUSE Bug 1216182 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216182" }, { "category": "external", "summary": "SUSE Bug 1216190 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216190" } ], "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.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-annotations-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-ant-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-cdi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-client-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-continuation-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-deploy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-fcgi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-http-spi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-io-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jaas-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jmx-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jndi-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-jsp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-minimal-javadoc-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-openid-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-plus-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-proxy-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-quickstart-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-rewrite-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-security-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-server-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlet-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-servlets-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-start-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-util-ajax-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-webapp-9.4.53-1.1.x86_64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.aarch64", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.ppc64le", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.s390x", "openSUSE Tumbleweed:jetty-xml-9.4.53-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-44487" } ] }
rhsa-2023:7247
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Critical" }, "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": "A minor version update (from 7.12 to 7.12.1) is now available for Red Hat Fuse. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Critical. 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": "This release of Red Hat Fuse 7.12.1 serves as a replacement for Red Hat Fuse 7.12 and includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack (CVE-2023-46604)\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* okio: GzipSource class improper exception handling (CVE-2023-3635)\n\n* spring-security: spring-security-webflux: path wildcard leads to security bypass (CVE-2023-34034)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* tomcat: FileUpload: DoS due to accumulation of temporary files on Windows (CVE-2023-42794)\n\n* tomcat: improper cleaning of recycled objects could lead to information leak (CVE-2023-42795)\n\n* tomcat: incorrectly parsed http trailer headers can cause request smuggling (CVE-2023-45648)\n\n* jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: OpenId Revoked authentication allows one request (CVE-2023-41900)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2023:7247", "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#critical", "url": "https://access.redhat.com/security/updates/classification/#critical" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7247.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.12.1 release and security update", "tracking": { "current_release_date": "2025-10-09T23:41:58+00:00", "generator": { "date": "2025-10-09T23:41:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2023:7247", "initial_release_date": "2023-11-15T17:07:49+00:00", "revision_history": [ { "date": "2023-11-15T17:07:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-15T17:07:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-09T23:41:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.12.1", "product": { "name": "Red Hat Fuse 7.12.1", "product_id": "Red Hat Fuse 7.12.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-248", "name": "Uncaught Exception" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229295" } ], "notes": [ { "category": "description", "text": "A flaw was found in SquareUp Okio. A class GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This issue may allow a malicious user to start processing a malformed file, which can result in a Denial of Service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "okio: GzipSource class improper exception handling", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat JBoss Enterprise Application Platform XP does contain Okio package but is not using GzipSource.java, which is the affected class.\nRed Hat support for Spring Boot is considered low impact as it\u0027s used by Dekorate during compilation process and not included in the resulting Jar.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3635" }, { "category": "external", "summary": "RHBZ#2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3635", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635" } ], "release_date": "2023-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "okio: GzipSource class improper exception handling" }, { "cve": "CVE-2023-34034", "cwe": { "id": "CWE-145", "name": "Improper Neutralization of Section Delimiters" }, "discovery_date": "2023-09-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2241271" } ], "notes": [ { "category": "description", "text": "A flaw was found in Spring Security\u0027s WebFlux framework pattern matching, where it does not properly evaluate certain patterns. A server using path-based pattern matching in WebFlux could allow an attacker to bypass security settings for some request paths, potentially leading to information disclosure, access of functionality outside the user\u0027s permissions, or denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-security-webflux: path wildcard leads to security bypass", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34034" }, { "category": "external", "summary": "RHBZ#2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34034" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034" }, { "category": "external", "summary": "https://spring.io/security/cve-2023-34034", "url": "https://spring.io/security/cve-2023-34034" } ], "release_date": "2023-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users of path-based URL determination should ensure that all their patterns have a slash prepended.\nexample:\n pathMatchers(\"home/**\") // vulnerable\n pathMatchers(\"/home/**\") // not vulnerable", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spring-security-webflux: path wildcard leads to security bypass" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-41900", "cwe": { "id": "CWE-1390", "name": "Weak Authentication" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2247052" } ], "notes": [ { "category": "description", "text": "Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: OpenId Revoked authentication allows one request", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-41900" }, { "category": "external", "summary": "RHBZ#2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900" } ], "release_date": "2023-09-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: OpenId Revoked authentication allows one request" }, { "cve": "CVE-2023-42794", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243751" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. An incomplete cleanup vulnerability with the internal fork of the Commons FileUpload package exposed a potential denial of service on Windows if a web application opened a stream for an uploaded file but failed to close the stream. The file would never be deleted from the disk, potentially leading to a denial of service due to the disk being full.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this flaw as a Moderate impact as this would depend on how much information an attacker has over the environment (version and disk for example, increasing the Attack Complexity) as there is no guarantee the attack is successful. \nThis may affect only scenarios where running an application 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42794" }, { "category": "external", "summary": "RHBZ#2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42794", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42794" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/8", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/8" }, { "category": "external", "summary": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82", "url": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows" }, { "cve": "CVE-2023-42795", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243752" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. Tomcat may skip, after an error, the recycling of the internal objects that the next request/response process might use, resulting in information leaking from one request to the next. This flaw allows a malicious user to have access to this information.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: improper cleaning of recycled objects could lead to information leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as a Moderate impact as the confidentiality is not fully compromised and the malicious user does not have confirmation over the scenario to replicate the error and capture the possible jeopardizing response.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42795" }, { "category": "external", "summary": "RHBZ#2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/9", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/9" }, { "category": "external", "summary": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw", "url": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: improper cleaning of recycled objects could lead to information leak" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" }, { "cve": "CVE-2023-45648", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243749" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat, where an improper input validation can occur. This flaw allows a malicious user to send a crafted request containing an invalid trailer header, which could be treated as multiple requests, potentially leading to request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: incorrectly parsed http trailer headers can cause request smuggling", "title": "Vulnerability summary" }, { "category": "other", "text": "The request smuggling is not guaranteed to have relevant information within every request and the scenario behind a reverse proxy which fails to handle the request too is necessary, hence the Moderate impact.\n\nThe Red Hat AMQ Broker team removed any tomcat dependencies in version 7.11.3. Please refer to https://errata.devel.redhat.com/advisory/121941.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45648" }, { "category": "external", "summary": "RHBZ#2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45648", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45648" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/10", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/10" }, { "category": "external", "summary": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp", "url": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: incorrectly parsed http trailer headers can cause request smuggling" }, { "cve": "CVE-2023-46604", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246645" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache ActiveMQ, specifically the OpenWire Module. This flaw may allow a remote malicious user to run arbitrary shell commands by manipulating serialized class types in the OpenWire protocol, causing the broker to instantiate any class on the classpath. This issue happens when OpenWire commands are unmarshalled, without validating the provided throwable class type, which could allow an attacker to jeopardize the entire server.", "title": "Vulnerability description" }, { "category": "summary", "text": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack", "title": "Vulnerability summary" }, { "category": "other", "text": "If the openwire protocol IS NOT in use, system operators can disable the OpenWire protocol which removes most risk of this vulnerability being exploited. If OpenWire IS being used, see the Mitigations section for potential options to reduce your attack surface.\n\n\n* How to determine if an AMQ 7 system is affected:\nCheck in the broker.xml configuration file. Notice the presence of **OPENWIRE** in the following snippet which indicates a vulnerable configuration. \n~~~\n\u003cacceptor name=\"artemis\"\u003etcp://localhost:####?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,**OPENWIRE**;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;anycastPrefix=jms.queue.;multicastPrefix=jms.topic.\u003c/acceptor\u003e\n~~~\n\n\n* How to determine if an AMQ 7 for OpenShift system is affected:\nGet the `ActivemqArtemis` CR yaml and review the acceptor protocol and see if the following entry is present: `(default, all, Openwire)` which indicates the system is vulnerable.\n\n\n* How to determine if a Fuse 6 system is affected:\nBy default Fuse 6 includes and enables ActiveMQ Broker. So unless this has been manually disabled, every Fuse 6 system is affected by this vulnerability.\n\n\n* How to determine if a Fuse 7 system is affected:\nFuse 7 itself is not vulnerable. By default it ships the vulnerable activemq-client jar, however it does not instantiate an ActiveMQ broker. If this feature (connect to an external ActiveMQ Broker) were manually configured, it would make it vulnerable.\n\n\n* How to determine if a Fuse Online system is affected:\nSyndesis, an Integration Platform As A Service part of Fuse Online which runs on top of Openshift, does not use activemq code. Also, it doesn\u0027t instantiate a broker with Openwire protocol enabled, which makes it not vulnerable to this CVE.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46604" }, { "category": "external", "summary": "RHBZ#2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604" }, { "category": "external", "summary": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt", "url": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt" }, { "category": "external", "summary": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp", "url": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "In affected systems, it may be possible to mitigate some of the risks from this vulnerability. However this mitigation cannot eliminate all risks; the only complete resolution is to apply software updates. On systems where the broker is exposed to the public network, use firewall rules to restrict the transport ports and enable SSL to protect this \"Transport\".", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-11-02T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Critical" } ], "title": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack" } ] }
rhsa-2024:3354
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat Fuse 7.13.0 release is now available. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Fuse 7.13.0 is released which includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* jetty-servlets: jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* jetty-http: jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* JSON-java: parser confusion leads to OOM (CVE-2023-5072)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* spring-boot: org.springframework.boot:spring-boot-actuator class vulnerable to denial of service (CVE-2023-34055)\n\n* tomcat: HTTP request smuggling via malformed trailer headers (CVE-2023-46589)\n\n* activemq: Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE (CVE-2022-41678)\n\n* logback: serialization vulnerability in logback receiver (CVE-2023-6378)\n\n* logback: A serialization vulnerability in logback receiver (CVE-2023-6481)\n\n* solr: : Apache Solr: Host environment variables are published via the Metrics API (CVE-2023-50290)\n\n* shiro: path traversal attack may lead to authentication bypass (CVE-2023-46749)\n\n* tomcat: Leaking of unrelated request bodies in default error page (CVE-2024-21733)\n\n* springframework: URL Parsing with Host Validation (CVE-2024-22243)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2024:3354", "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3354.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.13.0 release and security update", "tracking": { "current_release_date": "2025-10-15T14:20:24+00:00", "generator": { "date": "2025-10-15T14:20:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2024:3354", "initial_release_date": "2024-05-23T22:45:30+00:00", "revision_history": [ { "date": "2024-05-23T22:45:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-23T22:45:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-15T14:20:24+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.13.0", "product": { "name": "Red Hat Fuse 7.13.0", "product_id": "Red Hat Fuse 7.13.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41678", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252185" } ], "notes": [ { "category": "description", "text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n", "title": "Vulnerability description" }, { "category": "summary", "text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41678" }, { "category": "external", "summary": "RHBZ#2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE" }, { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-10-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246417" } ], "notes": [ { "category": "description", "text": "A flaw was found in the org.json package. A bug in the parser exists, and an input string may lead to undefined usage of memory, leading to an out-of-memory error, causing a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "JSON-java: parser confusion leads to OOM", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability may cause denial of service with a small string input, causing the server to be unresponsive easily, hence the Important impact.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5072" }, { "category": "external", "summary": "RHBZ#2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/758", "url": "https://github.com/stleary/JSON-java/issues/758" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/771", "url": "https://github.com/stleary/JSON-java/issues/771" } ], "release_date": "2023-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No current mitigation is available for this flaw.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "JSON-java: parser confusion leads to OOM" }, { "cve": "CVE-2023-6378", "cwe": { "id": "CWE-499", "name": "Serializable Class Containing Sensitive Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252230" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package, where it is vulnerable to a denial of service caused by a serialization flaw in the receiver component. By sending specially crafted poisoned data, a remote attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The Logback package vulnerability, posing a risk of denial-of-service through a serialization flaw in its receiver component, is considered a moderate issue due to its potential impact on system availability. While denial-of-service vulnerabilities can be disruptive, the severity is tempered by the fact that they generally do not result in unauthorized access or data compromise.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6378" }, { "category": "external", "summary": "RHBZ#2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6378", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6378" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378" } ], "release_date": "2023-11-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-6481", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-12-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252956" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package. Affected versions of this package are vulnerable to Uncontrolled Resource Consumption (\u0027Resource Exhaustion\u0027) via the logback receiver component. This flaw allows an attacker to mount a denial-of-service attack by sending poisoned data.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: A serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The security vulnerability in the logback package is considered of moderate severity due to its potential for facilitating a denial-of-service (DoS) attack. While a DoS attack can disrupt service availability, this vulnerability may not lead to more severe consequences such as unauthorized access or data breaches.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6481" }, { "category": "external", "summary": "RHBZ#2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6481", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6481" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481" } ], "release_date": "2023-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: A serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-34055", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-11-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2251917" } ], "notes": [ { "category": "description", "text": "In Spring Boot versions 2.7.0 - 2.7.17, 3.0.0-3.0.12 and 3.1.0-3.1.5, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * org.springframework.boot:spring-boot-actuator\u00a0is on the classpath", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat does not ship any spring integration in the RHEL log4j package, therefore the log4j package is not affected by this issue in Red Hat Enterprise Linux 8 \u0026 9.\n\nRed Hat Single Sign-On provides Spring Boot adapters, but does not provide the affected code and is not affected by this 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34055" }, { "category": "external", "summary": "RHBZ#2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34055", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34055" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055" } ], "release_date": "2023-11-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2023-11-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252050" } ], "notes": [ { "category": "description", "text": "An improper Input validation flaw was found in Apache Tomcat due to incorrect parsing of HTTP trailer headers. A trailer header that exceeded the header size limit could cause Tomcat to treat a single request as multiple requests, leading to the possibility of request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: HTTP request smuggling via malformed trailer headers", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Apache Tomcat is of significant importance due to its potential to exploit HTTP request smuggling, presenting a security risk for web applications utilizing Tomcat. The flaw arises from Tomcat\u0027s improper parsing of HTTP trailer headers, where a specifically crafted header exceeding the size limit could cause Tomcat to treat a single request as multiple ones. This opens the door for attackers to manipulate requests and potentially conduct various malicious activities, such as unauthorized access, data exposure, or other exploits, particularly when Tomcat is deployed behind a reverse proxy. \n\nThe pki-servlet-engine package has been obsoleted by the Tomcat package. Therefore, this issue will be fixed in the Tomcat package rather than the pki-serlvet-engine package. Please follow the RHEL Tomcat trackers instead for the updates.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46589" }, { "category": "external", "summary": "RHBZ#2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46589" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/11/28/2", "url": "http://www.openwall.com/lists/oss-security/2023/11/28/2" }, { "category": "external", "summary": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr", "url": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: HTTP request smuggling via malformed trailer headers" }, { "cve": "CVE-2023-46749", "cwe": { "id": "CWE-288", "name": "Authentication Bypass Using an Alternate Path or Channel" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258134" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Shiro, which may allow a path traversal attack. When this issue is combined with the path rewriting feature, it can lead to an authentication bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "shiro: path traversal attack may lead to authentication bypass", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46749" }, { "category": "external", "summary": "RHBZ#2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46749", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46749" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "This flaw can be mitigated by making sure \u0027blockSemicolon\u0027 is enabled.", "product_ids": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "shiro: path traversal attack may lead to authentication bypass" }, { "cve": "CVE-2023-50290", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258132" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Solr. This issue may allow an unauthorized actor access to sensitive information. The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users are able to specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr like Java system properties can be, and may be set for the entire host, unlike Java system properties which are set per-Java-proccess.", "title": "Vulnerability description" }, { "category": "summary", "text": "Solr: Host environment variables are published via the Metrics API", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50290" }, { "category": "external", "summary": "RHBZ#2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Solr: Host environment variables are published via the Metrics API" }, { "cve": "CVE-2024-1635", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264928" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \r\n\r\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: Out-of-memory Error after several closed connections with wildfly-http-client protocol", "title": "Vulnerability summary" }, { "category": "other", "text": "This is rated as Important due to the fact that this might be an unauthenticated remote issue exploited by a malicious user, causing a denial of service (DoS) to the affected server.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-1635" }, { "category": "external", "summary": "RHBZ#2264928", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264928" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-1635", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1635" } ], "release_date": "2023-10-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. However, there might be some protections, such as request limits by a load balancer in front of JBoss EAP/Wildfly or even Undertow, that could minimize the impact.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: Out-of-memory Error after several closed connections with wildfly-http-client protocol" }, { "cve": "CVE-2024-21733", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-01-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259204" } ], "notes": [ { "category": "description", "text": "An information disclosure vulnerability was found in Apache Tomcat. Incomplete POST requests triggered an error response that could contain data from a previous HTTP request. This flaw allows a remote attacker to access files from another user that should be otherwise prevented by limits or authentication.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Leaking of unrelated request bodies in default error page", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux remains unaffected as the vulnerable version of Tomcat (e.g., versions 8.5.7 through 8.5.63 and 9.0.0 through 9.0.43) has not been shipped or included.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21733" }, { "category": "external", "summary": "RHBZ#2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21733" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733" }, { "category": "external", "summary": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz", "url": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/01/19/2", "url": "https://www.openwall.com/lists/oss-security/2024/01/19/2" } ], "release_date": "2024-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: Leaking of unrelated request bodies in default error page" }, { "acknowledgments": [ { "names": [ "Sean Pesce" ], "organization": "Motorola Solutions" } ], "cve": "CVE-2024-22243", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265735" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Spring Framework. Under certain conditions, an attacker might be able to trigger an open redirect. This issue can simplify the process of conducting a phishing attack against users of the deployment.", "title": "Vulnerability description" }, { "category": "summary", "text": "springframework: URL Parsing with Host Validation", "title": "Vulnerability summary" }, { "category": "other", "text": "The open redirect vulnerability discovered in the Spring Framework poses a moderate severity issue due to its potential to facilitate phishing attacks. While it doesn\u0027t directly lead to data compromise or system takeover, it significantly increases the likelihood of users being misled into visiting malicious websites.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22243" }, { "category": "external", "summary": "RHBZ#2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22243" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-22243", "url": "https://spring.io/security/cve-2024-22243" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.4, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "springframework: URL Parsing with Host Validation" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "discovery_date": "2024-03-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270158" } ], "notes": [ { "category": "description", "text": "A broken access control flaw was found in Spring Security. Applications may be vulnerable when directly using the AuthenticatedVoter#vote passing a NULL authentication parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-security: Broken Access Control With Direct Use of AuthenticatedVoter", "title": "Vulnerability summary" }, { "category": "other", "text": "The AuthenticatedVoter class was deprecated since Spring Security 5.8 is used in favor of the AuthorizationManager class, which is not vulnerable to this issue.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22257" }, { "category": "external", "summary": "RHBZ#2270158", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270158" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22257", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22257" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-22257", "url": "https://spring.io/security/cve-2024-22257" } ], "release_date": "2024-03-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spring-security: Broken Access Control With Direct Use of AuthenticatedVoter" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "discovery_date": "2024-03-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270732" } ], "notes": [ { "category": "description", "text": "A server-side request forgery (SSRF) vulnerability was found in Apache CXF. This issue occurs in attacks on webservices that take at least one parameter of any type, and when Aegisdatabind is used. Users of other data bindings including the default databinding are not impacted.", "title": "Vulnerability description" }, { "category": "summary", "text": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as an Important impact due to the fact this requires Aegis databind, which is not the default databinding for Apache CXF.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28752" }, { "category": "external", "summary": "RHBZ#2270732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270732" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt", "url": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qmgx-j96g-4428", "url": "https://github.com/advisories/GHSA-qmgx-j96g-4428" } ], "release_date": "2024-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. Please make sure to update as the fixes become available.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding" } ] }
RHSA-2024:3354
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat Fuse 7.13.0 release is now available. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Fuse 7.13.0 is released which includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* jetty-servlets: jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* jetty-http: jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* JSON-java: parser confusion leads to OOM (CVE-2023-5072)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* spring-boot: org.springframework.boot:spring-boot-actuator class vulnerable to denial of service (CVE-2023-34055)\n\n* tomcat: HTTP request smuggling via malformed trailer headers (CVE-2023-46589)\n\n* activemq: Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE (CVE-2022-41678)\n\n* logback: serialization vulnerability in logback receiver (CVE-2023-6378)\n\n* logback: A serialization vulnerability in logback receiver (CVE-2023-6481)\n\n* solr: : Apache Solr: Host environment variables are published via the Metrics API (CVE-2023-50290)\n\n* shiro: path traversal attack may lead to authentication bypass (CVE-2023-46749)\n\n* tomcat: Leaking of unrelated request bodies in default error page (CVE-2024-21733)\n\n* springframework: URL Parsing with Host Validation (CVE-2024-22243)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2024:3354", "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3354.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.13.0 release and security update", "tracking": { "current_release_date": "2025-10-15T14:20:24+00:00", "generator": { "date": "2025-10-15T14:20:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2024:3354", "initial_release_date": "2024-05-23T22:45:30+00:00", "revision_history": [ { "date": "2024-05-23T22:45:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-23T22:45:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-15T14:20:24+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.13.0", "product": { "name": "Red Hat Fuse 7.13.0", "product_id": "Red Hat Fuse 7.13.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41678", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252185" } ], "notes": [ { "category": "description", "text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n", "title": "Vulnerability description" }, { "category": "summary", "text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41678" }, { "category": "external", "summary": "RHBZ#2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE" }, { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-10-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246417" } ], "notes": [ { "category": "description", "text": "A flaw was found in the org.json package. A bug in the parser exists, and an input string may lead to undefined usage of memory, leading to an out-of-memory error, causing a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "JSON-java: parser confusion leads to OOM", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability may cause denial of service with a small string input, causing the server to be unresponsive easily, hence the Important impact.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5072" }, { "category": "external", "summary": "RHBZ#2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/758", "url": "https://github.com/stleary/JSON-java/issues/758" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/771", "url": "https://github.com/stleary/JSON-java/issues/771" } ], "release_date": "2023-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No current mitigation is available for this flaw.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "JSON-java: parser confusion leads to OOM" }, { "cve": "CVE-2023-6378", "cwe": { "id": "CWE-499", "name": "Serializable Class Containing Sensitive Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252230" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package, where it is vulnerable to a denial of service caused by a serialization flaw in the receiver component. By sending specially crafted poisoned data, a remote attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The Logback package vulnerability, posing a risk of denial-of-service through a serialization flaw in its receiver component, is considered a moderate issue due to its potential impact on system availability. While denial-of-service vulnerabilities can be disruptive, the severity is tempered by the fact that they generally do not result in unauthorized access or data compromise.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6378" }, { "category": "external", "summary": "RHBZ#2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6378", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6378" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378" } ], "release_date": "2023-11-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-6481", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-12-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252956" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package. Affected versions of this package are vulnerable to Uncontrolled Resource Consumption (\u0027Resource Exhaustion\u0027) via the logback receiver component. This flaw allows an attacker to mount a denial-of-service attack by sending poisoned data.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: A serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The security vulnerability in the logback package is considered of moderate severity due to its potential for facilitating a denial-of-service (DoS) attack. While a DoS attack can disrupt service availability, this vulnerability may not lead to more severe consequences such as unauthorized access or data breaches.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6481" }, { "category": "external", "summary": "RHBZ#2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6481", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6481" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481" } ], "release_date": "2023-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: A serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-34055", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-11-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2251917" } ], "notes": [ { "category": "description", "text": "In Spring Boot versions 2.7.0 - 2.7.17, 3.0.0-3.0.12 and 3.1.0-3.1.5, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * org.springframework.boot:spring-boot-actuator\u00a0is on the classpath", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat does not ship any spring integration in the RHEL log4j package, therefore the log4j package is not affected by this issue in Red Hat Enterprise Linux 8 \u0026 9.\n\nRed Hat Single Sign-On provides Spring Boot adapters, but does not provide the affected code and is not affected by this 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34055" }, { "category": "external", "summary": "RHBZ#2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34055", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34055" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055" } ], "release_date": "2023-11-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2023-11-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252050" } ], "notes": [ { "category": "description", "text": "An improper Input validation flaw was found in Apache Tomcat due to incorrect parsing of HTTP trailer headers. A trailer header that exceeded the header size limit could cause Tomcat to treat a single request as multiple requests, leading to the possibility of request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: HTTP request smuggling via malformed trailer headers", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Apache Tomcat is of significant importance due to its potential to exploit HTTP request smuggling, presenting a security risk for web applications utilizing Tomcat. The flaw arises from Tomcat\u0027s improper parsing of HTTP trailer headers, where a specifically crafted header exceeding the size limit could cause Tomcat to treat a single request as multiple ones. This opens the door for attackers to manipulate requests and potentially conduct various malicious activities, such as unauthorized access, data exposure, or other exploits, particularly when Tomcat is deployed behind a reverse proxy. \n\nThe pki-servlet-engine package has been obsoleted by the Tomcat package. Therefore, this issue will be fixed in the Tomcat package rather than the pki-serlvet-engine package. Please follow the RHEL Tomcat trackers instead for the updates.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46589" }, { "category": "external", "summary": "RHBZ#2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46589" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/11/28/2", "url": "http://www.openwall.com/lists/oss-security/2023/11/28/2" }, { "category": "external", "summary": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr", "url": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: HTTP request smuggling via malformed trailer headers" }, { "cve": "CVE-2023-46749", "cwe": { "id": "CWE-288", "name": "Authentication Bypass Using an Alternate Path or Channel" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258134" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Shiro, which may allow a path traversal attack. When this issue is combined with the path rewriting feature, it can lead to an authentication bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "shiro: path traversal attack may lead to authentication bypass", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46749" }, { "category": "external", "summary": "RHBZ#2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46749", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46749" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "This flaw can be mitigated by making sure \u0027blockSemicolon\u0027 is enabled.", "product_ids": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "shiro: path traversal attack may lead to authentication bypass" }, { "cve": "CVE-2023-50290", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258132" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Solr. This issue may allow an unauthorized actor access to sensitive information. The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users are able to specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr like Java system properties can be, and may be set for the entire host, unlike Java system properties which are set per-Java-proccess.", "title": "Vulnerability description" }, { "category": "summary", "text": "Solr: Host environment variables are published via the Metrics API", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50290" }, { "category": "external", "summary": "RHBZ#2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Solr: Host environment variables are published via the Metrics API" }, { "cve": "CVE-2024-1635", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264928" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \r\n\r\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: Out-of-memory Error after several closed connections with wildfly-http-client protocol", "title": "Vulnerability summary" }, { "category": "other", "text": "This is rated as Important due to the fact that this might be an unauthenticated remote issue exploited by a malicious user, causing a denial of service (DoS) to the affected server.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-1635" }, { "category": "external", "summary": "RHBZ#2264928", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264928" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-1635", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1635" } ], "release_date": "2023-10-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. However, there might be some protections, such as request limits by a load balancer in front of JBoss EAP/Wildfly or even Undertow, that could minimize the impact.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: Out-of-memory Error after several closed connections with wildfly-http-client protocol" }, { "cve": "CVE-2024-21733", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-01-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259204" } ], "notes": [ { "category": "description", "text": "An information disclosure vulnerability was found in Apache Tomcat. Incomplete POST requests triggered an error response that could contain data from a previous HTTP request. This flaw allows a remote attacker to access files from another user that should be otherwise prevented by limits or authentication.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Leaking of unrelated request bodies in default error page", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux remains unaffected as the vulnerable version of Tomcat (e.g., versions 8.5.7 through 8.5.63 and 9.0.0 through 9.0.43) has not been shipped or included.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21733" }, { "category": "external", "summary": "RHBZ#2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21733" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733" }, { "category": "external", "summary": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz", "url": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/01/19/2", "url": "https://www.openwall.com/lists/oss-security/2024/01/19/2" } ], "release_date": "2024-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: Leaking of unrelated request bodies in default error page" }, { "acknowledgments": [ { "names": [ "Sean Pesce" ], "organization": "Motorola Solutions" } ], "cve": "CVE-2024-22243", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265735" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Spring Framework. Under certain conditions, an attacker might be able to trigger an open redirect. This issue can simplify the process of conducting a phishing attack against users of the deployment.", "title": "Vulnerability description" }, { "category": "summary", "text": "springframework: URL Parsing with Host Validation", "title": "Vulnerability summary" }, { "category": "other", "text": "The open redirect vulnerability discovered in the Spring Framework poses a moderate severity issue due to its potential to facilitate phishing attacks. While it doesn\u0027t directly lead to data compromise or system takeover, it significantly increases the likelihood of users being misled into visiting malicious websites.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22243" }, { "category": "external", "summary": "RHBZ#2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22243" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-22243", "url": "https://spring.io/security/cve-2024-22243" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.4, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "springframework: URL Parsing with Host Validation" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "discovery_date": "2024-03-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270158" } ], "notes": [ { "category": "description", "text": "A broken access control flaw was found in Spring Security. Applications may be vulnerable when directly using the AuthenticatedVoter#vote passing a NULL authentication parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-security: Broken Access Control With Direct Use of AuthenticatedVoter", "title": "Vulnerability summary" }, { "category": "other", "text": "The AuthenticatedVoter class was deprecated since Spring Security 5.8 is used in favor of the AuthorizationManager class, which is not vulnerable to this issue.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22257" }, { "category": "external", "summary": "RHBZ#2270158", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270158" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22257", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22257" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-22257", "url": "https://spring.io/security/cve-2024-22257" } ], "release_date": "2024-03-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spring-security: Broken Access Control With Direct Use of AuthenticatedVoter" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "discovery_date": "2024-03-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270732" } ], "notes": [ { "category": "description", "text": "A server-side request forgery (SSRF) vulnerability was found in Apache CXF. This issue occurs in attacks on webservices that take at least one parameter of any type, and when Aegisdatabind is used. Users of other data bindings including the default databinding are not impacted.", "title": "Vulnerability description" }, { "category": "summary", "text": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as an Important impact due to the fact this requires Aegis databind, which is not the default databinding for Apache CXF.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28752" }, { "category": "external", "summary": "RHBZ#2270732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270732" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt", "url": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qmgx-j96g-4428", "url": "https://github.com/advisories/GHSA-qmgx-j96g-4428" } ], "release_date": "2024-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. Please make sure to update as the fixes become available.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding" } ] }
rhsa-2024_3354
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat Fuse 7.13.0 release is now available. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Fuse 7.13.0 is released which includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* jetty-servlets: jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* jetty-http: jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* JSON-java: parser confusion leads to OOM (CVE-2023-5072)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* spring-boot: org.springframework.boot:spring-boot-actuator class vulnerable to denial of service (CVE-2023-34055)\n\n* tomcat: HTTP request smuggling via malformed trailer headers (CVE-2023-46589)\n\n* activemq: Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE (CVE-2022-41678)\n\n* logback: serialization vulnerability in logback receiver (CVE-2023-6378)\n\n* logback: A serialization vulnerability in logback receiver (CVE-2023-6481)\n\n* solr: : Apache Solr: Host environment variables are published via the Metrics API (CVE-2023-50290)\n\n* shiro: path traversal attack may lead to authentication bypass (CVE-2023-46749)\n\n* tomcat: Leaking of unrelated request bodies in default error page (CVE-2024-21733)\n\n* springframework: URL Parsing with Host Validation (CVE-2024-22243)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2024:3354", "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3354.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.13.0 release and security update", "tracking": { "current_release_date": "2025-01-06T20:04:10+00:00", "generator": { "date": "2025-01-06T20:04:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.5" } }, "id": "RHSA-2024:3354", "initial_release_date": "2024-05-23T22:45:30+00:00", "revision_history": [ { "date": "2024-05-23T22:45:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-23T22:45:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-01-06T20:04:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.13.0", "product": { "name": "Red Hat Fuse 7.13.0", "product_id": "Red Hat Fuse 7.13.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41678", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252185" } ], "notes": [ { "category": "description", "text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n", "title": "Vulnerability description" }, { "category": "summary", "text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41678" }, { "category": "external", "summary": "RHBZ#2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE" }, { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-10-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246417" } ], "notes": [ { "category": "description", "text": "A flaw was found in the org.json package. A bug in the parser exists, and an input string may lead to undefined usage of memory, leading to an out-of-memory error, causing a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "JSON-java: parser confusion leads to OOM", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability may cause denial of service with a small string input, causing the server to be unresponsive easily, hence the Important impact.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5072" }, { "category": "external", "summary": "RHBZ#2246417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246417" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5072", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5072" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5072" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/758", "url": "https://github.com/stleary/JSON-java/issues/758" }, { "category": "external", "summary": "https://github.com/stleary/JSON-java/issues/771", "url": "https://github.com/stleary/JSON-java/issues/771" } ], "release_date": "2023-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No current mitigation is available for this flaw.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "JSON-java: parser confusion leads to OOM" }, { "cve": "CVE-2023-6378", "cwe": { "id": "CWE-499", "name": "Serializable Class Containing Sensitive Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252230" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package, where it is vulnerable to a denial of service caused by a serialization flaw in the receiver component. By sending specially crafted poisoned data, a remote attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The Logback package vulnerability, posing a risk of denial-of-service through a serialization flaw in its receiver component, is considered a moderate issue due to its potential impact on system availability. While denial-of-service vulnerabilities can be disruptive, the severity is tempered by the fact that they generally do not result in unauthorized access or data compromise.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6378" }, { "category": "external", "summary": "RHBZ#2252230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252230" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6378", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6378" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6378" } ], "release_date": "2023-11-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-6481", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-12-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252956" } ], "notes": [ { "category": "description", "text": "A flaw was found in the logback package. Affected versions of this package are vulnerable to Uncontrolled Resource Consumption (\u0027Resource Exhaustion\u0027) via the logback receiver component. This flaw allows an attacker to mount a denial-of-service attack by sending poisoned data.", "title": "Vulnerability description" }, { "category": "summary", "text": "logback: A serialization vulnerability in logback receiver", "title": "Vulnerability summary" }, { "category": "other", "text": "The security vulnerability in the logback package is considered of moderate severity due to its potential for facilitating a denial-of-service (DoS) attack. While a DoS attack can disrupt service availability, this vulnerability may not lead to more severe consequences such as unauthorized access or data breaches.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6481" }, { "category": "external", "summary": "RHBZ#2252956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6481", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6481" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6481" } ], "release_date": "2023-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "logback: A serialization vulnerability in logback receiver" }, { "cve": "CVE-2023-34055", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-11-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2251917" } ], "notes": [ { "category": "description", "text": "In Spring Boot versions 2.7.0 - 2.7.17, 3.0.0-3.0.12 and 3.1.0-3.1.5, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * org.springframework.boot:spring-boot-actuator\u00a0is on the classpath\n\n\n\n", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat does not ship any spring integration in the RHEL log4j package, therefore the log4j package is not affected by this issue in Red Hat Enterprise Linux 8 \u0026 9.\n\nRed Hat Single Sign-On provides Spring Boot adapters, but does not provide the affected code and is not affected by this 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34055" }, { "category": "external", "summary": "RHBZ#2251917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34055", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34055" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055" } ], "release_date": "2023-11-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-boot: org.springframework.boot: spring-boot-actuator class vulnerable to denial of service" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2023-11-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252050" } ], "notes": [ { "category": "description", "text": "An improper Input validation flaw was found in Apache Tomcat due to incorrect parsing of HTTP trailer headers. A trailer header that exceeded the header size limit could cause Tomcat to treat a single request as multiple requests, leading to the possibility of request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: HTTP request smuggling via malformed trailer headers", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Apache Tomcat is of significant importance due to its potential to exploit HTTP request smuggling, presenting a security risk for web applications utilizing Tomcat. The flaw arises from Tomcat\u0027s improper parsing of HTTP trailer headers, where a specifically crafted header exceeding the size limit could cause Tomcat to treat a single request as multiple ones. This opens the door for attackers to manipulate requests and potentially conduct various malicious activities, such as unauthorized access, data exposure, or other exploits, particularly when Tomcat is deployed behind a reverse proxy. \n\nThe pki-servlet-engine package has been obsoleted by the Tomcat package. Therefore, this issue will be fixed in the Tomcat package rather than the pki-serlvet-engine package. Please follow the RHEL Tomcat trackers instead for the updates.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46589" }, { "category": "external", "summary": "RHBZ#2252050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252050" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46589" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/11/28/2", "url": "http://www.openwall.com/lists/oss-security/2023/11/28/2" }, { "category": "external", "summary": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr", "url": "https://lists.apache.org/thread/0rqq6ktozqc42ro8hhxdmmdjm1k1tpxr" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: HTTP request smuggling via malformed trailer headers" }, { "cve": "CVE-2023-46749", "cwe": { "id": "CWE-288", "name": "Authentication Bypass Using an Alternate Path or Channel" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258134" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Shiro, which may allow a path traversal attack. When this issue is combined with the path rewriting feature, it can lead to an authentication bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "shiro: path traversal attack may lead to authentication bypass", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46749" }, { "category": "external", "summary": "RHBZ#2258134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258134" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46749", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46749" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46749" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "This flaw can be mitigated by making sure \u0027blockSemicolon\u0027 is enabled.", "product_ids": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "shiro: path traversal attack may lead to authentication bypass" }, { "cve": "CVE-2023-50290", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258132" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Solr. This issue may allow an unauthorized actor access to sensitive information. The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users are able to specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr like Java system properties can be, and may be set for the entire host, unlike Java system properties which are set per-Java-proccess.", "title": "Vulnerability description" }, { "category": "summary", "text": "Solr: Host environment variables are published via the Metrics API", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50290" }, { "category": "external", "summary": "RHBZ#2258132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50290" } ], "release_date": "2024-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Solr: Host environment variables are published via the Metrics API" }, { "cve": "CVE-2024-21733", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-01-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259204" } ], "notes": [ { "category": "description", "text": "An information disclosure vulnerability was found in Apache Tomcat. Incomplete POST requests triggered an error response that could contain data from a previous HTTP request. This flaw allows a remote attacker to access files from another user that should be otherwise prevented by limits or authentication.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Leaking of unrelated request bodies in default error page", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux remains unaffected as the vulnerable version of Tomcat (e.g., versions 8.5.7 through 8.5.63 and 9.0.0 through 9.0.43) has not been shipped or included.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21733" }, { "category": "external", "summary": "RHBZ#2259204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21733" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21733" }, { "category": "external", "summary": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz", "url": "https://lists.apache.org/thread/h9bjqdd0odj6lhs2o96qgowcc6hb0cfz" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/01/19/2", "url": "https://www.openwall.com/lists/oss-security/2024/01/19/2" } ], "release_date": "2024-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tomcat: Leaking of unrelated request bodies in default error page" }, { "acknowledgments": [ { "names": [ "Sean Pesce" ], "organization": "Motorola Solutions" } ], "cve": "CVE-2024-22243", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265735" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Spring Framework. Under certain conditions, an attacker might be able to trigger an open redirect. This issue can simplify the process of conducting a phishing attack against users of the deployment.", "title": "Vulnerability description" }, { "category": "summary", "text": "springframework: URL Parsing with Host Validation", "title": "Vulnerability summary" }, { "category": "other", "text": "The open redirect vulnerability discovered in the Spring Framework poses a moderate severity issue due to its potential to facilitate phishing attacks. While it doesn\u0027t directly lead to data compromise or system takeover, it significantly increases the likelihood of users being misled into visiting malicious websites.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22243" }, { "category": "external", "summary": "RHBZ#2265735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265735" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22243" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22243" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-22243", "url": "https://spring.io/security/cve-2024-22243" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "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": [ "Red Hat Fuse 7.13.0" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.4, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "springframework: URL Parsing with Host Validation" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "discovery_date": "2024-03-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270732" } ], "notes": [ { "category": "description", "text": "A server-side request forgery (SSRF) vulnerability was found in Apache CXF. This issue occurs in attacks on webservices that take at least one parameter of any type, and when Aegisdatabind is used. Users of other data bindings including the default databinding are not impacted.", "title": "Vulnerability description" }, { "category": "summary", "text": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as an Important impact due to the fact this requires Aegis databind, which is not the default databinding for Apache CXF.", "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": [ "Red Hat Fuse 7.13.0" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28752" }, { "category": "external", "summary": "RHBZ#2270732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270732" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt", "url": "https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qmgx-j96g-4428", "url": "https://github.com/advisories/GHSA-qmgx-j96g-4428" } ], "release_date": "2024-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T22:45:30+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": [ "Red Hat Fuse 7.13.0" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3354" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. Please make sure to update as the fixes become available.", "product_ids": [ "Red Hat Fuse 7.13.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": [ "Red Hat Fuse 7.13.0" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cxf-core: Apache CXF SSRF Vulnerability using the Aegis databinding" } ] }
RHSA-2023:7247
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Critical" }, "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": "A minor version update (from 7.12 to 7.12.1) is now available for Red Hat Fuse. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Critical. 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": "This release of Red Hat Fuse 7.12.1 serves as a replacement for Red Hat Fuse 7.12 and includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack (CVE-2023-46604)\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* okio: GzipSource class improper exception handling (CVE-2023-3635)\n\n* spring-security: spring-security-webflux: path wildcard leads to security bypass (CVE-2023-34034)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* tomcat: FileUpload: DoS due to accumulation of temporary files on Windows (CVE-2023-42794)\n\n* tomcat: improper cleaning of recycled objects could lead to information leak (CVE-2023-42795)\n\n* tomcat: incorrectly parsed http trailer headers can cause request smuggling (CVE-2023-45648)\n\n* jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: OpenId Revoked authentication allows one request (CVE-2023-41900)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2023:7247", "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#critical", "url": "https://access.redhat.com/security/updates/classification/#critical" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7247.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.12.1 release and security update", "tracking": { "current_release_date": "2025-10-09T23:41:58+00:00", "generator": { "date": "2025-10-09T23:41:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2023:7247", "initial_release_date": "2023-11-15T17:07:49+00:00", "revision_history": [ { "date": "2023-11-15T17:07:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-15T17:07:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-09T23:41:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.12.1", "product": { "name": "Red Hat Fuse 7.12.1", "product_id": "Red Hat Fuse 7.12.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-248", "name": "Uncaught Exception" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229295" } ], "notes": [ { "category": "description", "text": "A flaw was found in SquareUp Okio. A class GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This issue may allow a malicious user to start processing a malformed file, which can result in a Denial of Service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "okio: GzipSource class improper exception handling", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat JBoss Enterprise Application Platform XP does contain Okio package but is not using GzipSource.java, which is the affected class.\nRed Hat support for Spring Boot is considered low impact as it\u0027s used by Dekorate during compilation process and not included in the resulting Jar.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3635" }, { "category": "external", "summary": "RHBZ#2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3635", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635" } ], "release_date": "2023-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "okio: GzipSource class improper exception handling" }, { "cve": "CVE-2023-34034", "cwe": { "id": "CWE-145", "name": "Improper Neutralization of Section Delimiters" }, "discovery_date": "2023-09-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2241271" } ], "notes": [ { "category": "description", "text": "A flaw was found in Spring Security\u0027s WebFlux framework pattern matching, where it does not properly evaluate certain patterns. A server using path-based pattern matching in WebFlux could allow an attacker to bypass security settings for some request paths, potentially leading to information disclosure, access of functionality outside the user\u0027s permissions, or denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-security-webflux: path wildcard leads to security bypass", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34034" }, { "category": "external", "summary": "RHBZ#2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34034" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034" }, { "category": "external", "summary": "https://spring.io/security/cve-2023-34034", "url": "https://spring.io/security/cve-2023-34034" } ], "release_date": "2023-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users of path-based URL determination should ensure that all their patterns have a slash prepended.\nexample:\n pathMatchers(\"home/**\") // vulnerable\n pathMatchers(\"/home/**\") // not vulnerable", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spring-security-webflux: path wildcard leads to security bypass" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-41900", "cwe": { "id": "CWE-1390", "name": "Weak Authentication" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2247052" } ], "notes": [ { "category": "description", "text": "Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: OpenId Revoked authentication allows one request", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-41900" }, { "category": "external", "summary": "RHBZ#2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900" } ], "release_date": "2023-09-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: OpenId Revoked authentication allows one request" }, { "cve": "CVE-2023-42794", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243751" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. An incomplete cleanup vulnerability with the internal fork of the Commons FileUpload package exposed a potential denial of service on Windows if a web application opened a stream for an uploaded file but failed to close the stream. The file would never be deleted from the disk, potentially leading to a denial of service due to the disk being full.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this flaw as a Moderate impact as this would depend on how much information an attacker has over the environment (version and disk for example, increasing the Attack Complexity) as there is no guarantee the attack is successful. \nThis may affect only scenarios where running an application 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42794" }, { "category": "external", "summary": "RHBZ#2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42794", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42794" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/8", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/8" }, { "category": "external", "summary": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82", "url": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows" }, { "cve": "CVE-2023-42795", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243752" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. Tomcat may skip, after an error, the recycling of the internal objects that the next request/response process might use, resulting in information leaking from one request to the next. This flaw allows a malicious user to have access to this information.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: improper cleaning of recycled objects could lead to information leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as a Moderate impact as the confidentiality is not fully compromised and the malicious user does not have confirmation over the scenario to replicate the error and capture the possible jeopardizing response.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42795" }, { "category": "external", "summary": "RHBZ#2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/9", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/9" }, { "category": "external", "summary": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw", "url": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: improper cleaning of recycled objects could lead to information leak" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" }, { "cve": "CVE-2023-45648", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243749" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat, where an improper input validation can occur. This flaw allows a malicious user to send a crafted request containing an invalid trailer header, which could be treated as multiple requests, potentially leading to request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: incorrectly parsed http trailer headers can cause request smuggling", "title": "Vulnerability summary" }, { "category": "other", "text": "The request smuggling is not guaranteed to have relevant information within every request and the scenario behind a reverse proxy which fails to handle the request too is necessary, hence the Moderate impact.\n\nThe Red Hat AMQ Broker team removed any tomcat dependencies in version 7.11.3. Please refer to https://errata.devel.redhat.com/advisory/121941.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45648" }, { "category": "external", "summary": "RHBZ#2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45648", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45648" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/10", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/10" }, { "category": "external", "summary": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp", "url": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: incorrectly parsed http trailer headers can cause request smuggling" }, { "cve": "CVE-2023-46604", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246645" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache ActiveMQ, specifically the OpenWire Module. This flaw may allow a remote malicious user to run arbitrary shell commands by manipulating serialized class types in the OpenWire protocol, causing the broker to instantiate any class on the classpath. This issue happens when OpenWire commands are unmarshalled, without validating the provided throwable class type, which could allow an attacker to jeopardize the entire server.", "title": "Vulnerability description" }, { "category": "summary", "text": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack", "title": "Vulnerability summary" }, { "category": "other", "text": "If the openwire protocol IS NOT in use, system operators can disable the OpenWire protocol which removes most risk of this vulnerability being exploited. If OpenWire IS being used, see the Mitigations section for potential options to reduce your attack surface.\n\n\n* How to determine if an AMQ 7 system is affected:\nCheck in the broker.xml configuration file. Notice the presence of **OPENWIRE** in the following snippet which indicates a vulnerable configuration. \n~~~\n\u003cacceptor name=\"artemis\"\u003etcp://localhost:####?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,**OPENWIRE**;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;anycastPrefix=jms.queue.;multicastPrefix=jms.topic.\u003c/acceptor\u003e\n~~~\n\n\n* How to determine if an AMQ 7 for OpenShift system is affected:\nGet the `ActivemqArtemis` CR yaml and review the acceptor protocol and see if the following entry is present: `(default, all, Openwire)` which indicates the system is vulnerable.\n\n\n* How to determine if a Fuse 6 system is affected:\nBy default Fuse 6 includes and enables ActiveMQ Broker. So unless this has been manually disabled, every Fuse 6 system is affected by this vulnerability.\n\n\n* How to determine if a Fuse 7 system is affected:\nFuse 7 itself is not vulnerable. By default it ships the vulnerable activemq-client jar, however it does not instantiate an ActiveMQ broker. If this feature (connect to an external ActiveMQ Broker) were manually configured, it would make it vulnerable.\n\n\n* How to determine if a Fuse Online system is affected:\nSyndesis, an Integration Platform As A Service part of Fuse Online which runs on top of Openshift, does not use activemq code. Also, it doesn\u0027t instantiate a broker with Openwire protocol enabled, which makes it not vulnerable to this CVE.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46604" }, { "category": "external", "summary": "RHBZ#2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604" }, { "category": "external", "summary": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt", "url": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt" }, { "category": "external", "summary": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp", "url": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "In affected systems, it may be possible to mitigate some of the risks from this vulnerability. However this mitigation cannot eliminate all risks; the only complete resolution is to apply software updates. On systems where the broker is exposed to the public network, use firewall rules to restrict the transport ports and enable SSL to protect this \"Transport\".", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-11-02T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Critical" } ], "title": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack" } ] }
rhsa-2023_7247
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Critical" }, "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": "A minor version update (from 7.12 to 7.12.1) is now available for Red Hat Fuse. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\n\nRed Hat Product Security has rated this update as having a security impact of Critical. 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": "This release of Red Hat Fuse 7.12.1 serves as a replacement for Red Hat Fuse 7.12 and includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack (CVE-2023-46604)\n\n* undertow: OutOfMemoryError due to @MultipartConfig handling (CVE-2023-3223)\n\n* okio: GzipSource class improper exception handling (CVE-2023-3635)\n\n* spring-security: spring-security-webflux: path wildcard leads to security bypass (CVE-2023-34034)\n\n* http2-hpack: jetty: hpack header values cause denial of service in http/2 (CVE-2023-36478)\n\n* avro: apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK (CVE-2023-39410)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* tomcat: FileUpload: DoS due to accumulation of temporary files on Windows (CVE-2023-42794)\n\n* tomcat: improper cleaning of recycled objects could lead to information leak (CVE-2023-42795)\n\n* tomcat: incorrectly parsed http trailer headers can cause request smuggling (CVE-2023-45648)\n\n* jetty: Improper addition of quotation marks to user inputs in CgiServlet (CVE-2023-36479)\n\n* jetty: OpenId Revoked authentication allows one request (CVE-2023-41900)\n\nFor more details about the security issues, including the impact, CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "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-2023:7247", "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#critical", "url": "https://access.redhat.com/security/updates/classification/#critical" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse\u0026downloadType=distributions\u0026version=7.12.1" }, { "category": "external", "summary": "2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7247.json" } ], "title": "Red Hat Security Advisory: Red Hat Fuse 7.12.1 release and security update", "tracking": { "current_release_date": "2025-01-06T19:35:09+00:00", "generator": { "date": "2025-01-06T19:35:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.5" } }, "id": "RHSA-2023:7247", "initial_release_date": "2023-11-15T17:07:49+00:00", "revision_history": [ { "date": "2023-11-15T17:07:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-15T17:07:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-01-06T19:35:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Fuse 7.12.1", "product": { "name": "Red Hat Fuse 7.12.1", "product_id": "Red Hat Fuse 7.12.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_fuse:7" } } } ], "category": "product_family", "name": "Red Hat JBoss Fuse" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Keke Lian \u0026 Haoran Zhao" ], "organization": "System and Software Security Lab in Fudan University" } ], "cve": "CVE-2023-3223", "cwe": { "id": "CWE-789", "name": "Memory Allocation with Excessive Size Value" }, "discovery_date": "2023-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209689" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it\u0027s possible to bypass the limit by setting the file name in the request to null.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: OutOfMemoryError due to @MultipartConfig handling", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3223" }, { "category": "external", "summary": "RHBZ#2209689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3223", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3223" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3223" } ], "release_date": "2023-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "undertow: OutOfMemoryError due to @MultipartConfig handling" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-248", "name": "Uncaught Exception" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229295" } ], "notes": [ { "category": "description", "text": "A flaw was found in SquareUp Okio. A class GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This issue may allow a malicious user to start processing a malformed file, which can result in a Denial of Service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "okio: GzipSource class improper exception handling", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat JBoss Enterprise Application Platform XP does contain Okio package but is not using GzipSource.java, which is the affected class.\nRed Hat support for Spring Boot is considered low impact as it\u0027s used by Dekorate during compilation process and not included in the resulting Jar.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3635" }, { "category": "external", "summary": "RHBZ#2229295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229295" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3635", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3635" } ], "release_date": "2023-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "okio: GzipSource class improper exception handling" }, { "cve": "CVE-2023-34034", "cwe": { "id": "CWE-145", "name": "Improper Neutralization of Section Delimiters" }, "discovery_date": "2023-09-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2241271" } ], "notes": [ { "category": "description", "text": "A flaw was found in Spring Security\u0027s WebFlux framework pattern matching, where it does not properly evaluate certain patterns. A server using path-based pattern matching in WebFlux could allow an attacker to bypass security settings for some request paths, potentially leading to information disclosure, access of functionality outside the user\u0027s permissions, or denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-security-webflux: path wildcard leads to security bypass", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34034" }, { "category": "external", "summary": "RHBZ#2241271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241271" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34034" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34034" }, { "category": "external", "summary": "https://spring.io/security/cve-2023-34034", "url": "https://spring.io/security/cve-2023-34034" } ], "release_date": "2023-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users of path-based URL determination should ensure that all their patterns have a slash prepended.\nexample:\n pathMatchers(\"home/**\") // vulnerable\n pathMatchers(\"/home/**\") // not vulnerable", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spring-security-webflux: path wildcard leads to security bypass" }, { "cve": "CVE-2023-36478", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243123" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty http2-hpack and http3-qpack. If header values exceed the size limit and Huffman is the true`MetaDataBuilder.checkSize`, the multiplication will overflow, and the length will become negative, causing a large buffer allocation on the server, leading to a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: hpack header values cause denial of service in http/2", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires a remote attacker to repeatedly send HTTP requests with HPACK, which could easily impact the server\u0027s performance or make it run out of memory. Hence, this vulnerability received an Important impact 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "RHBZ#2243123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243123" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36478", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36478" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/pull/9634", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigations are currently available for this vulnerability.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jetty: hpack header values cause denial of service in http/2" }, { "cve": "CVE-2023-36479", "cwe": { "id": "CWE-149", "name": "Improper Neutralization of Quoting Syntax" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239630" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty\u0027s CGI servlet which permits incorrect command execution in specific circumstances such as requests with certain characters in requested filenames. This issue could allow an attacker to run permitted commands other than the one requested.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper addition of quotation marks to user inputs in CgiServlet", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "RHBZ#2239630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239630" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36479", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36479" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36479" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: Improper addition of quotation marks to user inputs in CgiServlet" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242521" } ], "notes": [ { "category": "description", "text": "A flaw was found in apache-avro. When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints, leading to an out-of-memory error and a denial of service on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39410" }, { "category": "external", "summary": "RHBZ#2242521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39410" }, { "category": "external", "summary": "https://issues.apache.org/jira/browse/AVRO-3819", "url": "https://issues.apache.org/jira/browse/AVRO-3819" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "apache-avro: Apache Avro Java SDK: Memory when deserializing untrusted data in Avro Java SDK" }, { "cve": "CVE-2023-40167", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239634" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: Improper validation of HTTP/1 content-length", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "RHBZ#2239634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40167" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167" }, { "category": "external", "summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6", "url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6" } ], "release_date": "2023-09-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jetty: Improper validation of HTTP/1 content-length" }, { "cve": "CVE-2023-41900", "cwe": { "id": "CWE-1390", "name": "Weak Authentication" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2247052" } ], "notes": [ { "category": "description", "text": "Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "jetty: OpenId Revoked authentication allows one request", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-41900" }, { "category": "external", "summary": "RHBZ#2247052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2247052" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-41900", "url": "https://www.cve.org/CVERecord?id=CVE-2023-41900" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41900" } ], "release_date": "2023-09-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jetty: OpenId Revoked authentication allows one request" }, { "cve": "CVE-2023-42794", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243751" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. An incomplete cleanup vulnerability with the internal fork of the Commons FileUpload package exposed a potential denial of service on Windows if a web application opened a stream for an uploaded file but failed to close the stream. The file would never be deleted from the disk, potentially leading to a denial of service due to the disk being full.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this flaw as a Moderate impact as this would depend on how much information an attacker has over the environment (version and disk for example, increasing the Attack Complexity) as there is no guarantee the attack is successful. \nThis may affect only scenarios where running an application 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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42794" }, { "category": "external", "summary": "RHBZ#2243751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243751" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42794", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42794" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42794" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/8", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/8" }, { "category": "external", "summary": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82", "url": "https://lists.apache.org/thread/vvbr2ms7lockj1hlhz5q3wmxb2mwcw82" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "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:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: FileUpload: DoS due to accumulation of temporary files on Windows" }, { "cve": "CVE-2023-42795", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243752" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. Tomcat may skip, after an error, the recycling of the internal objects that the next request/response process might use, resulting in information leaking from one request to the next. This flaw allows a malicious user to have access to this information.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: improper cleaning of recycled objects could lead to information leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this as a Moderate impact as the confidentiality is not fully compromised and the malicious user does not have confirmation over the scenario to replicate the error and capture the possible jeopardizing response.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-42795" }, { "category": "external", "summary": "RHBZ#2243752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243752" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-42795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-42795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42795" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/9", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/9" }, { "category": "external", "summary": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw", "url": "https://lists.apache.org/thread/065jfyo583490r9j2v73nhpyxdob56lw" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: improper cleaning of recycled objects could lead to information leak" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "Red Hat Fuse 7.12.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": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" }, { "cve": "CVE-2023-45648", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-10-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243749" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat, where an improper input validation can occur. This flaw allows a malicious user to send a crafted request containing an invalid trailer header, which could be treated as multiple requests, potentially leading to request smuggling when behind a reverse proxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: incorrectly parsed http trailer headers can cause request smuggling", "title": "Vulnerability summary" }, { "category": "other", "text": "The request smuggling is not guaranteed to have relevant information within every request and the scenario behind a reverse proxy which fails to handle the request too is necessary, hence the Moderate impact.\n\nThe Red Hat AMQ Broker team removed any tomcat dependencies in version 7.11.3. Please refer to https://errata.devel.redhat.com/advisory/121941.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45648" }, { "category": "external", "summary": "RHBZ#2243749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45648", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45648" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45648" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2023/10/10/10", "url": "http://www.openwall.com/lists/oss-security/2023/10/10/10" }, { "category": "external", "summary": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp", "url": "https://lists.apache.org/thread/2pv8yz1pyp088tsxfb7ogltk9msk0jdp" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "No mitigation is currently available for this flaw.", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: incorrectly parsed http trailer headers can cause request smuggling" }, { "cve": "CVE-2023-46604", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-10-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246645" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache ActiveMQ, specifically the OpenWire Module. This flaw may allow a remote malicious user to run arbitrary shell commands by manipulating serialized class types in the OpenWire protocol, causing the broker to instantiate any class on the classpath. This issue happens when OpenWire commands are unmarshalled, without validating the provided throwable class type, which could allow an attacker to jeopardize the entire server.", "title": "Vulnerability description" }, { "category": "summary", "text": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack", "title": "Vulnerability summary" }, { "category": "other", "text": "If the openwire protocol IS NOT in use, system operators can disable the OpenWire protocol which removes most risk of this vulnerability being exploited. If OpenWire IS being used, see the Mitigations section for potential options to reduce your attack surface.\n\n\n* How to determine if an AMQ 7 system is affected:\nCheck in the broker.xml configuration file. Notice the presence of **OPENWIRE** in the following snippet which indicates a vulnerable configuration. \n~~~\n\u003cacceptor name=\"artemis\"\u003etcp://localhost:####?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,**OPENWIRE**;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;anycastPrefix=jms.queue.;multicastPrefix=jms.topic.\u003c/acceptor\u003e\n~~~\n\n\n* How to determine if an AMQ 7 for OpenShift system is affected:\nGet the `ActivemqArtemis` CR yaml and review the acceptor protocol and see if the following entry is present: `(default, all, Openwire)` which indicates the system is vulnerable.\n\n\n* How to determine if a Fuse 6 system is affected:\nBy default Fuse 6 includes and enables ActiveMQ Broker. So unless this has been manually disabled, every Fuse 6 system is affected by this vulnerability.\n\n\n* How to determine if a Fuse 7 system is affected:\nFuse 7 itself is not vulnerable. By default it ships the vulnerable activemq-client jar, however it does not instantiate an ActiveMQ broker. If this feature (connect to an external ActiveMQ Broker) were manually configured, it would make it vulnerable.\n\n\n* How to determine if a Fuse Online system is affected:\nSyndesis, an Integration Platform As A Service part of Fuse Online which runs on top of Openshift, does not use activemq code. Also, it doesn\u0027t instantiate a broker with Openwire protocol enabled, which makes it not vulnerable to this CVE.", "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": [ "Red Hat Fuse 7.12.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46604" }, { "category": "external", "summary": "RHBZ#2246645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246645" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46604", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46604" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46604" }, { "category": "external", "summary": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt", "url": "https://activemq.apache.org/security-advisories.data/CVE-2023-46604-announcement.txt" }, { "category": "external", "summary": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp", "url": "https://lists.apache.org/thread/y1ztwb3gktny47mj9sdv2sbw49nkgsgp" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-15T17:07:49+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link (you must log in to download the update).", "product_ids": [ "Red Hat Fuse 7.12.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7247" }, { "category": "workaround", "details": "In affected systems, it may be possible to mitigate some of the risks from this vulnerability. However this mitigation cannot eliminate all risks; the only complete resolution is to apply software updates. On systems where the broker is exposed to the public network, use firewall rules to restrict the transport ports and enable SSL to protect this \"Transport\".", "product_ids": [ "Red Hat Fuse 7.12.1" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Fuse 7.12.1" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-11-02T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Critical" } ], "title": "activemq-openwire: OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack" } ] }
fkie_cve-2023-36478
Vulnerability from fkie_nvd
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
URL | Tags | ||
---|---|---|---|
security-advisories@github.com | http://www.openwall.com/lists/oss-security/2023/10/18/4 | Mailing List, Third Party Advisory | |
security-advisories@github.com | https://github.com/eclipse/jetty.project/pull/9634 | Issue Tracking, Patch | |
security-advisories@github.com | https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16 | Release Notes | |
security-advisories@github.com | https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16 | Release Notes | |
security-advisories@github.com | https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009 | Release Notes | |
security-advisories@github.com | https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r | Exploit, Vendor Advisory | |
security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html | Mailing List | |
security-advisories@github.com | https://security.netapp.com/advisory/ntap-20231116-0011/ | Third Party Advisory | |
security-advisories@github.com | https://security.netapp.com/advisory/ntap-20240621-0006/ | ||
security-advisories@github.com | https://www.debian.org/security/2023/dsa-5540 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2023/10/18/4 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/eclipse/jetty.project/pull/9634 | Issue Tracking, Patch | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16 | Release Notes | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16 | Release Notes | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009 | Release Notes | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r | Exploit, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html | Mailing List | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20231116-0011/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20240621-0006/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2023/dsa-5540 | Third Party Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "0780793A-2F4A-452B-BCC8-1945E57C3C49", "versionEndExcluding": "9.4.53", "versionStartIncluding": "9.3.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "1D15B5CF-CDFA-4303-8A9F-CF2FAD8E10CC", "versionEndExcluding": "10.0.16", "versionStartIncluding": "10.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "9153C468-135C-49C4-B33B-1828E37AF483", "versionEndExcluding": "11.0.16", "versionStartIncluding": "11.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:*", "matchCriteriaId": "16B24AD0-318F-4E5D-B2BF-DD61A7C033CF", "versionEndExcluding": "2.414.3", "vulnerable": true }, { "criteria": "cpe:2.3:a:jenkins:jenkins:*:*:*:*:-:*:*:*", "matchCriteriaId": "156AD017-ABC8-49EC-BB4F-79C55D6B2BC1", "versionEndExcluding": "2.428", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*", "matchCriteriaId": "46D69DCC-AE4D-4EA5-861C-D60951444C6C", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds." }, { "lang": "es", "value": "Eclipse Jetty proporciona un servidor web y un contenedor de servlets. En las versiones 11.0.0 a 11.0.15, 10.0.0 a 10.0.15 y 9.0.0 a 9.4.52, un desbordamiento de enteros en `MetaDataBuilder.checkSize` permite que los valores del encabezado HTTP/2 HPACK excedan su l\u00edmite de tama\u00f1o. `MetaDataBuilder.java` determina si el nombre o valor de un encabezado excede el l\u00edmite de tama\u00f1o y genera una excepci\u00f3n si se excede el l\u00edmite. Sin embargo, cuando la longitud es muy grande y Huffman es verdadera, la multiplicaci\u00f3n por 4 en la l\u00ednea 295 se desbordar\u00e1 y la longitud se volver\u00e1 negativa. `(_size+length)` ahora ser\u00e1 negativo y la verificaci\u00f3n en la l\u00ednea 296 no se activar\u00e1. Adem\u00e1s, `MetaDataBuilder.checkSize` permite que los tama\u00f1os de los valores del encabezado HPACK ingresados por el usuario sean negativos, lo que podr\u00eda generar una asignaci\u00f3n de b\u00fafer muy grande m\u00e1s adelante cuando el tama\u00f1o ingresado por el usuario se multiplique por 2. Esto significa que si un usuario proporciona un tama\u00f1o con valor de longitud negativo (o, m\u00e1s precisamente, un valor de longitud que, cuando se multiplica por el factor de manipulaci\u00f3n 4/3, es negativo), y este valor de longitud es un n\u00famero positivo muy grande cuando se multiplica por 2, entonces el usuario puede causar un valor de longitud muy grande de b\u00fafer que se asignar\u00e1 en el servidor. Los usuarios de HTTP/2 pueden verse afectados por un ataque remoto de denegaci\u00f3n de servicio. El problema se solucion\u00f3 en las versiones 11.0.16, 10.0.16 y 9.4.53. No se conocen workarounds." } ], "id": "CVE-2023-36478", "lastModified": "2024-11-21T08:09:47.717", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2023-10-10T17:15:11.737", "references": [ { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Patch" ], "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" }, { "source": "security-advisories@github.com", "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2023/dsa-5540" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Patch" ], "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2023/dsa-5540" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-190" }, { "lang": "en", "value": "CWE-400" } ], "source": "security-advisories@github.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-190" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ghsa-wgh7-54f2-x98r
Vulnerability from github
An integer overflow in MetaDataBuilder.checkSize
allows for HTTP/2 HPACK header values to
exceed their size limit.
In MetaDataBuilder.java
, the following code determines if a header name or value
exceeds the size limit, and throws an exception if the limit is exceeded:
java
291 public void checkSize(int length, boolean huffman) throws SessionException
292 {
293 // Apply a huffman fudge factor
294 if (huffman)
295 length = (length * 4) / 3;
296 if ((_size + length) > _maxSize)
297 throw new HpackException.SessionException("Header too large %d > %d",
_size + length, _maxSize);
298 }
However, when length is very large and huffman is true, the multiplication by 4 in line 295 will overflow, and length will become negative. (_size+length) will now be negative, and the check on line 296 will not be triggered.
Furthermore, MetaDataBuilder.checkSize
allows for user-entered HPACK header value sizes to be
negative, potentially leading to a very large buffer allocation later on when the
user-entered size is multiplied by 2.
In MetaDataBuilder.java
, the following code determines if a header name or value
exceeds the size limit, and throws an exception if the limit is exceeded:
java
public void checkSize(int length, boolean huffman) throws SessionException
{
// Apply a huffman fudge factor
if (huffman)
length = (length * 4) / 3;
if ((_size + length) > _maxSize)
throw new HpackException.SessionException("Header too large %d > %d", _size
+ length, _maxSize);
}
However, no exception is thrown in the case of a negative size.
Later, in Huffman.decode
, the user-entered length is multiplied by 2 before allocating a buffer:
java
public static String decode(ByteBuffer buffer, int length) throws
HpackException.CompressionException
{
Utf8StringBuilder utf8 = new Utf8StringBuilder(length * 2);
// ...
This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server.
Exploit Scenario 1
An attacker repeatedly sends HTTP messages with the HPACK header 0x00ffffffffff02.
Each time this header is decoded:
+ HpackDecode.decode
will determine that a Huffman-coded value of length
805306494 needs to be decoded.
+ MetaDataBuilder.checkSize
will approve this length.
+ Huffman.decode will allocate a 1.6 GB string array.
+ Huffman.decode will have a buffer overflow error, and the array will be deallocated
the next time garbage collection happens. (Note: this can be delayed by appending
valid huffman-coded characters to the end of the header.)
Depending on the timing of garbage collection, the number of threads, and the amount of memory available on the server, this may cause the server to run out of memory.
Exploit Scenario 2
An attacker repeatedly sends HTTP messages with the HPACK header 0x00ff8080ffff0b. Each time this header is decoded: + HpackDecode.decode will determine that a Huffman-coded value of length -1073758081 needs to be decoded + MetaDataBuilder.checkSize will approve this length + The number will be multiplied by 2 to get 2147451134, and Huffman.decode will allocate a 2.1 GB string array + Huffman.decode will have a buffer overflow error, and the array will be deallocated the next time garbage collection happens (Note that this deallocation can be delayed by adding valid Huffman-coded characters to the end of the header)
Depending on the timing of garbage collection, the number of threads, and the amount of memory available on the server, this may cause the server to run out of memory.
Impact
Users of HTTP/2 can be impacted by a remote denial of service attack.
Patches
Fixed in Jetty 10.0.16 and Jetty 11.0.16 Fixed in Jetty 9.4.53 Jetty 12.x is unaffected.
Workarounds
No workarounds possible, only patched versions of Jetty.
References
- https://github.com/eclipse/jetty.project/pull/9634
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 10.0.15" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty.http2:http2-hpack" }, "ranges": [ { "events": [ { "introduced": "10.0.0" }, { "fixed": "10.0.16" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 11.0.15" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty.http2:http2-hpack" }, "ranges": [ { "events": [ { "introduced": "11.0.0" }, { "fixed": "11.0.16" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 10.0.15" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty.http3:http3-qpack" }, "ranges": [ { "events": [ { "introduced": "10.0.0" }, { "fixed": "10.0.16" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 11.0.15" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty.http3:http3-qpack" }, "ranges": [ { "events": [ { "introduced": "11.0.0" }, { "fixed": "11.0.16" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 9.4.52" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty.http2:http2-hpack" }, "ranges": [ { "events": [ { "introduced": "9.3.0" }, { "fixed": "9.4.53" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-36478" ], "database_specific": { "cwe_ids": [ "CWE-190" ], "github_reviewed": true, "github_reviewed_at": "2023-10-10T21:16:23Z", "nvd_published_at": "2023-10-10T17:15:11Z", "severity": "HIGH" }, "details": "An integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. \n\nIn `MetaDataBuilder.java`, the following code determines if a header name or value\nexceeds the size limit, and throws an exception if the limit is exceeded:\n\n```java\n291 public void checkSize(int length, boolean huffman) throws SessionException\n292 {\n293 // Apply a huffman fudge factor\n294 if (huffman)\n295 length = (length * 4) / 3;\n296 if ((_size + length) \u003e _maxSize)\n297 throw new HpackException.SessionException(\"Header too large %d \u003e %d\",\n_size + length, _maxSize);\n298 }\n```\n\nHowever, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. (_size+length) will now be negative, and\nthe check on line 296 will not be triggered.\n\nFurthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be\nnegative, potentially leading to a very large buffer allocation later on when the\nuser-entered size is multiplied by 2.\n\nIn `MetaDataBuilder.java`, the following code determines if a header name or value\nexceeds the size limit, and throws an exception if the limit is exceeded:\n\n```java\npublic void checkSize(int length, boolean huffman) throws SessionException\n{\n// Apply a huffman fudge factor\nif (huffman)\nlength = (length * 4) / 3;\nif ((_size + length) \u003e _maxSize)\nthrow new HpackException.SessionException(\"Header too large %d \u003e %d\", _size\n+ length, _maxSize);\n}\n```\n\nHowever, no exception is thrown in the case of a negative size.\nLater, in `Huffman.decode`, the user-entered length is multiplied by 2 before allocating a buffer:\n\n```java\npublic static String decode(ByteBuffer buffer, int length) throws\nHpackException.CompressionException\n{\nUtf8StringBuilder utf8 = new Utf8StringBuilder(length * 2);\n// ...\n```\n\nThis means that if a user provides a negative length value (or, more precisely, a length\nvalue which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a\nvery large positive number when multiplied by 2, then the user can cause a very large\nbuffer to be allocated on the server.\n\n\n### Exploit Scenario 1\nAn attacker repeatedly sends HTTP messages with the HPACK header 0x00ffffffffff02.\nEach time this header is decoded:\n+ `HpackDecode.decode` will determine that a Huffman-coded value of length\n805306494 needs to be decoded.\n+ `MetaDataBuilder.checkSize` will approve this length.\n+ Huffman.decode will allocate a 1.6 GB string array.\n+ Huffman.decode will have a buffer overflow error, and the array will be deallocated\nthe next time garbage collection happens. (Note: this can be delayed by appending\nvalid huffman-coded characters to the end of the header.)\n\nDepending on the timing of garbage collection, the number of threads, and the amount of\nmemory available on the server, this may cause the server to run out of memory.\n\n\n### Exploit Scenario 2\nAn attacker repeatedly sends HTTP messages with the HPACK header 0x00ff8080ffff0b. Each\ntime this header is decoded:\n + HpackDecode.decode will determine that a Huffman-coded value of length\n-1073758081 needs to be decoded\n + MetaDataBuilder.checkSize will approve this length\n + The number will be multiplied by 2 to get 2147451134, and Huffman.decode will\nallocate a 2.1 GB string array\n + Huffman.decode will have a buffer overflow error, and the array will be deallocated\nthe next time garbage collection happens (Note that this deallocation can be\ndelayed by adding valid Huffman-coded characters to the end of the header)\n\nDepending on the timing of garbage collection, the number of threads, and the amount of\nmemory available on the server, this may cause the server to run out of memory.\n\n### Impact\nUsers of HTTP/2 can be impacted by a remote denial of service attack.\n\n### Patches\nFixed in Jetty 10.0.16 and Jetty 11.0.16\nFixed in Jetty 9.4.53\nJetty 12.x is unaffected.\n\n### Workarounds\nNo workarounds possible, only patched versions of Jetty.\n\n### References\n* https://github.com/eclipse/jetty.project/pull/9634", "id": "GHSA-wgh7-54f2-x98r", "modified": "2024-06-21T21:33:57Z", "published": "2023-10-10T21:16:23Z", "references": [ { "type": "WEB", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "type": "WEB", "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36478" }, { "type": "WEB", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "type": "PACKAGE", "url": "https://github.com/eclipse/jetty.project" }, { "type": "WEB", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "type": "WEB", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "type": "WEB", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20231116-0011" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20240621-0006" }, { "type": "WEB", "url": "https://www.debian.org/security/2023/dsa-5540" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "HTTP/2 HPACK integer overflow and buffer allocation" }
suse-su-2023:4210-1
Vulnerability from csaf_suse
Notes
{ "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\n- Updated to version 9.4.53.v20231009:\n\n - CVE-2023-44487: Fixed a potential denial of service scenario via\n RST frame floods (bsc#1216169).\n - CVE-2023-36478: Fixed an integer overflow in the HTTP/2 HPACK\n decoder (bsc#1216162).\n - CVE-2023-40167: Fixed a permissive HTTP header parsing issue that\n could potentially lead to HTTP smuggling attacks (bsc#1215417).\n - CVE-2023-36479: Fixed an incorrect command execution when sending\n requests with certain characters in requested filenames\n (bsc#1215415).\n - CVE-2023-41900: Fixed an issue where an invalidated session would\n be allowed to perform a single request (bsc#1215416).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4210,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4210,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4210,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4210,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4210,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4210,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4210,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4210,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4210,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4210,SUSE-Storage-7.1-2023-4210,openSUSE-SLE-15.4-2023-4210,openSUSE-SLE-15.5-2023-4210", "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-2023_4210-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4210-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234210-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4210-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-October/032390.html" }, { "category": "self", "summary": "SUSE Bug 1215415", "url": "https://bugzilla.suse.com/1215415" }, { "category": "self", "summary": "SUSE Bug 1215416", "url": "https://bugzilla.suse.com/1215416" }, { "category": "self", "summary": "SUSE Bug 1215417", "url": "https://bugzilla.suse.com/1215417" }, { "category": "self", "summary": "SUSE Bug 1216162", "url": "https://bugzilla.suse.com/1216162" }, { "category": "self", "summary": "SUSE Bug 1216169", "url": "https://bugzilla.suse.com/1216169" }, { "category": "self", "summary": "SUSE CVE CVE-2023-36478 page", "url": "https://www.suse.com/security/cve/CVE-2023-36478/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-36479 page", "url": "https://www.suse.com/security/cve/CVE-2023-36479/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-40167 page", "url": "https://www.suse.com/security/cve/CVE-2023-40167/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-41900 page", "url": "https://www.suse.com/security/cve/CVE-2023-41900/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-44487 page", "url": "https://www.suse.com/security/cve/CVE-2023-44487/" } ], "title": "Security update for jetty-minimal", "tracking": { "current_release_date": "2023-10-26T08:26:33Z", "generator": { "date": "2023-10-26T08:26:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4210-1", "initial_release_date": "2023-10-26T08:26:33Z", "revision_history": [ { "date": "2023-10-26T08:26:33Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "jetty-annotations-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-annotations-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-annotations-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-ant-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-ant-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-ant-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-cdi-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-cdi-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-cdi-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-client-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-client-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-client-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-continuation-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-continuation-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-continuation-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-deploy-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-deploy-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-deploy-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-fcgi-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-fcgi-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-fcgi-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-http-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-http-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-http-spi-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-http-spi-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-http-spi-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-io-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-io-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-jaas-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-jaas-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-jaas-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-jmx-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-jmx-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-jmx-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-jndi-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-jndi-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-jndi-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-jsp-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-jsp-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-jsp-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-openid-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-openid-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-openid-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-plus-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-plus-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-plus-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-proxy-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-proxy-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-proxy-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-quickstart-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-quickstart-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-quickstart-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-rewrite-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-rewrite-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-rewrite-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-security-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-security-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-server-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-server-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-servlet-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-servlets-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-servlets-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-servlets-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-start-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-start-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-start-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-util-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-util-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-webapp-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-webapp-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-webapp-9.4.53-150200.3.22.1.noarch" } }, { "category": "product_version", "name": "jetty-xml-9.4.53-150200.3.22.1.noarch", "product": { "name": "jetty-xml-9.4.53-150200.3.22.1.noarch", "product_id": "jetty-xml-9.4.53-150200.3.22.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3" } } }, { "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 Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "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 for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "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 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.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.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.53-150200.3.22.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.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.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.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-annotations-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-annotations-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-ant-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-cdi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-client-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-continuation-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-deploy-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-fcgi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-spi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jaas-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jmx-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jndi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jsp-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-openid-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-plus-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-proxy-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-quickstart-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-rewrite-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlets-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-start-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-webapp-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-xml-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-annotations-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-annotations-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-ant-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-ant-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-cdi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-cdi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-client-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-client-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-continuation-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-continuation-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-deploy-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-deploy-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-fcgi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-fcgi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-http-spi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-http-spi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-io-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-io-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jaas-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jaas-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jmx-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jmx-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jndi-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jndi-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-jsp-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-jsp-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-openid-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-openid-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-plus-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-plus-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-proxy-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-proxy-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-quickstart-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-quickstart-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-rewrite-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-rewrite-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-security-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-security-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-server-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-server-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlet-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlet-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-servlets-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-servlets-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-start-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-start-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-webapp-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-webapp-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "jetty-xml-9.4.53-150200.3.22.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" }, "product_reference": "jetty-xml-9.4.53-150200.3.22.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36478", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-36478" } ], "notes": [ { "category": "general", "text": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-36478", "url": "https://www.suse.com/security/cve/CVE-2023-36478" }, { "category": "external", "summary": "SUSE Bug 1216162 for CVE-2023-36478", "url": "https://bugzilla.suse.com/1216162" } ], "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.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2023-10-26T08:26:33Z", "details": "important" } ], "title": "CVE-2023-36478" }, { "cve": "CVE-2023-36479", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-36479" } ], "notes": [ { "category": "general", "text": "Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. This issue was patched in version 9.4.52, 10.0.16, 11.0.16 and 12.0.0-beta2.\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-36479", "url": "https://www.suse.com/security/cve/CVE-2023-36479" }, { "category": "external", "summary": "SUSE Bug 1215415 for CVE-2023-36479", "url": "https://bugzilla.suse.com/1215415" } ], "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.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2023-10-26T08:26:33Z", "details": "low" } ], "title": "CVE-2023-36479" }, { "cve": "CVE-2023-40167", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-40167" } ], "notes": [ { "category": "general", "text": "Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, Jetty accepts the `+` character proceeding the content-length value in a HTTP/1 header field. This is more permissive than allowed by the RFC and other servers routinely reject such requests with 400 responses. There is no known exploit scenario, but it is conceivable that request smuggling could result if jetty is used in combination with a server that does not close the connection after sending such a 400 response. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-40167", "url": "https://www.suse.com/security/cve/CVE-2023-40167" }, { "category": "external", "summary": "SUSE Bug 1215417 for CVE-2023-40167", "url": "https://bugzilla.suse.com/1215417" } ], "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.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2023-10-26T08:26:33Z", "details": "moderate" } ], "title": "CVE-2023-40167" }, { "cve": "CVE-2023-41900", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-41900" } ], "notes": [ { "category": "general", "text": "Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-41900", "url": "https://www.suse.com/security/cve/CVE-2023-41900" }, { "category": "external", "summary": "SUSE Bug 1215416 for CVE-2023-41900", "url": "https://bugzilla.suse.com/1215416" } ], "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.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2023-10-26T08:26:33Z", "details": "low" } ], "title": "CVE-2023-41900" }, { "cve": "CVE-2023-44487", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-44487" } ], "notes": [ { "category": "general", "text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-44487", "url": "https://www.suse.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "SUSE Bug 1216109 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216109" }, { "category": "external", "summary": "SUSE Bug 1216123 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216123" }, { "category": "external", "summary": "SUSE Bug 1216169 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216169" }, { "category": "external", "summary": "SUSE Bug 1216171 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216171" }, { "category": "external", "summary": "SUSE Bug 1216174 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216174" }, { "category": "external", "summary": "SUSE Bug 1216176 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216176" }, { "category": "external", "summary": "SUSE Bug 1216181 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216181" }, { "category": "external", "summary": "SUSE Bug 1216182 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216182" }, { "category": "external", "summary": "SUSE Bug 1216190 for CVE-2023-44487", "url": "https://bugzilla.suse.com/1216190" } ], "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.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch", "openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2023-10-26T08:26:33Z", "details": "important" } ], "title": "CVE-2023-44487" } ] }
gsd-2023-36478
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-36478", "id": "GSD-2023-36478" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-36478" ], "details": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.", "id": "GSD-2023-36478", "modified": "2023-12-13T01:20:34.805274Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-36478", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "jetty.project", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 10.0.0, \u003c 10.0.16" }, { "version_affected": "=", "version_value": "\u003e= 11.0.0, \u003c 11.0.16" }, { "version_affected": "=", "version_value": "\u003e= 9.3.0, \u003c 9.4.53" } ] } } ] }, "vendor_name": "eclipse" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds." } ] }, "impact": { "cvss": [ { "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-190", "lang": "eng", "value": "CWE-190: Integer Overflow or Wraparound" } ] }, { "description": [ { "cweId": "CWE-400", "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r", "refsource": "MISC", "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "name": "https://github.com/eclipse/jetty.project/pull/9634", "refsource": "MISC", "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16", "refsource": "MISC", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16", "refsource": "MISC", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "name": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009", "refsource": "MISC", "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "name": "http://www.openwall.com/lists/oss-security/2023/10/18/4", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "name": "https://www.debian.org/security/2023/dsa-5540", "refsource": "MISC", "url": "https://www.debian.org/security/2023/dsa-5540" }, { "name": "https://security.netapp.com/advisory/ntap-20231116-0011/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" } ] }, "source": { "advisory": "GHSA-wgh7-54f2-x98r", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "0780793A-2F4A-452B-BCC8-1945E57C3C49", "versionEndExcluding": "9.4.53", "versionStartIncluding": "9.3.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "1D15B5CF-CDFA-4303-8A9F-CF2FAD8E10CC", "versionEndExcluding": "10.0.16", "versionStartIncluding": "10.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*", "matchCriteriaId": "9153C468-135C-49C4-B33B-1828E37AF483", "versionEndExcluding": "11.0.16", "versionStartIncluding": "11.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:*", "matchCriteriaId": "16B24AD0-318F-4E5D-B2BF-DD61A7C033CF", "versionEndExcluding": "2.414.3", "vulnerable": true }, { "criteria": "cpe:2.3:a:jenkins:jenkins:*:*:*:*:-:*:*:*", "matchCriteriaId": "156AD017-ABC8-49EC-BB4F-79C55D6B2BC1", "versionEndExcluding": "2.428", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*", "matchCriteriaId": "46D69DCC-AE4D-4EA5-861C-D60951444C6C", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to\nexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295\nwill overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds." }, { "lang": "es", "value": "Eclipse Jetty proporciona un servidor web y un contenedor de servlets. En las versiones 11.0.0 a 11.0.15, 10.0.0 a 10.0.15 y 9.0.0 a 9.4.52, un desbordamiento de enteros en `MetaDataBuilder.checkSize` permite que los valores del encabezado HTTP/2 HPACK excedan su l\u00edmite de tama\u00f1o. `MetaDataBuilder.java` determina si el nombre o valor de un encabezado excede el l\u00edmite de tama\u00f1o y genera una excepci\u00f3n si se excede el l\u00edmite. Sin embargo, cuando la longitud es muy grande y Huffman es verdadera, la multiplicaci\u00f3n por 4 en la l\u00ednea 295 se desbordar\u00e1 y la longitud se volver\u00e1 negativa. `(_size+length)` ahora ser\u00e1 negativo y la verificaci\u00f3n en la l\u00ednea 296 no se activar\u00e1. Adem\u00e1s, `MetaDataBuilder.checkSize` permite que los tama\u00f1os de los valores del encabezado HPACK ingresados por el usuario sean negativos, lo que podr\u00eda generar una asignaci\u00f3n de b\u00fafer muy grande m\u00e1s adelante cuando el tama\u00f1o ingresado por el usuario se multiplique por 2. Esto significa que si un usuario proporciona un tama\u00f1o con valor de longitud negativo (o, m\u00e1s precisamente, un valor de longitud que, cuando se multiplica por el factor de manipulaci\u00f3n 4/3, es negativo), y este valor de longitud es un n\u00famero positivo muy grande cuando se multiplica por 2, entonces el usuario puede causar un valor de longitud muy grande de b\u00fafer que se asignar\u00e1 en el servidor. Los usuarios de HTTP/2 pueden verse afectados por un ataque remoto de denegaci\u00f3n de servicio. El problema se solucion\u00f3 en las versiones 11.0.16, 10.0.16 y 9.4.53. No se conocen workarounds." } ], "id": "CVE-2023-36478", "lastModified": "2024-02-16T18:40:20.290", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2023-10-10T17:15:11.737", "references": [ { "source": "security-advisories@github.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/10/18/4" }, { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Patch" ], "url": "https://github.com/eclipse/jetty.project/pull/9634" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.16" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes" ], "url": "https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgh7-54f2-x98r" }, { "source": "security-advisories@github.com", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20231116-0011/" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2023/dsa-5540" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-190" }, { "lang": "en", "value": "CWE-400" } ], "source": "security-advisories@github.com", "type": "Primary" }, { "description": [ { "lang": "en", "value": "CWE-190" } ], "source": "nvd@nist.gov", "type": "Secondary" } ] } } } }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.