Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-41900 (GCVE-0-2023-41900)
Vulnerability from cvelistv5 – Published: 2023-09-15 20:17 – Updated: 2025-02-13 17:09- CWE-1390 - Weak Authentication
| URL | Tags |
|---|---|
| https://github.com/eclipse/jetty.project/security… | x_refsource_CONFIRM |
| https://github.com/eclipse/jetty.project/pull/9528 | x_refsource_MISC |
| https://github.com/eclipse/jetty.project/pull/9660 | x_refsource_MISC |
| https://www.debian.org/security/2023/dsa-5507 | |
| https://security.netapp.com/advisory/ntap-2023111… |
| Vendor | Product | Version | |
|---|---|---|---|
| eclipse | jetty.project |
Affected:
>= 9.4.21, <= 9.4.51
Affected: >= 10.0.0, <= 10.0.15 Affected: >= 11.0.0, <= 11.0.15 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T19:09:49.380Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48"
},
{
"name": "https://github.com/eclipse/jetty.project/pull/9528",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/eclipse/jetty.project/pull/9528"
},
{
"name": "https://github.com/eclipse/jetty.project/pull/9660",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/eclipse/jetty.project/pull/9660"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5507"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20231110-0004/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-41900",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-11-27T16:17:02.421689Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-11-27T16:17:17.130Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jetty.project",
"vendor": "eclipse",
"versions": [
{
"status": "affected",
"version": "\u003e= 9.4.21, \u003c= 9.4.51"
},
{
"status": "affected",
"version": "\u003e= 10.0.0, \u003c= 10.0.15"
},
{
"status": "affected",
"version": "\u003e= 11.0.0, \u003c= 11.0.15"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1390",
"description": "CWE-1390: Weak Authentication",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-11-10T18:06:33.022Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48"
},
{
"name": "https://github.com/eclipse/jetty.project/pull/9528",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/eclipse/jetty.project/pull/9528"
},
{
"name": "https://github.com/eclipse/jetty.project/pull/9660",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/eclipse/jetty.project/pull/9660"
},
{
"url": "https://www.debian.org/security/2023/dsa-5507"
},
{
"url": "https://security.netapp.com/advisory/ntap-20231110-0004/"
}
],
"source": {
"advisory": "GHSA-pwh8-58vv-vw48",
"discovery": "UNKNOWN"
},
"title": "Jetty\u0027s OpenId Revoked authentication allows one request"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-41900",
"datePublished": "2023-09-15T20:17:42.201Z",
"dateReserved": "2023-09-04T16:31:48.226Z",
"dateUpdated": "2025-02-13T17:09:04.719Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-41900",
"date": "2026-08-07",
"epss": "0.00759",
"percentile": "0.51844"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"9.4.21\", \"versionEndExcluding\": \"9.4.52\", \"matchCriteriaId\": \"3A0E2B68-3CC4-45A2-955B-15977887458B\"}, {\"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: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\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"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.\"}, {\"lang\": \"es\", \"value\": \"Jetty es un servidor web y motor de servlet basado en Java. Las versiones 9.4.21 a 9.4.51, 10.0.15 y 11.0.15 son vulnerables a una autenticaci\\u00f3n d\\u00e9bil. Si un `OpenIdAuthenticator` de Jetty usa el `LoginService` anidado opcional, y ese `LoginService` decide revocar a un usuario ya autenticado, entonces la solicitud actual seguir\\u00e1 tratando al usuario como autenticado. Luego, la autenticaci\\u00f3n se borra de la sesi\\u00f3n y las solicitudes posteriores no se tratar\\u00e1n como autenticadas. Por lo tanto, se podr\\u00eda permitir que una solicitud en una sesi\\u00f3n previamente autenticada omita la autenticaci\\u00f3n despu\\u00e9s de haber sido rechazada por \\\"LoginService\\\". Esto afecta los usos de jetty-openid que han configurado un \\\"LoginService\\\" anidado y donde ese \\\"LoginService\\\" ser\\u00e1 capaz de rechazar usuarios previamente autenticados. Las versiones 9.4.52, 10.0.16 y 11.0.16 tienen un parche para este problema.\"}]",
"id": "CVE-2023-41900",
"lastModified": "2024-11-21T08:21:53.187",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N\", \"baseScore\": 3.5, \"baseSeverity\": \"LOW\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\", \"baseScore\": 4.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 1.4}]}",
"published": "2023-09-15T21:15:11.600",
"references": "[{\"url\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231110-0004/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5507\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231110-0004/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5507\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1390\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-287\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-41900\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-09-15T21:15:11.600\",\"lastModified\":\"2026-06-17T06:23:02.290\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Jetty es un servidor web y motor de servlet basado en Java. Las versiones 9.4.21 a 9.4.51, 10.0.15 y 11.0.15 son vulnerables a una autenticaci\u00f3n d\u00e9bil. Si un `OpenIdAuthenticator` de Jetty usa el `LoginService` anidado opcional, y ese `LoginService` decide revocar a un usuario ya autenticado, entonces la solicitud actual seguir\u00e1 tratando al usuario como autenticado. Luego, la autenticaci\u00f3n se borra de la sesi\u00f3n y las solicitudes posteriores no se tratar\u00e1n como autenticadas. Por lo tanto, se podr\u00eda permitir que una solicitud en una sesi\u00f3n previamente autenticada omita la autenticaci\u00f3n despu\u00e9s de haber sido rechazada por \\\"LoginService\\\". Esto afecta los usos de jetty-openid que han configurado un \\\"LoginService\\\" anidado y donde ese \\\"LoginService\\\" ser\u00e1 capaz de rechazar usuarios previamente autenticados. Las versiones 9.4.52, 10.0.16 y 11.0.16 tienen un parche para este problema.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"eclipse\",\"product\":\"jetty.project\",\"versions\":[{\"version\":\"\u003e= 9.4.21, \u003c= 9.4.51\",\"status\":\"affected\"},{\"version\":\"\u003e= 10.0.0, \u003c= 10.0.15\",\"status\":\"affected\"},{\"version\":\"\u003e= 11.0.0, \u003c= 11.0.15\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N\",\"baseScore\":3.5,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-11-27T16:17:02.421689Z\",\"id\":\"CVE-2023-41900\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1390\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-287\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.4.21\",\"versionEndExcluding\":\"9.4.52\",\"matchCriteriaId\":\"3A0E2B68-3CC4-45A2-955B-15977887458B\"},{\"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: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\":\"https://github.com/eclipse/jetty.project/pull/9528\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/pull/9660\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231110-0004/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5507\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/eclipse/jetty.project/pull/9528\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/pull/9660\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231110-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5507\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-08-04T22:58:17+00:00",
"cve": "CVE-2023-41900",
"id": "CVE-2023-41900",
"initial_release_date": "2023-09-14T00:00:00+00:00",
"product_status:fixed": "1",
"product_status:known_affected": "37",
"product_status:known_not_affected": "8",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "jetty: OpenId Revoked authentication allows one request",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-41900.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "low",
"current_release_date": "2025-07-16T01:02:58Z",
"cve": "CVE-2023-41900",
"id": "CVE-2023-41900",
"initial_release_date": "2023-09-19T01:56:16Z",
"product_status:known_affected": "8",
"product_status:recommended": "357",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2023-41900",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-41900.json",
"version": "14"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"name\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"name\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"name\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5507\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231110-0004/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T19:09:49.380Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-41900\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-27T16:17:02.421689Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-11-27T16:17:09.405Z\"}}], \"cna\": {\"title\": \"Jetty\u0027s OpenId Revoked authentication allows one request\", \"source\": {\"advisory\": \"GHSA-pwh8-58vv-vw48\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 3.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"eclipse\", \"product\": \"jetty.project\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 9.4.21, \u003c= 9.4.51\"}, {\"status\": \"affected\", \"version\": \"\u003e= 10.0.0, \u003c= 10.0.15\"}, {\"status\": \"affected\", \"version\": \"\u003e= 11.0.0, \u003c= 11.0.15\"}]}], \"references\": [{\"url\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"name\": \"https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"name\": \"https://github.com/eclipse/jetty.project/pull/9528\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"name\": \"https://github.com/eclipse/jetty.project/pull/9660\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5507\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231110-0004/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1390\", \"description\": \"CWE-1390: Weak Authentication\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-11-10T18:06:33.022Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-41900\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:09:04.719Z\", \"dateReserved\": \"2023-09-04T16:31:48.226Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-09-15T20:17:42.201Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:4210-1
Vulnerability from csaf_suse - Published: 2023-10-26 08:26 - Updated: 2023-10-26 08:26| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-annotations-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-ant-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-cdi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-client-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-continuation-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-deploy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-fcgi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-http-spi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-io-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jaas-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jmx-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jndi-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-jsp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-minimal-javadoc-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-openid-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-plus-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-proxy-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-quickstart-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-rewrite-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-security-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-server-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlet-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-servlets-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-start-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-util-ajax-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-webapp-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:jetty-xml-9.4.53-150200.3.22.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for jetty-minimal",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for jetty-minimal fixes the following issues:\n\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.",
"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"
}
]
}
ubuntu-cve-2023-41900
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.2.14-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.2.14-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.2.14-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.2.14-1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.2.14-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.15-1~18.04.1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.15-1~18.04.1ubuntu1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.2.22-2",
"9.2.22-3",
"9.2.23-1",
"9.4.15-1~18.04.1ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.26-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.26-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.26-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.26-1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.18-2build2",
"9.4.26-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jetty9",
"binary_version": "9.4.45-1"
},
{
"binary_name": "libjetty9-extra-java",
"binary_version": "9.4.45-1"
},
{
"binary_name": "libjetty9-java",
"binary_version": "9.4.45-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "jetty9",
"purl": "pkg:deb/ubuntu/jetty9@9.4.45-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.39-3",
"9.4.44-2",
"9.4.44-3",
"9.4.44-4",
"9.4.45-1"
]
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2023-41900",
"modified": "2025-10-24T05:02:15Z",
"published": "2023-09-15T21:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-41900"
},
{
"type": "REPORT",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48"
},
{
"type": "REPORT",
"url": "https://github.com/eclipse/jetty.project/pull/9528"
},
{
"type": "REPORT",
"url": "https://github.com/eclipse/jetty.project/pull/9660"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41900"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2023-41900"
]
}
WID-SEC-W-2023-2359
Vulnerability from csaf_certbund - Published: 2023-09-14 22:00 - Updated: 2025-03-30 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Broadcom Brocade SANnav <2.3.1a
Broadcom / Brocade SANnav
|
<2.3.1a | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Integration Bus
IBM
|
cpe:/a:ibm:integration_bus:-
|
— | |
|
IBM Maximo Asset Management 7.6.1
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1
|
7.6.1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Rational Change <5.3.2.7
IBM / Rational Change
|
<5.3.2.7 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Eclipse Jetty <12.0.0
Eclipse / Jetty
|
<12.0.0 | ||
|
IBM Operational Decision Manager
IBM
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Eclipse Jetty <11.0.16
Eclipse / Jetty
|
<11.0.16 | ||
|
Eclipse Jetty <10.0.16
Eclipse / Jetty
|
<10.0.16 | ||
|
Eclipse Jetty <9.4.52
Eclipse / Jetty
|
<9.4.52 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Broadcom Brocade SANnav <2.3.1a
Broadcom / Brocade SANnav
|
<2.3.1a | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Integration Bus
IBM
|
cpe:/a:ibm:integration_bus:-
|
— | |
|
IBM Maximo Asset Management 7.6.1
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1
|
7.6.1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Rational Change <5.3.2.7
IBM / Rational Change
|
<5.3.2.7 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Eclipse Jetty <12.0.0
Eclipse / Jetty
|
<12.0.0 | ||
|
IBM Operational Decision Manager
IBM
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Eclipse Jetty <12.0.1
Eclipse / Jetty
|
<12.0.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Eclipse Jetty <11.0.16
Eclipse / Jetty
|
<11.0.16 | ||
|
Eclipse Jetty <10.0.16
Eclipse / Jetty
|
<10.0.16 | ||
|
Eclipse Jetty <9.4.52
Eclipse / Jetty
|
<9.4.52 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Broadcom Brocade SANnav <2.3.1a
Broadcom / Brocade SANnav
|
<2.3.1a | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Integration Bus
IBM
|
cpe:/a:ibm:integration_bus:-
|
— | |
|
IBM Maximo Asset Management 7.6.1
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1
|
7.6.1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Rational Change <5.3.2.7
IBM / Rational Change
|
<5.3.2.7 | ||
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Operational Decision Manager
IBM
|
cpe:/a:ibm:operational_decision_manager:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Eclipse Jetty <11.0.16
Eclipse / Jetty
|
<11.0.16 | ||
|
Eclipse Jetty <10.0.16
Eclipse / Jetty
|
<10.0.16 | ||
|
Eclipse Jetty <9.4.52
Eclipse / Jetty
|
<9.4.52 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Eclipse Jetty ist ein Java-HTTP-Server und Java-Servlet-Container.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter authentifizierter Angreifer kann mehrere Schwachstellen in Eclipse Jetty ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen HTTP-Cache-Poison-Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\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-2023-2359 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2359.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2359 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2359"
},
{
"category": "external",
"summary": "Eclipse Jetty Security Advisories vom 2023-09-14",
"url": "https://www.eclipse.org/lists/jetty-announce/msg00180.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5507 vom 2023-09-29",
"url": "https://lists.debian.org/debian-security-announce/2023/msg00200.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3592 vom 2023-09-30",
"url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5441 vom 2023-10-04",
"url": "https://access.redhat.com/errata/RHSA-2023:5441"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5946 vom 2023-10-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5946"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7055552 vom 2023-10-20",
"url": "https://www.ibm.com/support/pages/node/7055552"
},
{
"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": "Red Hat Security Advisory RHSA-2023:7247 vom 2023-11-16",
"url": "https://access.redhat.com/errata/RHSA-2023:7247"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7076274 vom 2023-11-15",
"url": "https://www.ibm.com/support/pages/node/7076274"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7082766 vom 2023-11-28",
"url": "https://www.ibm.com/support/pages/node/7082766"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7070757 vom 2023-11-29",
"url": "https://www.ibm.com/support/pages/node/7070757"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7099297 vom 2023-12-18",
"url": "https://www.ibm.com/support/pages/node/7099297"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2394 vom 2024-01-10",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2394.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7108700 vom 2024-01-17",
"url": "https://www.ibm.com/support/pages/node/7108700"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0778 vom 2024-02-12",
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2460 vom 2024-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2460.html"
},
{
"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 7156278 vom 2024-06-03",
"url": "https://www.ibm.com/support/pages/node/7156278"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2024:3919"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3989 vom 2024-06-20",
"url": "https://access.redhat.com/errata/RHSA-2024:3989"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-280 vom 2024-06-26",
"url": "https://www.dell.com/support/kbdoc/de-de/000226407/dsa-2024-280-security-update-for-dell-avamar-and-dell-avamar-virtual-edition-multiple-security-vulnerabilities"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7172226 vom 2024-10-04",
"url": "https://www.ibm.com/support/pages/node/7172226"
},
{
"category": "external",
"summary": "Brocade Security Advisory BSA-2024-2756 vom 2024-11-02",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25087"
},
{
"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"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7229444 vom 2025-03-28",
"url": "https://www.ibm.com/support/pages/node/7229444"
}
],
"source_lang": "en-US",
"title": "Eclipse Jetty: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-03-30T22:00:00.000+00:00",
"generator": {
"date": "2025-03-31T08:35:54.220+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2023-2359",
"initial_release_date": "2023-09-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-09-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-09-28T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-10-01T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-10-04T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-19T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-26T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-11-15T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat und IBM aufgenommen"
},
{
"date": "2023-11-27T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-11-28T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-12-18T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-01-09T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-01-17T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-02-11T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-19T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-03T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-06-13T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-19T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-25T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-10-06T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-11-03T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von BROCADE aufgenommen"
},
{
"date": "2024-12-17T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "23"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2.3.1a",
"product": {
"name": "Broadcom Brocade SANnav \u003c2.3.1a",
"product_id": "T038317"
}
},
{
"category": "product_version",
"name": "2.3.1a",
"product": {
"name": "Broadcom Brocade SANnav 2.3.1a",
"product_id": "T038317-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:broadcom:brocade_sannav:2.3.1a"
}
}
}
],
"category": "product_name",
"name": "Brocade SANnav"
}
],
"category": "vendor",
"name": "Broadcom"
},
{
"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": [
{
"category": "product_name",
"name": "EMC Avamar",
"product": {
"name": "EMC Avamar",
"product_id": "T014381",
"product_identification_helper": {
"cpe": "cpe:/a:emc:avamar:-"
}
}
}
],
"category": "vendor",
"name": "EMC"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.4.52",
"product": {
"name": "Eclipse Jetty \u003c9.4.52",
"product_id": "T029897"
}
},
{
"category": "product_version",
"name": "9.4.52",
"product": {
"name": "Eclipse Jetty 9.4.52",
"product_id": "T029897-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:9.4.52"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.16",
"product": {
"name": "Eclipse Jetty \u003c10.0.16",
"product_id": "T029898"
}
},
{
"category": "product_version",
"name": "10.0.16",
"product": {
"name": "Eclipse Jetty 10.0.16",
"product_id": "T029898-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": "T029899"
}
},
{
"category": "product_version",
"name": "11.0.16",
"product": {
"name": "Eclipse Jetty 11.0.16",
"product_id": "T029899-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:11.0.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.1",
"product": {
"name": "Eclipse Jetty \u003c12.0.1",
"product_id": "T029900"
}
},
{
"category": "product_version",
"name": "12.0.1",
"product": {
"name": "Eclipse Jetty 12.0.1",
"product_id": "T029900-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.0",
"product": {
"name": "Eclipse Jetty \u003c12.0.0",
"product_id": "T029901"
}
},
{
"category": "product_version",
"name": "12.0.0",
"product": {
"name": "Eclipse Jetty 12.0.0",
"product_id": "T029901-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:eclipse:jetty:12.0.0"
}
}
}
],
"category": "product_name",
"name": "Jetty"
}
],
"category": "vendor",
"name": "Eclipse"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T038840",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "11.7",
"product": {
"name": "IBM InfoSphere Information Server 11.7",
"product_id": "444803",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:11.7"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Information Server"
},
{
"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"
},
{
"category": "product_name",
"name": "IBM Operational Decision Manager",
"product": {
"name": "IBM Operational Decision Manager",
"product_id": "T005180",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:operational_decision_manager:-"
}
}
},
{
"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": "Collaboration and Deployment Services 8.5",
"product": {
"name": "IBM SPSS Collaboration and Deployment Services 8.5",
"product_id": "T038750",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5"
}
}
}
],
"category": "product_name",
"name": "SPSS"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "T035142",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "product_name",
"name": "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": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-36479",
"product_status": {
"known_affected": [
"T038317",
"67646",
"T011169",
"389168",
"T035142",
"T038008",
"T038750",
"T038840",
"T022954",
"T014381",
"2951",
"T002207",
"444803",
"T019704",
"T029901",
"T005180",
"398363",
"T029899",
"T029898",
"T029897"
]
},
"release_date": "2023-09-14T22:00:00.000+00:00",
"title": "CVE-2023-36479"
},
{
"cve": "CVE-2023-40167",
"product_status": {
"known_affected": [
"T038317",
"67646",
"T011169",
"389168",
"T035142",
"T038008",
"T038750",
"T038840",
"T022954",
"T014381",
"2951",
"T002207",
"444803",
"T019704",
"T029901",
"T005180",
"T029900",
"398363",
"T029899",
"T029898",
"T029897"
]
},
"release_date": "2023-09-14T22:00:00.000+00:00",
"title": "CVE-2023-40167"
},
{
"cve": "CVE-2023-41900",
"product_status": {
"known_affected": [
"T038317",
"67646",
"T011169",
"389168",
"T035142",
"T038008",
"T038750",
"T038840",
"T022954",
"T014381",
"2951",
"T002207",
"444803",
"T019704",
"T005180",
"398363",
"T029899",
"T029898",
"T029897"
]
},
"release_date": "2023-09-14T22:00:00.000+00:00",
"title": "CVE-2023-41900"
}
]
}
WID-SEC-W-2024-0794
Vulnerability from csaf_certbund - Published: 2024-04-04 22:00 - Updated: 2026-01-22 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerEdge
Dell
|
cpe:/h:dell:poweredge:-
|
— | |
|
Dell ECS <3.8.1.0
Dell / ECS
|
<3.8.1.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Dell ECS ist ein Objektspeichersystem.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0794 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0794.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0794 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0794"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-141 vom 2024-04-04",
"url": "https://www.dell.com/support/kbdoc/000223839/dsa-2024-="
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2023-014 vom 2026-01-22",
"url": "https://www.dell.com/support/kbdoc/en-us/000209268/dsa-2023-014-dell-poweredge-server-security-update-for-intel-february-2023-security-advisories-2023-1-ipu"
}
],
"source_lang": "en-US",
"title": "Dell ECS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-22T23:00:00.000+00:00",
"generator": {
"date": "2026-01-23T08:51:02.418+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2024-0794",
"initial_release_date": "2024-04-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-11-27T23:00:00.000+00:00",
"number": "2",
"summary": "Produktzuordnung \u00fcberpr\u00fcft"
},
{
"date": "2026-01-22T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.8.1.0",
"product": {
"name": "Dell ECS \u003c3.8.1.0",
"product_id": "T033919"
}
},
{
"category": "product_version",
"name": "3.8.1.0",
"product": {
"name": "Dell ECS 3.8.1.0",
"product_id": "T033919-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0"
}
}
}
],
"category": "product_name",
"name": "ECS"
},
{
"category": "product_name",
"name": "Dell PowerEdge",
"product": {
"name": "Dell PowerEdge",
"product_id": "T019535",
"product_identification_helper": {
"cpe": "cpe:/h:dell:poweredge:-"
}
}
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-18074",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2018-18074"
},
{
"cve": "CVE-2020-10663",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10663"
},
{
"cve": "CVE-2020-10672",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10672"
},
{
"cve": "CVE-2020-10673",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10673"
},
{
"cve": "CVE-2020-10735",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-10968",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10968"
},
{
"cve": "CVE-2020-10969",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10969"
},
{
"cve": "CVE-2020-11111",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11111"
},
{
"cve": "CVE-2020-11112",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11112"
},
{
"cve": "CVE-2020-11113",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11113"
},
{
"cve": "CVE-2020-11612",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11612"
},
{
"cve": "CVE-2020-11619",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11619"
},
{
"cve": "CVE-2020-11620",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11620"
},
{
"cve": "CVE-2020-11979",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11979"
},
{
"cve": "CVE-2020-12762",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2020-12825",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12825"
},
{
"cve": "CVE-2020-13956",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-13956"
},
{
"cve": "CVE-2020-14060",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14060"
},
{
"cve": "CVE-2020-14061",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14061"
},
{
"cve": "CVE-2020-14062",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14062"
},
{
"cve": "CVE-2020-14195",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14195"
},
{
"cve": "CVE-2020-15250",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-15250"
},
{
"cve": "CVE-2020-1945",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1945"
},
{
"cve": "CVE-2020-1967",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1967"
},
{
"cve": "CVE-2020-1971",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1971"
},
{
"cve": "CVE-2020-24616",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24616"
},
{
"cve": "CVE-2020-24750",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24750"
},
{
"cve": "CVE-2020-25649",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25649"
},
{
"cve": "CVE-2020-25658",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25658"
},
{
"cve": "CVE-2020-26116",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26116"
},
{
"cve": "CVE-2020-26137",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26137"
},
{
"cve": "CVE-2020-26541",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26541"
},
{
"cve": "CVE-2020-27216",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27216"
},
{
"cve": "CVE-2020-27218",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27218"
},
{
"cve": "CVE-2020-27223",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27223"
},
{
"cve": "CVE-2020-28366",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28366"
},
{
"cve": "CVE-2020-28493",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28493"
},
{
"cve": "CVE-2020-29509",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29509"
},
{
"cve": "CVE-2020-29511",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29511"
},
{
"cve": "CVE-2020-29582",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29582"
},
{
"cve": "CVE-2020-29651",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29651"
},
{
"cve": "CVE-2020-35490",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35490"
},
{
"cve": "CVE-2020-35491",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35491"
},
{
"cve": "CVE-2020-35728",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35728"
},
{
"cve": "CVE-2020-36179",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36179"
},
{
"cve": "CVE-2020-36180",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36180"
},
{
"cve": "CVE-2020-36181",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36181"
},
{
"cve": "CVE-2020-36182",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36182"
},
{
"cve": "CVE-2020-36183",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36183"
},
{
"cve": "CVE-2020-36184",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36184"
},
{
"cve": "CVE-2020-36185",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36185"
},
{
"cve": "CVE-2020-36186",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36186"
},
{
"cve": "CVE-2020-36187",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36187"
},
{
"cve": "CVE-2020-36188",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36188"
},
{
"cve": "CVE-2020-36189",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36189"
},
{
"cve": "CVE-2020-36516",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36516"
},
{
"cve": "CVE-2020-36518",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36518"
},
{
"cve": "CVE-2020-36557",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36557"
},
{
"cve": "CVE-2020-36558",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36558"
},
{
"cve": "CVE-2020-36691",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36691"
},
{
"cve": "CVE-2020-7238",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-7238"
},
{
"cve": "CVE-2020-8840",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8840"
},
{
"cve": "CVE-2020-8908",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8908"
},
{
"cve": "CVE-2020-8911",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8911"
},
{
"cve": "CVE-2020-8912",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8912"
},
{
"cve": "CVE-2020-9488",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9488"
},
{
"cve": "CVE-2020-9493",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9493"
},
{
"cve": "CVE-2020-9546",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9546"
},
{
"cve": "CVE-2020-9547",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9547"
},
{
"cve": "CVE-2020-9548",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9548"
},
{
"cve": "CVE-2021-20190",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20190"
},
{
"cve": "CVE-2021-20323",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20323"
},
{
"cve": "CVE-2021-21290",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21290"
},
{
"cve": "CVE-2021-21295",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21295"
},
{
"cve": "CVE-2021-21409",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21409"
},
{
"cve": "CVE-2021-23840",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23840"
},
{
"cve": "CVE-2021-23841",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23841"
},
{
"cve": "CVE-2021-2471",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-2471"
},
{
"cve": "CVE-2021-25642",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-25642"
},
{
"cve": "CVE-2021-26341",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-26341"
},
{
"cve": "CVE-2021-27918",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-27918"
},
{
"cve": "CVE-2021-28153",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28153"
},
{
"cve": "CVE-2021-28165",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28165"
},
{
"cve": "CVE-2021-28169",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28169"
},
{
"cve": "CVE-2021-28861",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-29425",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-29425"
},
{
"cve": "CVE-2021-30560",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-30560"
},
{
"cve": "CVE-2021-3114",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3114"
},
{
"cve": "CVE-2021-33036",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33036"
},
{
"cve": "CVE-2021-33194",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33194"
},
{
"cve": "CVE-2021-33195",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33195"
},
{
"cve": "CVE-2021-33196",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33196"
},
{
"cve": "CVE-2021-33197",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33197"
},
{
"cve": "CVE-2021-33503",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33503"
},
{
"cve": "CVE-2021-33655",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33655"
},
{
"cve": "CVE-2021-33656",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33656"
},
{
"cve": "CVE-2021-3424",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3424"
},
{
"cve": "CVE-2021-34428",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-34428"
},
{
"cve": "CVE-2021-3449",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3449"
},
{
"cve": "CVE-2021-3450",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3450"
},
{
"cve": "CVE-2021-3530",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3530"
},
{
"cve": "CVE-2021-36221",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36221"
},
{
"cve": "CVE-2021-36373",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36373"
},
{
"cve": "CVE-2021-36374",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36374"
},
{
"cve": "CVE-2021-3648",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3648"
},
{
"cve": "CVE-2021-36690",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36690"
},
{
"cve": "CVE-2021-3711",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3711"
},
{
"cve": "CVE-2021-3712",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3712"
},
{
"cve": "CVE-2021-37136",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37136"
},
{
"cve": "CVE-2021-37137",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37137"
},
{
"cve": "CVE-2021-37404",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37404"
},
{
"cve": "CVE-2021-37533",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37533"
},
{
"cve": "CVE-2021-3754",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3754"
},
{
"cve": "CVE-2021-3778",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3778"
},
{
"cve": "CVE-2021-3796",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3796"
},
{
"cve": "CVE-2021-3826",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3826"
},
{
"cve": "CVE-2021-3827",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3827"
},
{
"cve": "CVE-2021-38297",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-38297"
},
{
"cve": "CVE-2021-3872",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3872"
},
{
"cve": "CVE-2021-3875",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3875"
},
{
"cve": "CVE-2021-3903",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3903"
},
{
"cve": "CVE-2021-3923",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3923"
},
{
"cve": "CVE-2021-3927",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3927"
},
{
"cve": "CVE-2021-3928",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3928"
},
{
"cve": "CVE-2021-3968",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3968"
},
{
"cve": "CVE-2021-3973",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3973"
},
{
"cve": "CVE-2021-3974",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3974"
},
{
"cve": "CVE-2021-3984",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3984"
},
{
"cve": "CVE-2021-4019",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4019"
},
{
"cve": "CVE-2021-4037",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4037"
},
{
"cve": "CVE-2021-4069",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4069"
},
{
"cve": "CVE-2021-4104",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4104"
},
{
"cve": "CVE-2021-4136",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4136"
},
{
"cve": "CVE-2021-4157",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4157"
},
{
"cve": "CVE-2021-4166",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4166"
},
{
"cve": "CVE-2021-41771",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-41771"
},
{
"cve": "CVE-2021-4192",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4192"
},
{
"cve": "CVE-2021-4193",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4193"
},
{
"cve": "CVE-2021-4203",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4203"
},
{
"cve": "CVE-2021-42567",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-42567"
},
{
"cve": "CVE-2021-43797",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-43797"
},
{
"cve": "CVE-2021-44531",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44531"
},
{
"cve": "CVE-2021-44532",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44532"
},
{
"cve": "CVE-2021-44533",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44533"
},
{
"cve": "CVE-2021-44716",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44716"
},
{
"cve": "CVE-2021-44878",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44878"
},
{
"cve": "CVE-2021-45078",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-45078"
},
{
"cve": "CVE-2021-46195",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46195"
},
{
"cve": "CVE-2021-46828",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0128",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0128"
},
{
"cve": "CVE-2022-0213",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0213"
},
{
"cve": "CVE-2022-0225",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0225"
},
{
"cve": "CVE-2022-0261",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0261"
},
{
"cve": "CVE-2022-0318",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0318"
},
{
"cve": "CVE-2022-0319",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0319"
},
{
"cve": "CVE-2022-0351",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0351"
},
{
"cve": "CVE-2022-0359",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0359"
},
{
"cve": "CVE-2022-0361",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0361"
},
{
"cve": "CVE-2022-0392",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0392"
},
{
"cve": "CVE-2022-0407",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0407"
},
{
"cve": "CVE-2022-0413",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0413"
},
{
"cve": "CVE-2022-0561",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0561"
},
{
"cve": "CVE-2022-0696",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0696"
},
{
"cve": "CVE-2022-0778",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0778"
},
{
"cve": "CVE-2022-1184",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1184"
},
{
"cve": "CVE-2022-1245",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1245"
},
{
"cve": "CVE-2022-1271",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1292",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1381",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1381"
},
{
"cve": "CVE-2022-1420",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1420"
},
{
"cve": "CVE-2022-1462",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1462"
},
{
"cve": "CVE-2022-1466",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1466"
},
{
"cve": "CVE-2022-1471",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1471"
},
{
"cve": "CVE-2022-1586",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1586"
},
{
"cve": "CVE-2022-1587",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1587"
},
{
"cve": "CVE-2022-1616",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1616"
},
{
"cve": "CVE-2022-1619",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1619"
},
{
"cve": "CVE-2022-1620",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1620"
},
{
"cve": "CVE-2022-1679",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1679"
},
{
"cve": "CVE-2022-1705",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1720",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1720"
},
{
"cve": "CVE-2022-1729",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1729"
},
{
"cve": "CVE-2022-1733",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1733"
},
{
"cve": "CVE-2022-1735",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1735"
},
{
"cve": "CVE-2022-1771",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1771"
},
{
"cve": "CVE-2022-1785",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1785"
},
{
"cve": "CVE-2022-1796",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1796"
},
{
"cve": "CVE-2022-1851",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1851"
},
{
"cve": "CVE-2022-1897",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1897"
},
{
"cve": "CVE-2022-1898",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1898"
},
{
"cve": "CVE-2022-1927",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1927"
},
{
"cve": "CVE-2022-1962",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1968",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1968"
},
{
"cve": "CVE-2022-1974",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1974"
},
{
"cve": "CVE-2022-1975",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1975"
},
{
"cve": "CVE-2022-20132",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20132"
},
{
"cve": "CVE-2022-20141",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20141"
},
{
"cve": "CVE-2022-20154",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20154"
},
{
"cve": "CVE-2022-20166",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20166"
},
{
"cve": "CVE-2022-20368",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20368"
},
{
"cve": "CVE-2022-20369",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20369"
},
{
"cve": "CVE-2022-2047",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2047"
},
{
"cve": "CVE-2022-2048",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2048"
},
{
"cve": "CVE-2022-20567",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20567"
},
{
"cve": "CVE-2022-2068",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-21216",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21216"
},
{
"cve": "CVE-2022-21233",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21233"
},
{
"cve": "CVE-2022-2124",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2124"
},
{
"cve": "CVE-2022-2125",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2125"
},
{
"cve": "CVE-2022-2126",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2126"
},
{
"cve": "CVE-2022-2129",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2129"
},
{
"cve": "CVE-2022-21363",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21363"
},
{
"cve": "CVE-2022-21385",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21385"
},
{
"cve": "CVE-2022-21499",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21499"
},
{
"cve": "CVE-2022-2153",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2153"
},
{
"cve": "CVE-2022-21540",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21540"
},
{
"cve": "CVE-2022-21541",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21541"
},
{
"cve": "CVE-2022-21549",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21549"
},
{
"cve": "CVE-2022-21618",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21618"
},
{
"cve": "CVE-2022-21619",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21619"
},
{
"cve": "CVE-2022-21624",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21624"
},
{
"cve": "CVE-2022-21626",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21626"
},
{
"cve": "CVE-2022-21628",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21628"
},
{
"cve": "CVE-2022-21702",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21702"
},
{
"cve": "CVE-2022-2175",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-2182",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2182"
},
{
"cve": "CVE-2022-2183",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2206",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2207",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2208",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2210",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2231",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2231"
},
{
"cve": "CVE-2022-2256",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2256"
},
{
"cve": "CVE-2022-2257",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2257"
},
{
"cve": "CVE-2022-2264",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2264"
},
{
"cve": "CVE-2022-2284",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2284"
},
{
"cve": "CVE-2022-2285",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2285"
},
{
"cve": "CVE-2022-2286",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2286"
},
{
"cve": "CVE-2022-2287",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2287"
},
{
"cve": "CVE-2022-22976",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22976"
},
{
"cve": "CVE-2022-22978",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22978"
},
{
"cve": "CVE-2022-2304",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2304"
},
{
"cve": "CVE-2022-2318",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2318"
},
{
"cve": "CVE-2022-23302",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23307"
},
{
"cve": "CVE-2022-2343",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2343"
},
{
"cve": "CVE-2022-2344",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2344"
},
{
"cve": "CVE-2022-2345",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2345"
},
{
"cve": "CVE-2022-23471",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23471"
},
{
"cve": "CVE-2022-23521",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-23772",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23772"
},
{
"cve": "CVE-2022-23773",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23773"
},
{
"cve": "CVE-2022-24302",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24302"
},
{
"cve": "CVE-2022-24329",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24329"
},
{
"cve": "CVE-2022-24823",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-24903",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-2503",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2503"
},
{
"cve": "CVE-2022-25147",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-25168",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25168"
},
{
"cve": "CVE-2022-2519",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2519"
},
{
"cve": "CVE-2022-2520",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2520"
},
{
"cve": "CVE-2022-2521",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2521"
},
{
"cve": "CVE-2022-2522",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2522"
},
{
"cve": "CVE-2022-25647",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-2571",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2571"
},
{
"cve": "CVE-2022-2580",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2580"
},
{
"cve": "CVE-2022-2581",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2581"
},
{
"cve": "CVE-2022-25857",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25857"
},
{
"cve": "CVE-2022-2588",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2588"
},
{
"cve": "CVE-2022-2598",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2598"
},
{
"cve": "CVE-2022-26148",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26148"
},
{
"cve": "CVE-2022-26365",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26365"
},
{
"cve": "CVE-2022-26373",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26373"
},
{
"cve": "CVE-2022-2639",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2639"
},
{
"cve": "CVE-2022-26612",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26612"
},
{
"cve": "CVE-2022-2663",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2663"
},
{
"cve": "CVE-2022-27781",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-27943",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27943"
},
{
"cve": "CVE-2022-2795",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-28131",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-2816",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-2817",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2819",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-28327",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2845",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-2849",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2862",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2867",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2867"
},
{
"cve": "CVE-2022-2868",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2868"
},
{
"cve": "CVE-2022-2869",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2869"
},
{
"cve": "CVE-2022-28693",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28693"
},
{
"cve": "CVE-2022-2874",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-28748",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28748"
},
{
"cve": "CVE-2022-2880",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2889",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-29162",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29162"
},
{
"cve": "CVE-2022-29187",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-2923",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2946",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-29526",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29583",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29583"
},
{
"cve": "CVE-2022-2964",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2022-2977",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2977"
},
{
"cve": "CVE-2022-2980",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-2982",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2982"
},
{
"cve": "CVE-2022-29900",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29900"
},
{
"cve": "CVE-2022-29901",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29901"
},
{
"cve": "CVE-2022-2991",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2991"
},
{
"cve": "CVE-2022-3016",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-3028",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3028"
},
{
"cve": "CVE-2022-3037",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-30580",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30630",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-3099",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-31030",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31030"
},
{
"cve": "CVE-2022-31159",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31159"
},
{
"cve": "CVE-2022-3134",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3153",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-3169",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3169"
},
{
"cve": "CVE-2022-31690",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31690"
},
{
"cve": "CVE-2022-32148",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32208",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3234",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3239",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3239"
},
{
"cve": "CVE-2022-3278",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3296",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3297",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-33196",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33196"
},
{
"cve": "CVE-2022-3324",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-33740",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33740"
},
{
"cve": "CVE-2022-33741",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33741"
},
{
"cve": "CVE-2022-33742",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33742"
},
{
"cve": "CVE-2022-33972",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33972"
},
{
"cve": "CVE-2022-33981",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33981"
},
{
"cve": "CVE-2022-34169",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34169"
},
{
"cve": "CVE-2022-3424",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3424"
},
{
"cve": "CVE-2022-34266",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34266"
},
{
"cve": "CVE-2022-34526",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34526"
},
{
"cve": "CVE-2022-34903",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-3491",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3491"
},
{
"cve": "CVE-2022-3515",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3520",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3520"
},
{
"cve": "CVE-2022-3521",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3521"
},
{
"cve": "CVE-2022-3524",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3524"
},
{
"cve": "CVE-2022-35252",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3542",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3542"
},
{
"cve": "CVE-2022-3545",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3545"
},
{
"cve": "CVE-2022-3564",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3565",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3565"
},
{
"cve": "CVE-2022-3566",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3566"
},
{
"cve": "CVE-2022-3567",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3567"
},
{
"cve": "CVE-2022-35737",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-3586",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3586"
},
{
"cve": "CVE-2022-3591",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3591"
},
{
"cve": "CVE-2022-3594",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3594"
},
{
"cve": "CVE-2022-3597",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3597"
},
{
"cve": "CVE-2022-3599",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3599"
},
{
"cve": "CVE-2022-36109",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2022-3621",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3621"
},
{
"cve": "CVE-2022-3626",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3626"
},
{
"cve": "CVE-2022-3627",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3627"
},
{
"cve": "CVE-2022-3628",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3628"
},
{
"cve": "CVE-2022-36280",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36280"
},
{
"cve": "CVE-2022-3629",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3629"
},
{
"cve": "CVE-2022-3635",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3635"
},
{
"cve": "CVE-2022-3643",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3643"
},
{
"cve": "CVE-2022-36437",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36437"
},
{
"cve": "CVE-2022-3646",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3646"
},
{
"cve": "CVE-2022-3649",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3649"
},
{
"cve": "CVE-2022-36760",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-36879",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36879"
},
{
"cve": "CVE-2022-36946",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36946"
},
{
"cve": "CVE-2022-3705",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-37434",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-37436",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-37865",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37865"
},
{
"cve": "CVE-2022-37866",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37866"
},
{
"cve": "CVE-2022-38090",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38090"
},
{
"cve": "CVE-2022-38096",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38096"
},
{
"cve": "CVE-2022-38126",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38126"
},
{
"cve": "CVE-2022-38127",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38127"
},
{
"cve": "CVE-2022-38177",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38177"
},
{
"cve": "CVE-2022-38178",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38178"
},
{
"cve": "CVE-2022-3821",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-38533",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38533"
},
{
"cve": "CVE-2022-38749",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38749"
},
{
"cve": "CVE-2022-38750",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38750"
},
{
"cve": "CVE-2022-38751",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38751"
},
{
"cve": "CVE-2022-38752",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38752"
},
{
"cve": "CVE-2022-39028",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39028"
},
{
"cve": "CVE-2022-3903",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3903"
},
{
"cve": "CVE-2022-39188",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39188"
},
{
"cve": "CVE-2022-39399",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39399"
},
{
"cve": "CVE-2022-3970",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3970"
},
{
"cve": "CVE-2022-40149",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40149"
},
{
"cve": "CVE-2022-40150",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40150"
},
{
"cve": "CVE-2022-40151",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40151"
},
{
"cve": "CVE-2022-40152",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40152"
},
{
"cve": "CVE-2022-40153",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40153"
},
{
"cve": "CVE-2022-40303",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40307",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40307"
},
{
"cve": "CVE-2022-40674",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-40768",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40768"
},
{
"cve": "CVE-2022-40899",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40899"
},
{
"cve": "CVE-2022-4095",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4095"
},
{
"cve": "CVE-2022-41218",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41218"
},
{
"cve": "CVE-2022-4129",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4129"
},
{
"cve": "CVE-2022-4141",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4141"
},
{
"cve": "CVE-2022-41717",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41721",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41721"
},
{
"cve": "CVE-2022-41848",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41848"
},
{
"cve": "CVE-2022-41850",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41850"
},
{
"cve": "CVE-2022-41854",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41854"
},
{
"cve": "CVE-2022-41858",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41858"
},
{
"cve": "CVE-2022-41881",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41881"
},
{
"cve": "CVE-2022-41903",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-41915",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41915"
},
{
"cve": "CVE-2022-41966",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41966"
},
{
"cve": "CVE-2022-41974",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41974"
},
{
"cve": "CVE-2022-42003",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42003"
},
{
"cve": "CVE-2022-42004",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42004"
},
{
"cve": "CVE-2022-42010",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42328",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42328"
},
{
"cve": "CVE-2022-42329",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42329"
},
{
"cve": "CVE-2022-42703",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42703"
},
{
"cve": "CVE-2022-42889",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42889"
},
{
"cve": "CVE-2022-42895",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42895"
},
{
"cve": "CVE-2022-42896",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42896"
},
{
"cve": "CVE-2022-42898",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-4292",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4292"
},
{
"cve": "CVE-2022-4293",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4293"
},
{
"cve": "CVE-2022-42969",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42969"
},
{
"cve": "CVE-2022-4304",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-43552",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-43680",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-43750",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43750"
},
{
"cve": "CVE-2022-4378",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4378"
},
{
"cve": "CVE-2022-43945",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43945"
},
{
"cve": "CVE-2022-43995",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43995"
},
{
"cve": "CVE-2022-4415",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4415"
},
{
"cve": "CVE-2022-4450",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-44638",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-44638"
},
{
"cve": "CVE-2022-45061",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45688",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2022-45884",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45884"
},
{
"cve": "CVE-2022-45885",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45885"
},
{
"cve": "CVE-2022-45886",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45886"
},
{
"cve": "CVE-2022-45887",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45887"
},
{
"cve": "CVE-2022-45919",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45919"
},
{
"cve": "CVE-2022-45934",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45934"
},
{
"cve": "CVE-2022-45939",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-4662",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4662"
},
{
"cve": "CVE-2022-46751",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46751"
},
{
"cve": "CVE-2022-46908",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-47629",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47629"
},
{
"cve": "CVE-2022-47929",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47929"
},
{
"cve": "CVE-2022-48281",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2023-0045",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0045"
},
{
"cve": "CVE-2023-0049",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0215",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0286",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0288",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0433",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0433"
},
{
"cve": "CVE-2023-0464",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0590",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0590"
},
{
"cve": "CVE-2023-0597",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0597"
},
{
"cve": "CVE-2023-0833",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0833"
},
{
"cve": "CVE-2023-1076",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1076"
},
{
"cve": "CVE-2023-1095",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1095"
},
{
"cve": "CVE-2023-1118",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1118"
},
{
"cve": "CVE-2023-1127",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1370",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-1380",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1380"
},
{
"cve": "CVE-2023-1390",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1390"
},
{
"cve": "CVE-2023-1436",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1436"
},
{
"cve": "CVE-2023-1513",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1513"
},
{
"cve": "CVE-2023-1611",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1611"
},
{
"cve": "CVE-2023-1670",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1670"
},
{
"cve": "CVE-2023-1855",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1855"
},
{
"cve": "CVE-2023-1989",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1989"
},
{
"cve": "CVE-2023-1990",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-1998",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1998"
},
{
"cve": "CVE-2023-20862",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-20862"
},
{
"cve": "CVE-2023-2124",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2124"
},
{
"cve": "CVE-2023-2162",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2162"
},
{
"cve": "CVE-2023-2176",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2176"
},
{
"cve": "CVE-2023-21830",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-21835",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21835"
},
{
"cve": "CVE-2023-21843",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21930",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21930"
},
{
"cve": "CVE-2023-21937",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21937"
},
{
"cve": "CVE-2023-21938",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21938"
},
{
"cve": "CVE-2023-21939",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21939"
},
{
"cve": "CVE-2023-2194",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2194"
},
{
"cve": "CVE-2023-21954",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21954"
},
{
"cve": "CVE-2023-21967",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21967"
},
{
"cve": "CVE-2023-21968",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21968"
},
{
"cve": "CVE-2023-22490",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-2253",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2253"
},
{
"cve": "CVE-2023-22809",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-23454",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23454"
},
{
"cve": "CVE-2023-23455",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23455"
},
{
"cve": "CVE-2023-23559",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23559"
},
{
"cve": "CVE-2023-23916",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-23946",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24532",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2023-24534",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-2483",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2483"
},
{
"cve": "CVE-2023-24998",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-2513",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2513"
},
{
"cve": "CVE-2023-25193",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25652",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-25690",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25809",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25809"
},
{
"cve": "CVE-2023-25815",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25815"
},
{
"cve": "CVE-2023-26048",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26048"
},
{
"cve": "CVE-2023-26049",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26049"
},
{
"cve": "CVE-2023-2650",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-26545",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26545"
},
{
"cve": "CVE-2023-26604",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26604"
},
{
"cve": "CVE-2023-27533",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27538",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-27561",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27561"
},
{
"cve": "CVE-2023-2828",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28320",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28328",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28328"
},
{
"cve": "CVE-2023-28464",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28464"
},
{
"cve": "CVE-2023-28486",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28486"
},
{
"cve": "CVE-2023-28487",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28487"
},
{
"cve": "CVE-2023-28642",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28642"
},
{
"cve": "CVE-2023-28772",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28772"
},
{
"cve": "CVE-2023-28840",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2023-29007",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-29383",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29383"
},
{
"cve": "CVE-2023-29402",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29406",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-2976",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2976"
},
{
"cve": "CVE-2023-30630",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30630"
},
{
"cve": "CVE-2023-30772",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30772"
},
{
"cve": "CVE-2023-31084",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31084"
},
{
"cve": "CVE-2023-3138",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31436",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31436"
},
{
"cve": "CVE-2023-31484",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-32269",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32269"
},
{
"cve": "CVE-2023-32697",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32697"
},
{
"cve": "CVE-2023-33264",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-33264"
},
{
"cve": "CVE-2023-34034",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34034"
},
{
"cve": "CVE-2023-34035",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34035"
},
{
"cve": "CVE-2023-34453",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34453"
},
{
"cve": "CVE-2023-34454",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34454"
},
{
"cve": "CVE-2023-34455",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34455"
},
{
"cve": "CVE-2023-34462",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34462"
},
{
"cve": "CVE-2023-35116",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2023-3635",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3635"
},
{
"cve": "CVE-2023-36479",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-36479"
},
{
"cve": "CVE-2023-39533",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-39533"
},
{
"cve": "CVE-2023-40167",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40167"
},
{
"cve": "CVE-2023-40217",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-41105",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41105"
},
{
"cve": "CVE-2023-41900",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41900"
},
{
"cve": "CVE-2023-43642",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43642"
},
{
"cve": "CVE-2023-43804",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43804"
},
{
"cve": "CVE-2023-44487",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45803",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2024-21626",
"product_status": {
"known_affected": [
"T019535",
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2024-21626"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.