Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24795 (GCVE-0-2024-24795)
Vulnerability from cvelistv5 – Published: 2024-04-04 19:20 – Updated: 2024-11-12 19:48| URL | Tags |
|---|---|
| https://httpd.apache.org/security/vulnerabilities… | vendor-advisory |
| https://security.netapp.com/advisory/ntap-2024041… | x_transferred |
| https://lists.fedoraproject.org/archives/list/pac… | x_transferred |
| http://www.openwall.com/lists/oss-security/2024/04/04/5 | x_transferred |
| https://lists.fedoraproject.org/archives/list/pac… | x_transferred |
| https://lists.fedoraproject.org/archives/list/pac… | x_transferred |
| https://lists.debian.org/debian-lts-announce/2024… | x_transferred |
| https://lists.debian.org/debian-lts-announce/2024… | x_transferred |
| https://support.apple.com/kb/HT214119 | x_transferred |
| http://seclists.org/fulldisclosure/2024/Jul/18 | x_transferred |
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache HTTP Server |
Affected:
2.4.0 , ≤ 2.4.58
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-24795",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-11-12T19:38:36.908335Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-444",
"description": "CWE-444 Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-12T19:48:20.007Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:28:12.660Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240415-0013/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WNV4SZAPVS43DZWNFU7XBYYOZEZMI4ZC/"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/04/04/5"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I2N2NZEX3MR64IWSGL3QGN7KSRUGAEMF/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LX5U34KYGDYPRH3AJ6MDDCBJDWDPXNVJ/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00013.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00014.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://support.apple.com/kb/HT214119"
},
{
"tags": [
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2024/Jul/18"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Apache HTTP Server",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThanOrEqual": "2.4.58",
"status": "affected",
"version": "2.4.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Keran Mu, Tsinghua University and Zhongguancun Laboratory."
},
{
"lang": "en",
"type": "finder",
"value": "Jianjun Chen, Tsinghua University and Zhongguancun Laboratory."
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\u003cbr\u003e\u003cbr\u003eUsers are recommended to upgrade to version 2.4.59, which fixes this issue."
}
],
"value": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\n\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue."
}
],
"metrics": [
{
"other": {
"content": {
"text": "low"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-113",
"description": "CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-03T12:16:15.822Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2023-09-06T11:37:00.000Z",
"value": "Reported to security team"
}
],
"title": "Apache HTTP Server: HTTP Response Splitting in multiple modules",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2024-24795",
"datePublished": "2024-04-04T19:20:48.803Z",
"dateReserved": "2024-01-31T13:49:58.441Z",
"dateUpdated": "2024-11-12T19:48:20.007Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24795",
"date": "2026-06-23",
"epss": "0.02874",
"percentile": "0.84991"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\\n\\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.\"}, {\"lang\": \"es\", \"value\": \"La divisi\\u00f3n de la respuesta HTTP en varios m\\u00f3dulos en el servidor HTTP Apache permite que un atacante pueda inyectar encabezados de respuesta maliciosos en aplicaciones backend para provocar un ataque de desincronizaci\\u00f3n HTTP. Se recomienda a los usuarios actualizar a la versi\\u00f3n 2.4.59, que soluciona este problema.\"}]",
"id": "CVE-2024-24795",
"lastModified": "2024-11-21T08:59:43.633",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L\", \"baseScore\": 6.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 3.4}]}",
"published": "2024-04-04T20:15:08.663",
"references": "[{\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"source\": \"security@apache.org\"}, {\"url\": \"http://seclists.org/fulldisclosure/2024/Jul/18\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/04/04/5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/05/msg00013.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/05/msg00014.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I2N2NZEX3MR64IWSGL3QGN7KSRUGAEMF/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LX5U34KYGDYPRH3AJ6MDDCBJDWDPXNVJ/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WNV4SZAPVS43DZWNFU7XBYYOZEZMI4ZC/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240415-0013/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://support.apple.com/kb/HT214119\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@apache.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security@apache.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-113\"}]}, {\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-444\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24795\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2024-04-04T20:15:08.663\",\"lastModified\":\"2025-06-30T12:55:47.280\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\\n\\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.\"},{\"lang\":\"es\",\"value\":\"La divisi\u00f3n de la respuesta HTTP en varios m\u00f3dulos en el servidor HTTP Apache permite que un atacante pueda inyectar encabezados de respuesta maliciosos en aplicaciones backend para provocar un ataque de desincronizaci\u00f3n HTTP. Se recomienda a los usuarios actualizar a la versi\u00f3n 2.4.59, que soluciona este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-113\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.4.0\",\"versionEndExcluding\":\"2.4.59\",\"matchCriteriaId\":\"D18D7BEC-F363-44D3-8926-B3042AFC1E50\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:39:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B8EDB836-4E6A-4B71-B9B2-AA3E03E0F646\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA277A6C-83EC-4536-9125-97B84C4FAF59\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap:9:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A20333EE-4C13-426E-8B54-D78679D5DDB8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap_tools:10:*:*:*:*:vmware_vsphere:*:*\",\"matchCriteriaId\":\"5333B745-F7A3-46CB-8437-8668DB08CD6F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:broadcom:fabric_operating_system:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"046FB51E-B768-44D3-AEB5-D857145CA840\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"14.6\",\"matchCriteriaId\":\"687902EF-637F-4537-B419-15A1695370B9\"}]}]}],\"references\":[{\"url\":\"https://httpd.apache.org/security/vulnerabilities_24.html\",\"source\":\"security@apache.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2024/Jul/18\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/04/04/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://httpd.apache.org/security/vulnerabilities_24.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/05/msg00013.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/05/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I2N2NZEX3MR64IWSGL3QGN7KSRUGAEMF/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LX5U34KYGDYPRH3AJ6MDDCBJDWDPXNVJ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WNV4SZAPVS43DZWNFU7XBYYOZEZMI4ZC/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240415-0013/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT214119\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240415-0013/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WNV4SZAPVS43DZWNFU7XBYYOZEZMI4ZC/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/04/04/5\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I2N2NZEX3MR64IWSGL3QGN7KSRUGAEMF/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LX5U34KYGDYPRH3AJ6MDDCBJDWDPXNVJ/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/05/msg00013.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/05/msg00014.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://support.apple.com/kb/HT214119\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://seclists.org/fulldisclosure/2024/Jul/18\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:28:12.660Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24795\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-12T19:38:36.908335Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-444\", \"description\": \"CWE-444 Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:22.709Z\"}}], \"cna\": {\"title\": \"Apache HTTP Server: HTTP Response Splitting in multiple modules\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Keran Mu, Tsinghua University and Zhongguancun Laboratory.\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Jianjun Chen, Tsinghua University and Zhongguancun Laboratory.\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"low\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache HTTP Server\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.4.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"2.4.58\"}], \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2023-09-06T11:37:00.000Z\", \"value\": \"Reported to security team\"}], \"references\": [{\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\\n\\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\u003cbr\u003e\u003cbr\u003eUsers are recommended to upgrade to version 2.4.59, which fixes this issue.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-113\", \"description\": \"CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2024-10-03T12:16:15.822Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24795\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-12T19:48:20.007Z\", \"dateReserved\": \"2024-01-31T13:49:58.441Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2024-04-04T19:20:48.803Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:1963-1
Vulnerability from csaf_suse - Published: 2024-06-10 11:09 - Updated: 2024-06-10 11:09| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64 | — |
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 apache2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for apache2 fixes the following issues:\n\n- CVE-2023-38709: Fixed HTTP response splitting (bsc#1222330).\n- CVE-2024-24795: Fixed HTTP response splitting in multiple modules (bsc#1222332).\n- CVE-2024-27316: Fixed HTTP/2 CONTINUATION frames can be utilized for DoS attacks (bsc#1221401).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1963,SUSE-SLE-Module-Basesystem-15-SP6-2024-1963,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-1963,SUSE-SLE-Module-Server-Applications-15-SP6-2024-1963,openSUSE-SLE-15.6-2024-1963",
"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-2024_1963-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1963-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241963-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1963-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018665.html"
},
{
"category": "self",
"summary": "SUSE Bug 1221401",
"url": "https://bugzilla.suse.com/1221401"
},
{
"category": "self",
"summary": "SUSE Bug 1222330",
"url": "https://bugzilla.suse.com/1222330"
},
{
"category": "self",
"summary": "SUSE Bug 1222332",
"url": "https://bugzilla.suse.com/1222332"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38709 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38709/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24795 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27316 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27316/"
}
],
"title": "Security update for apache2",
"tracking": {
"current_release_date": "2024-06-10T11:09:42Z",
"generator": {
"date": "2024-06-10T11:09:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1963-1",
"initial_release_date": "2024-06-10T11:09:42Z",
"revision_history": [
{
"date": "2024-06-10T11:09:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-2.4.58-150600.5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "apache2-devel-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-devel-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-devel-2.4.58-150600.5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "apache2-event-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-event-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-event-2.4.58-150600.5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-prefork-2.4.58-150600.5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "apache2-utils-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-utils-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-utils-2.4.58-150600.5.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "apache2-worker-2.4.58-150600.5.3.1.aarch64",
"product": {
"name": "apache2-worker-2.4.58-150600.5.3.1.aarch64",
"product_id": "apache2-worker-2.4.58-150600.5.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-2.4.58-150600.5.3.1.i586"
}
},
{
"category": "product_version",
"name": "apache2-devel-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-devel-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-devel-2.4.58-150600.5.3.1.i586"
}
},
{
"category": "product_version",
"name": "apache2-event-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-event-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-event-2.4.58-150600.5.3.1.i586"
}
},
{
"category": "product_version",
"name": "apache2-prefork-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-prefork-2.4.58-150600.5.3.1.i586"
}
},
{
"category": "product_version",
"name": "apache2-utils-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-utils-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-utils-2.4.58-150600.5.3.1.i586"
}
},
{
"category": "product_version",
"name": "apache2-worker-2.4.58-150600.5.3.1.i586",
"product": {
"name": "apache2-worker-2.4.58-150600.5.3.1.i586",
"product_id": "apache2-worker-2.4.58-150600.5.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-manual-2.4.58-150600.5.3.1.noarch",
"product": {
"name": "apache2-manual-2.4.58-150600.5.3.1.noarch",
"product_id": "apache2-manual-2.4.58-150600.5.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-2.4.58-150600.5.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-devel-2.4.58-150600.5.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apache2-event-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-event-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-event-2.4.58-150600.5.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-utils-2.4.58-150600.5.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"product": {
"name": "apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"product_id": "apache2-worker-2.4.58-150600.5.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-2.4.58-150600.5.3.1.s390x"
}
},
{
"category": "product_version",
"name": "apache2-devel-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-devel-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-devel-2.4.58-150600.5.3.1.s390x"
}
},
{
"category": "product_version",
"name": "apache2-event-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-event-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-event-2.4.58-150600.5.3.1.s390x"
}
},
{
"category": "product_version",
"name": "apache2-prefork-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-prefork-2.4.58-150600.5.3.1.s390x"
}
},
{
"category": "product_version",
"name": "apache2-utils-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-utils-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-utils-2.4.58-150600.5.3.1.s390x"
}
},
{
"category": "product_version",
"name": "apache2-worker-2.4.58-150600.5.3.1.s390x",
"product": {
"name": "apache2-worker-2.4.58-150600.5.3.1.s390x",
"product_id": "apache2-worker-2.4.58-150600.5.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-2.4.58-150600.5.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "apache2-devel-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-devel-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-devel-2.4.58-150600.5.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "apache2-event-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-event-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-event-2.4.58-150600.5.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-prefork-2.4.58-150600.5.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "apache2-utils-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-utils-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-utils-2.4.58-150600.5.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "apache2-worker-2.4.58-150600.5.3.1.x86_64",
"product": {
"name": "apache2-worker-2.4.58-150600.5.3.1.x86_64",
"product_id": "apache2-worker-2.4.58-150600.5.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-devel-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-devel-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-event-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-event-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-manual-2.4.58-150600.5.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch"
},
"product_reference": "apache2-manual-2.4.58-150600.5.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-prefork-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-utils-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-utils-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-worker-2.4.58-150600.5.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
},
"product_reference": "apache2-worker-2.4.58-150600.5.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38709",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-38709"
}
],
"notes": [
{
"category": "general",
"text": "Faulty input validation in the core of Apache allows malicious or exploitable backend/content generators to split HTTP responses.\n\nThis issue affects Apache HTTP Server: through 2.4.58.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-38709",
"url": "https://www.suse.com/security/cve/CVE-2023-38709"
},
{
"category": "external",
"summary": "SUSE Bug 1222330 for CVE-2023-38709",
"url": "https://bugzilla.suse.com/1222330"
}
],
"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 Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-10T11:09:42Z",
"details": "moderate"
}
],
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2024-24795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24795"
}
],
"notes": [
{
"category": "general",
"text": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\n\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24795",
"url": "https://www.suse.com/security/cve/CVE-2024-24795"
},
{
"category": "external",
"summary": "SUSE Bug 1222332 for CVE-2024-24795",
"url": "https://bugzilla.suse.com/1222332"
}
],
"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 Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-10T11:09:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-24795"
},
{
"cve": "CVE-2024-27316",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27316"
}
],
"notes": [
{
"category": "general",
"text": "HTTP/2 incoming headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP 413 response. If a client does not stop sending headers, this leads to memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27316",
"url": "https://www.suse.com/security/cve/CVE-2024-27316"
},
{
"category": "external",
"summary": "SUSE Bug 1221401 for CVE-2024-27316",
"url": "https://bugzilla.suse.com/1221401"
}
],
"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 Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:apache2-worker-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-devel-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-event-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-manual-2.4.58-150600.5.3.1.noarch",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-prefork-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-utils-2.4.58-150600.5.3.1.x86_64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.aarch64",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.s390x",
"openSUSE Leap 15.6:apache2-worker-2.4.58-150600.5.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-10T11:09:42Z",
"details": "important"
}
],
"title": "CVE-2024-27316"
}
]
}
SUSE-SU-2024:3853-1
Vulnerability from csaf_suse - Published: 2024-10-31 11:01 - Updated: 2024-10-31 11:01| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for uwsgi",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for uwsgi fixes the following issues:\n\n- CVE-2024-24795: Fixed HTTP Response Splitting in multiple modules (bsc#1222332)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3853,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3853,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3853",
"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-2024_3853-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3853-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243853-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3853-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019744.html"
},
{
"category": "self",
"summary": "SUSE Bug 1222332",
"url": "https://bugzilla.suse.com/1222332"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24795 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24795/"
}
],
"title": "Security update for uwsgi",
"tracking": {
"current_release_date": "2024-10-31T11:01:17Z",
"generator": {
"date": "2024-10-31T11:01:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3853-1",
"initial_release_date": "2024-10-31T11:01:17Z",
"revision_history": [
{
"date": "2024-10-31T11:01:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-gevent-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-jvm-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-ldap-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-libffi-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-lua-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-pam-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-php7-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-psgi-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-pypy-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-python3-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.aarch64",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.aarch64",
"product_id": "uwsgi-xslt-2.0.19.1-150300.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.i586",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-gevent-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-jvm-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-ldap-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-libffi-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-lua-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-pam-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-php7-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-psgi-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-pypy-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-python-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-python3-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.i586",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.i586",
"product_id": "uwsgi-xslt-2.0.19.1-150300.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-gevent-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-jvm-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-ldap-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-libffi-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-lua-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-pam-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-php7-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-psgi-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-pypy-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-python3-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.ppc64le",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.ppc64le",
"product_id": "uwsgi-xslt-2.0.19.1-150300.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.s390x",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-gevent-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-jvm-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-ldap-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-libffi-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-lua-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-pam-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-php7-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-psgi-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-pypy-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-python3-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.s390x",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.s390x",
"product_id": "uwsgi-xslt-2.0.19.1-150300.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-gevent-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-glusterfs-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-greenlet-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-jvm-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-ldap-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-libffi-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-logzmq-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-lua-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-lua-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-pam-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-pam-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-php7-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-php7-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-psgi-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-pypy-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-python3-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-python3-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-sqlite3-2.0.19.1-150300.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.x86_64",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150300.3.3.1.x86_64",
"product_id": "uwsgi-xslt-2.0.19.1-150300.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.s390x"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.s390x"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
},
"product_reference": "uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24795"
}
],
"notes": [
{
"category": "general",
"text": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\n\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24795",
"url": "https://www.suse.com/security/cve/CVE-2024-24795"
},
{
"category": "external",
"summary": "SUSE Bug 1222332 for CVE-2024-24795",
"url": "https://bugzilla.suse.com/1222332"
}
],
"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 Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python-2.0.19.1-150300.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-31T11:01:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-24795"
}
]
}
SUSE-SU-2024:3861-1
Vulnerability from csaf_suse - Published: 2024-11-01 06:34 - Updated: 2024-11-01 06:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for uwsgi",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for uwsgi fixes the following issues:\n\n- CVE-2024-24795: Fixed HTTP Response Splitting in multiple modules (bsc#1222332)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3861,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3861,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3861,openSUSE-SLE-15.5-2024-3861,openSUSE-SLE-15.6-2024-3861",
"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-2024_3861-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3861-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243861-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3861-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZWV2MVSBRL4AIHT5O6LIOEUFMOC3TUBS/"
},
{
"category": "self",
"summary": "SUSE Bug 1222332",
"url": "https://bugzilla.suse.com/1222332"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24795 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24795/"
}
],
"title": "Security update for uwsgi",
"tracking": {
"current_release_date": "2024-11-01T06:34:00Z",
"generator": {
"date": "2024-11-01T06:34:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3861-1",
"initial_release_date": "2024-11-01T06:34:00Z",
"revision_history": [
{
"date": "2024-11-01T06:34:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"product_id": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.i586",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-gevent-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-jvm-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-ldap-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-libffi-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-lua-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-pam-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-php7-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-psgi-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-pypy-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-python3-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.i586",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.i586",
"product_id": "uwsgi-xslt-2.0.19.1-150400.8.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"product_id": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"product_id": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"product": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"product_id": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "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_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
},
"product_reference": "uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24795"
}
],
"notes": [
{
"category": "general",
"text": "HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack.\n\nUsers are recommended to upgrade to version 2.4.59, which fixes this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24795",
"url": "https://www.suse.com/security/cve/CVE-2024-24795"
},
{
"category": "external",
"summary": "SUSE Bug 1222332 for CVE-2024-24795",
"url": "https://bugzilla.suse.com/1222332"
}
],
"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 Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.5:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:apache2-mod_uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_pg-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-emperor_zeromq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-gevent-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-glusterfs-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-greenlet-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-jvm-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-ldap-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-libffi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-logzmq-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-lua-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pam-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-php7-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-psgi-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-pypy-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-python3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-sqlite3-2.0.19.1-150400.8.3.1.x86_64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.aarch64",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.ppc64le",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.s390x",
"openSUSE Leap 15.6:uwsgi-xslt-2.0.19.1-150400.8.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-01T06:34:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-24795"
}
]
}
WID-SEC-W-2024-0801
Vulnerability from csaf_certbund - Published: 2024-04-04 22:00 - Updated: 2026-05-31 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Commerce 9.1.0-9.1.15
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:9.1.0_-_9.1.15
|
9.1.0-9.1.15 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
F5 BIG-IP 15.1.0-15.1.10
F5 / BIG-IP
|
cpe:/a:f5:big-ip:15.1.0_-_15.1.10
|
15.1.0-15.1.10 | |
|
HCL Commerce 9.0-9.0.1.21
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:9.0_-_9.0.1.21
|
9.0-9.0.1.21 | |
|
IBM Rational ClearQuest
IBM
|
cpe:/a:ibm:rational_clearquest:-
|
— | |
|
F5 BIG-IP 16.1.0-16.1.4
F5 / BIG-IP
|
cpe:/a:f5:big-ip:16.1.0_-_16.1.4
|
16.1.0-16.1.4 | |
|
HCL Commerce 8.x
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:8.x
|
8.x | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Build Forge <8.0.0.27
IBM / Rational Build Forge
|
<8.0.0.27 | ||
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
F5 BIG-IP 17.1.0-17.1.2
F5 / BIG-IP
|
cpe:/a:f5:big-ip:17.1.0_-_17.1.2
|
17.1.0-17.1.2 | |
|
Apache HTTP Server <2.4.59
Apache / HTTP Server
|
<2.4.59 | ||
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
F5 BIG-IP 17.1.0-17.1.1
F5 / BIG-IP
|
cpe:/a:f5:big-ip:17.1.0_-_17.1.1
|
17.1.0-17.1.1 | |
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
IBM HTTP Server 8.5
IBM / HTTP Server
|
cpe:/a:ibm:http_server:8.5
|
8.5 | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
F5 BIG-IP 16.1.0-16.1.5
F5 / BIG-IP
|
cpe:/a:f5:big-ip:16.1.0_-_16.1.5
|
16.1.0-16.1.5 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— | |
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Dell NetWorker <19.10.0.5
Dell / NetWorker
|
<19.10.0.5 | ||
|
IBM Rational ClearCase
IBM
|
cpe:/a:ibm:rational_clearcase:-
|
— | |
|
HPE HP-UX <11.31
HPE / HP-UX
|
<11.31 | ||
|
IBM HTTP Server 9.0
IBM / HTTP Server
|
cpe:/a:ibm:http_server:9.0
|
9 | |
|
IBM HTTP Server <8.5.5.29
IBM / HTTP Server
|
<8.5.5.29 | ||
|
IBM Tivoli Monitoring <6.3.0.7 SP 5
IBM / Tivoli Monitoring
|
<6.3.0.7 SP 5 | ||
|
IBM HTTP Server <9.0.5.25
IBM / HTTP Server
|
<9.0.5.25 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Commerce 9.1.0-9.1.15
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:9.1.0_-_9.1.15
|
9.1.0-9.1.15 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
F5 BIG-IP 15.1.0-15.1.10
F5 / BIG-IP
|
cpe:/a:f5:big-ip:15.1.0_-_15.1.10
|
15.1.0-15.1.10 | |
|
HCL Commerce 9.0-9.0.1.21
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:9.0_-_9.0.1.21
|
9.0-9.0.1.21 | |
|
IBM Rational ClearQuest
IBM
|
cpe:/a:ibm:rational_clearquest:-
|
— | |
|
F5 BIG-IP 16.1.0-16.1.4
F5 / BIG-IP
|
cpe:/a:f5:big-ip:16.1.0_-_16.1.4
|
16.1.0-16.1.4 | |
|
HCL Commerce 8.x
HCL / Commerce
|
cpe:/a:hcltechsw:commerce:8.x
|
8.x | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Build Forge <8.0.0.27
IBM / Rational Build Forge
|
<8.0.0.27 | ||
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
F5 BIG-IP 17.1.0-17.1.2
F5 / BIG-IP
|
cpe:/a:f5:big-ip:17.1.0_-_17.1.2
|
17.1.0-17.1.2 | |
|
Apache HTTP Server <2.4.59
Apache / HTTP Server
|
<2.4.59 | ||
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
F5 BIG-IP 17.1.0-17.1.1
F5 / BIG-IP
|
cpe:/a:f5:big-ip:17.1.0_-_17.1.1
|
17.1.0-17.1.1 | |
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
IBM HTTP Server 8.5
IBM / HTTP Server
|
cpe:/a:ibm:http_server:8.5
|
8.5 | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
F5 BIG-IP 16.1.0-16.1.5
F5 / BIG-IP
|
cpe:/a:f5:big-ip:16.1.0_-_16.1.5
|
16.1.0-16.1.5 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— | |
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Dell NetWorker <19.10.0.5
Dell / NetWorker
|
<19.10.0.5 | ||
|
IBM Rational ClearCase
IBM
|
cpe:/a:ibm:rational_clearcase:-
|
— | |
|
HPE HP-UX <11.31
HPE / HP-UX
|
<11.31 | ||
|
IBM HTTP Server 9.0
IBM / HTTP Server
|
cpe:/a:ibm:http_server:9.0
|
9 | |
|
IBM HTTP Server <8.5.5.29
IBM / HTTP Server
|
<8.5.5.29 | ||
|
IBM Tivoli Monitoring <6.3.0.7 SP 5
IBM / Tivoli Monitoring
|
<6.3.0.7 SP 5 | ||
|
IBM HTTP Server <9.0.5.25
IBM / HTTP Server
|
<9.0.5.25 |
{
"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": "Apache ist ein Webserver f\u00fcr verschiedene Plattformen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Apache HTTP Server ausnutzen, um Daten zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0801 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0801.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0801 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0801"
},
{
"category": "external",
"summary": "Apache 2.4.59 Changes vom 2024-04-04",
"url": "https://downloads.apache.org/httpd/CHANGES_2.4.59"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7147925 vom 2024-04-10",
"url": "https://www.ibm.com/support/pages/node/7147925"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6729-1 vom 2024-04-11",
"url": "https://ubuntu.com/security/notices/USN-6729-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5662 vom 2024-04-16",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00070.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7148492 vom 2024-04-17",
"url": "https://www.ibm.com/support/pages/node/7148492"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-C2F6576348 vom 2024-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-c2f6576348"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-937BE154D8 vom 2024-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-937be154d8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6729-2 vom 2024-04-17",
"url": "https://ubuntu.com/security/notices/USN-6729-2"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-D0DCCD6B96 vom 2024-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d0dccd6b96"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7148975 vom 2024-04-22",
"url": "https://www.ibm.com/support/pages/node/7148975"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7178934 vom 2024-12-14",
"url": "https://www.ibm.com/support/pages/node/7178934"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6729-3 vom 2024-04-29",
"url": "https://ubuntu.com/security/notices/USN-6729-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1627-1 vom 2024-05-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018514.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3818 vom 2024-05-25",
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00013.html"
},
{
"category": "external",
"summary": "F5 Security Advisory K000139764 vom 2024-05-24",
"url": "https://my.f5.com/manage/s/article/K000139764"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3819 vom 2024-05-25",
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00014.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1788-1 vom 2024-05-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018605.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1963-1 vom 2024-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018665.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7158641 vom 2024-06-25",
"url": "https://www.ibm.com/support/pages/node/7158641"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7159010 vom 2024-06-27",
"url": "https://www.ibm.com/support/pages/node/7159010"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2532 vom 2024-06-28",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2532.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4197 vom 2024-07-01",
"url": "https://access.redhat.com/errata/RHSA-2024:4197"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-4197 vom 2024-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2024-4197.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1868-1 vom 2024-07-31",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019070.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-348 vom 2024-08-06",
"url": "https://www.dell.com/support/kbdoc/de-de/000227573/dsa-2024-348-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities"
},
{
"category": "external",
"summary": "DELL Security Update for Dell PowerScale OneFS",
"url": "https://www.dell.com/support/kbdoc/en-us/000228207/dsa-2024-346-security-update-for-dell-powerscale-onefs-for-multiple-security-vulnerabilities"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6928 vom 2024-09-24",
"url": "https://access.redhat.com/errata/RHSA-2024:6928"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6927 vom 2024-09-24",
"url": "https://access.redhat.com/errata/RHSA-2024:6927"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202409-31 vom 2024-09-28",
"url": "https://security.gentoo.org/glsa/202409-31"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-423 vom 2024-10-11",
"url": "https://www.dell.com/support/kbdoc/de-de/000235068/dsa-2024-423-security-update-for-dell-networker-and-networker-management-console-nmc-multiple-component-vulnerabilities"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7173018 vom 2024-10-14",
"url": "https://www.ibm.com/support/pages/node/7173018"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3853-1 vom 2024-10-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GDIAJ27VL2K243BWSBUC7E6Y4HBYRCG7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3861-1 vom 2024-11-01",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZWV2MVSBRL4AIHT5O6LIOEUFMOC3TUBS/"
},
{
"category": "external",
"summary": "HCL Security Advisory",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0115052"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9306 vom 2024-11-12",
"url": "https://access.redhat.com/errata/RHSA-2024:9306"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-017 vom 2024-11-21",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "HPE Security Bulletin vom 2025-01-17",
"url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbux04773en_us\u0026docLocale=en_US"
},
{
"category": "external",
"summary": "F5 Security Advisory K000139447 vom 2025-01-18",
"url": "https://my.f5.com/manage/s/article/K000139447"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239846 vom 2025-07-16",
"url": "https://www.ibm.com/support/pages/node/7239846"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2958 vom 2025-08-05",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2958.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241583 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241583"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15023 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-15023.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7247015 vom 2025-10-03",
"url": "https://www.ibm.com/support/pages/node/7247015"
},
{
"category": "external",
"summary": "Dell Security Advisory",
"url": "https://www.dell.com/support/kbdoc/en-us/000390206/dsa-2025-381-security-update-for-dell-powerscale-onefs-multiple-vulnerabilities"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-415 vom 2025-12-22",
"url": "https://www.dell.com/support/kbdoc/000405813"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23732 vom 2025-12-26",
"url": "http://linux.oracle.com/errata/ELSA-2025-23732.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8338-1 vom 2026-05-28",
"url": "https://ubuntu.com/security/notices/USN-8338-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8338-2 vom 2026-05-29",
"url": "https://ubuntu.com/security/notices/USN-8338-2"
}
],
"source_lang": "en-US",
"title": "Apache HTTP Server: Mehrere Schwachstellen erm\u00f6glichen Manipulation von Daten",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T06:37:32.609+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2024-0801",
"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-04-08T22:00:00.000+00:00",
"number": "2",
"summary": "Bewertung angepasst"
},
{
"date": "2024-04-10T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-04-11T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-04-17T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von IBM, Fedora und Ubuntu aufgenommen"
},
{
"date": "2024-04-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-13T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-26T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Debian und F5 aufgenommen"
},
{
"date": "2024-05-27T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-24T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-06-27T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-06-30T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-07-01T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-08-05T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-09-01T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-09-24T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-29T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-10-10T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-10-13T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-10-31T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-11-03T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2024-11-11T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-21T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-01-19T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von HP und F5 aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "30",
"summary": "Referenz(en) aufgenommen: EUVD-2024-54775"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Ubuntu aufgenommen"
}
],
"status": "final",
"version": "40"
}
},
"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.4.59",
"product": {
"name": "Apache HTTP Server \u003c2.4.59",
"product_id": "T033904"
}
},
{
"category": "product_version",
"name": "2.4.59",
"product": {
"name": "Apache HTTP Server 2.4.59",
"product_id": "T033904-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:apache:http_server:2.4.59"
}
}
}
],
"category": "product_name",
"name": "HTTP Server"
}
],
"category": "vendor",
"name": "Apache"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Dell NetWorker",
"product": {
"name": "Dell NetWorker",
"product_id": "T024663",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c19.10.0.5",
"product": {
"name": "Dell NetWorker \u003c19.10.0.5",
"product_id": "T038270"
}
},
{
"category": "product_version",
"name": "19.10.0.5",
"product": {
"name": "Dell NetWorker 19.10.0.5",
"product_id": "T038270-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:19.10.0.5"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
},
{
"category": "product_name",
"name": "Dell PowerProtect Data Domain",
"product": {
"name": "Dell PowerProtect Data Domain",
"product_id": "T045852",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:-"
}
}
},
{
"category": "product_name",
"name": "Dell PowerScale OneFS",
"product": {
"name": "Dell PowerScale OneFS",
"product_id": "T034610",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerscale_onefs:onefs"
}
}
}
],
"category": "vendor",
"name": "Dell"
},
{
"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",
"name": "17.1.0-17.1.1",
"product": {
"name": "F5 BIG-IP 17.1.0-17.1.1",
"product_id": "T034899",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:17.1.0_-_17.1.1"
}
}
},
{
"category": "product_version",
"name": "16.1.0-16.1.4",
"product": {
"name": "F5 BIG-IP 16.1.0-16.1.4",
"product_id": "T034901",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:16.1.0_-_16.1.4"
}
}
},
{
"category": "product_version",
"name": "15.1.0-15.1.10",
"product": {
"name": "F5 BIG-IP 15.1.0-15.1.10",
"product_id": "T034902",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:15.1.0_-_15.1.10"
}
}
},
{
"category": "product_version",
"name": "16.1.0-16.1.5",
"product": {
"name": "F5 BIG-IP 16.1.0-16.1.5",
"product_id": "T037028",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:16.1.0_-_16.1.5"
}
}
},
{
"category": "product_version",
"name": "17.1.0-17.1.2",
"product": {
"name": "F5 BIG-IP 17.1.0-17.1.2",
"product_id": "T040213",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:17.1.0_-_17.1.2"
}
}
}
],
"category": "product_name",
"name": "BIG-IP"
}
],
"category": "vendor",
"name": "F5"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "8.x",
"product": {
"name": "HCL Commerce 8.x",
"product_id": "T038745",
"product_identification_helper": {
"cpe": "cpe:/a:hcltechsw:commerce:8.x"
}
}
},
{
"category": "product_version",
"name": "9.0-9.0.1.21",
"product": {
"name": "HCL Commerce 9.0-9.0.1.21",
"product_id": "T038746",
"product_identification_helper": {
"cpe": "cpe:/a:hcltechsw:commerce:9.0_-_9.0.1.21"
}
}
},
{
"category": "product_version",
"name": "9.1.0-9.1.15",
"product": {
"name": "HCL Commerce 9.1.0-9.1.15",
"product_id": "T038747",
"product_identification_helper": {
"cpe": "cpe:/a:hcltechsw:commerce:9.1.0_-_9.1.15"
}
}
}
],
"category": "product_name",
"name": "Commerce"
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.31",
"product": {
"name": "HPE HP-UX \u003c11.31",
"product_id": "T040402"
}
},
{
"category": "product_version",
"name": "11.31",
"product": {
"name": "HPE HP-UX 11.31",
"product_id": "T040402-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:hp:hp-ux:11.31"
}
}
}
],
"category": "product_name",
"name": "HP-UX"
}
],
"category": "vendor",
"name": "HPE"
},
{
"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": "8.5",
"product": {
"name": "IBM HTTP Server 8.5",
"product_id": "T003676",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:http_server:8.5"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "IBM HTTP Server 9.0",
"product_id": "T008162",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:http_server:9.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.0.5.25",
"product": {
"name": "IBM HTTP Server \u003c9.0.5.25",
"product_id": "T045476"
}
},
{
"category": "product_version",
"name": "9.0.5.25",
"product": {
"name": "IBM HTTP Server 9.0.5.25",
"product_id": "T045476-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:http_server:9.0.5.25"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.5.5.29",
"product": {
"name": "IBM HTTP Server \u003c8.5.5.29",
"product_id": "T045477"
}
},
{
"category": "product_version",
"name": "8.5.5.29",
"product": {
"name": "IBM HTTP Server 8.5.5.29",
"product_id": "T045477-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:http_server:8.5.5.29"
}
}
}
],
"category": "product_name",
"name": "HTTP Server"
},
{
"branches": [
{
"category": "product_version",
"name": "V10",
"product": {
"name": "IBM Power Hardware Management Console V10",
"product_id": "T023373",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v10"
}
}
}
],
"category": "product_name",
"name": "Power Hardware Management Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.0.0.27",
"product": {
"name": "IBM Rational Build Forge \u003c8.0.0.27",
"product_id": "T038286"
}
},
{
"category": "product_version",
"name": "8.0.0.27",
"product": {
"name": "IBM Rational Build Forge 8.0.0.27",
"product_id": "T038286-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_build_forge:8.0.0.27"
}
}
}
],
"category": "product_name",
"name": "Rational Build Forge"
},
{
"category": "product_name",
"name": "IBM Rational ClearCase",
"product": {
"name": "IBM Rational ClearCase",
"product_id": "T004180",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearcase:-"
}
}
},
{
"category": "product_name",
"name": "IBM Rational ClearQuest",
"product": {
"name": "IBM Rational ClearQuest",
"product_id": "5168",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearquest:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "6.3.0.7",
"product": {
"name": "IBM Tivoli Monitoring 6.3.0.7",
"product_id": "342008",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_monitoring:6.3.0.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.3.0.7 SP 5",
"product": {
"name": "IBM Tivoli Monitoring \u003c6.3.0.7 SP 5",
"product_id": "T047377"
}
},
{
"category": "product_version",
"name": "6.3.0.7 SP 5",
"product": {
"name": "IBM Tivoli Monitoring 6.3.0.7 SP 5",
"product_id": "T047377-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_monitoring:6.3.0.7_sp_5"
}
}
}
],
"category": "product_name",
"name": "Tivoli Monitoring"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"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"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38709",
"product_status": {
"known_affected": [
"T038747",
"67646",
"T034902",
"T038746",
"5168",
"T034901",
"T038745",
"T004914",
"T038286",
"T024663",
"398363",
"T040213",
"T033904",
"342008",
"T023373",
"T034899",
"T034610",
"T003676",
"T015632",
"T037028",
"T012167",
"74185",
"T045852",
"T014381",
"2951",
"T002207",
"T000126",
"T019704",
"T038270",
"T004180",
"T040402",
"T008162",
"T045477",
"T047377",
"T045476"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2024-24795",
"product_status": {
"known_affected": [
"T038747",
"67646",
"T034902",
"T038746",
"5168",
"T034901",
"T038745",
"T004914",
"T038286",
"T024663",
"398363",
"T040213",
"T033904",
"342008",
"T023373",
"T034899",
"T034610",
"T003676",
"T015632",
"T037028",
"T012167",
"74185",
"T045852",
"T014381",
"2951",
"T002207",
"T000126",
"T019704",
"T038270",
"T004180",
"T040402",
"T008162",
"T045477",
"T047377",
"T045476"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2024-24795"
}
]
}
WID-SEC-W-2024-1248
Vulnerability from csaf_certbund - Published: 2024-05-28 22:00 - Updated: 2024-11-21 23:00In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
{
"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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1248 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1248.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1248 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1248"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX24-010 vom 2024-05-28",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/05/Xerox-Security-Bulletin-XRX24-010-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2688 vom 2024-11-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2688.html"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-017 vom 2024-11-21",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-11-21T23:00:00.000+00:00",
"generator": {
"date": "2024-11-22T10:06:51.860+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-1248",
"initial_release_date": "2024-05-28T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-10-31T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-11-21T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"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",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T035098",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-10401",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2014-10401"
},
{
"cve": "CVE-2014-10402",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2014-10402"
},
{
"cve": "CVE-2020-22218",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2020-22218"
},
{
"cve": "CVE-2020-27545",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2020-27545"
},
{
"cve": "CVE-2020-28162",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2020-28162"
},
{
"cve": "CVE-2020-28163",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2020-28163"
},
{
"cve": "CVE-2022-22817",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-22817"
},
{
"cve": "CVE-2022-32200",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-32200"
},
{
"cve": "CVE-2022-34299",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-34299"
},
{
"cve": "CVE-2022-39170",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-39170"
},
{
"cve": "CVE-2022-40982",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-40982"
},
{
"cve": "CVE-2022-46285",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-46285"
},
{
"cve": "CVE-2022-46344",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2022-46344"
},
{
"cve": "CVE-2023-22053",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-22053"
},
{
"cve": "CVE-2023-27371",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-27371"
},
{
"cve": "CVE-2023-34872",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-34872"
},
{
"cve": "CVE-2023-38408",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2023-38709",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2023-39326",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-39326"
},
{
"cve": "CVE-2023-39615",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-39615"
},
{
"cve": "CVE-2023-40305",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-40305"
},
{
"cve": "CVE-2023-40745",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-40745"
},
{
"cve": "CVE-2023-41175",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-41175"
},
{
"cve": "CVE-2023-43785",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-43785"
},
{
"cve": "CVE-2023-43786",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-43786"
},
{
"cve": "CVE-2023-43787",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-43787"
},
{
"cve": "CVE-2023-43788",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-43788"
},
{
"cve": "CVE-2023-43789",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-43789"
},
{
"cve": "CVE-2023-4408",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45285",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-45285"
},
{
"cve": "CVE-2023-46589",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46589"
},
{
"cve": "CVE-2023-46728",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46728"
},
{
"cve": "CVE-2023-4675",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-4675"
},
{
"cve": "CVE-2023-46751",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46751"
},
{
"cve": "CVE-2023-46809",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2023-46846",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46846"
},
{
"cve": "CVE-2023-46847",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46847"
},
{
"cve": "CVE-2023-46848",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-46848"
},
{
"cve": "CVE-2023-47038",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-47038"
},
{
"cve": "CVE-2023-47100",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-47100"
},
{
"cve": "CVE-2023-48795",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-49285",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49285"
},
{
"cve": "CVE-2023-49286",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49286"
},
{
"cve": "CVE-2023-49288",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49288"
},
{
"cve": "CVE-2023-49990",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49990"
},
{
"cve": "CVE-2023-49991",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49991"
},
{
"cve": "CVE-2023-49992",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49992"
},
{
"cve": "CVE-2023-49993",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49993"
},
{
"cve": "CVE-2023-49994",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-49994"
},
{
"cve": "CVE-2023-50387",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-50387"
},
{
"cve": "CVE-2023-50447",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-50447"
},
{
"cve": "CVE-2023-50761",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-50761"
},
{
"cve": "CVE-2023-50762",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-50762"
},
{
"cve": "CVE-2023-50868",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2023-51384",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-51384"
},
{
"cve": "CVE-2023-51385",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-51385"
},
{
"cve": "CVE-2023-51713",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-51713"
},
{
"cve": "CVE-2023-51765",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-51765"
},
{
"cve": "CVE-2023-52355",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-52355"
},
{
"cve": "CVE-2023-52356",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-52356"
},
{
"cve": "CVE-2023-5363",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5363"
},
{
"cve": "CVE-2023-5367",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5367"
},
{
"cve": "CVE-2023-5371",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5371"
},
{
"cve": "CVE-2023-5380",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5380"
},
{
"cve": "CVE-2023-5388",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5388"
},
{
"cve": "CVE-2023-5517",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5517"
},
{
"cve": "CVE-2023-5574",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5574"
},
{
"cve": "CVE-2023-5679",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5679"
},
{
"cve": "CVE-2023-5764",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5764"
},
{
"cve": "CVE-2023-5824",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-5824"
},
{
"cve": "CVE-2023-6174",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6174"
},
{
"cve": "CVE-2023-6175",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6175"
},
{
"cve": "CVE-2023-6377",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6377"
},
{
"cve": "CVE-2023-6478",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6478"
},
{
"cve": "CVE-2023-6516",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6516"
},
{
"cve": "CVE-2023-6856",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6856"
},
{
"cve": "CVE-2023-6857",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6857"
},
{
"cve": "CVE-2023-6858",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6858"
},
{
"cve": "CVE-2023-6859",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6859"
},
{
"cve": "CVE-2023-6860",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6860"
},
{
"cve": "CVE-2023-6861",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6861"
},
{
"cve": "CVE-2023-6862",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6862"
},
{
"cve": "CVE-2023-6863",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6863"
},
{
"cve": "CVE-2023-6864",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6864"
},
{
"cve": "CVE-2023-6865",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6865"
},
{
"cve": "CVE-2023-6867",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2023-6867"
},
{
"cve": "CVE-2024-0207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0207"
},
{
"cve": "CVE-2024-0208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0208"
},
{
"cve": "CVE-2024-0209",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0209"
},
{
"cve": "CVE-2024-0210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0210"
},
{
"cve": "CVE-2024-0211",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0211"
},
{
"cve": "CVE-2024-0727",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-0741",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0741"
},
{
"cve": "CVE-2024-0742",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0742"
},
{
"cve": "CVE-2024-0743",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0743"
},
{
"cve": "CVE-2024-0746",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0746"
},
{
"cve": "CVE-2024-0747",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0747"
},
{
"cve": "CVE-2024-0749",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0749"
},
{
"cve": "CVE-2024-0750",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0750"
},
{
"cve": "CVE-2024-0751",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0751"
},
{
"cve": "CVE-2024-0753",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0753"
},
{
"cve": "CVE-2024-0755",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-0755"
},
{
"cve": "CVE-2024-1546",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1546"
},
{
"cve": "CVE-2024-1547",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1547"
},
{
"cve": "CVE-2024-1548",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1548"
},
{
"cve": "CVE-2024-1549",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1549"
},
{
"cve": "CVE-2024-1550",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1550"
},
{
"cve": "CVE-2024-1551",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1551"
},
{
"cve": "CVE-2024-1552",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1552"
},
{
"cve": "CVE-2024-1553",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-1553"
},
{
"cve": "CVE-2024-20999",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-20999"
},
{
"cve": "CVE-2024-21011",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21011"
},
{
"cve": "CVE-2024-21059",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21059"
},
{
"cve": "CVE-2024-21068",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21068"
},
{
"cve": "CVE-2024-21085",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21085"
},
{
"cve": "CVE-2024-21094",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21094"
},
{
"cve": "CVE-2024-21105",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21105"
},
{
"cve": "CVE-2024-21890",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21890"
},
{
"cve": "CVE-2024-21891",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21891"
},
{
"cve": "CVE-2024-21896",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-21896"
},
{
"cve": "CVE-2024-22019",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22195",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-22195"
},
{
"cve": "CVE-2024-24680",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-24680"
},
{
"cve": "CVE-2024-24795",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-24795"
},
{
"cve": "CVE-2024-24806",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-25617",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-25617"
},
{
"cve": "CVE-2024-2605",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2605"
},
{
"cve": "CVE-2024-2607",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2607"
},
{
"cve": "CVE-2024-2608",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2608"
},
{
"cve": "CVE-2024-2610",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2610"
},
{
"cve": "CVE-2024-2611",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2611"
},
{
"cve": "CVE-2024-2612",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2612"
},
{
"cve": "CVE-2024-2614",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2614"
},
{
"cve": "CVE-2024-2616",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-2616"
},
{
"cve": "CVE-2024-27316",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"398363",
"T015632",
"T035098"
]
},
"release_date": "2024-05-28T22:00:00.000+00:00",
"title": "CVE-2024-27316"
}
]
}
WID-SEC-W-2024-1725
Vulnerability from csaf_certbund - Published: 2024-07-29 22:00 - Updated: 2026-01-11 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Monterey <12.7.6
Apple / macOS
|
Monterey <12.7.6 | ||
|
Apple macOS Sonoma <14.6
Apple / macOS
|
Sonoma <14.6 | ||
|
Apple macOS Ventura <13.6.8
Apple / macOS
|
Ventura <13.6.8 | ||
|
Dell PowerProtect Data Domain
Dell
|
cpe:/a:dell:powerprotect_data_domain:-
|
— |
{
"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": "Apple macOS ist ein Betriebssystem, das auf FreeBSD und Mach basiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Apple macOS ausnutzen, um seine Privilegien zu erh\u00f6hen, beliebigen Code mit Administratorrechten auszuf\u00fchren, einen Denial-of-Service-Zustand zu erzeugen, Daten zu modifizieren, den Benutzer zu t\u00e4uschen, Sicherheitsma\u00dfnahmen zu umgehen und vertrauliche Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- MacOS X\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1725 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1725.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1725 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1725"
},
{
"category": "external",
"summary": "Apple security Update vom 2024-07-29",
"url": "https://support.apple.com/en-us/HT214118"
},
{
"category": "external",
"summary": "Apple security Update vom 2024-07-29",
"url": "https://support.apple.com/en-us/HT214119"
},
{
"category": "external",
"summary": "Apple security Update vom 2024-07-29",
"url": "https://support.apple.com/en-eg/HT214120"
},
{
"category": "external",
"summary": "Dell Knowledge Base Article",
"url": "https://www.dell.com/support/kbdoc/en-us/000405813/dsa-2025-415-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Apple macOS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-11T23:00:00.000+00:00",
"generator": {
"date": "2026-01-12T10:15:58.135+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2024-1725",
"initial_release_date": "2024-07-29T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-07-29T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-10-15T22:00:00.000+00:00",
"number": "2",
"summary": "CVE\u0027s erg\u00e4nzt"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "3",
"summary": "CVE aufgenommen"
},
{
"date": "2025-03-23T23:00:00.000+00:00",
"number": "4",
"summary": "CVE erg\u00e4nzt"
},
{
"date": "2025-03-24T23:00:00.000+00:00",
"number": "5",
"summary": "CVE-2024-54551, CVE-2024-54564 erg\u00e4nzt"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "6",
"summary": "CVE-2024-40810, CVE-2024-44305 erg\u00e4nzt"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Monterey \u003c12.7.6",
"product": {
"name": "Apple macOS Monterey \u003c12.7.6",
"product_id": "T036491"
}
},
{
"category": "product_version",
"name": "Monterey 12.7.6",
"product": {
"name": "Apple macOS Monterey 12.7.6",
"product_id": "T036491-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:monterey__12.7.6"
}
}
},
{
"category": "product_version_range",
"name": "Sonoma \u003c14.6",
"product": {
"name": "Apple macOS Sonoma \u003c14.6",
"product_id": "T036492"
}
},
{
"category": "product_version",
"name": "Sonoma 14.6",
"product": {
"name": "Apple macOS Sonoma 14.6",
"product_id": "T036492-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:sonoma__14.6"
}
}
},
{
"category": "product_version_range",
"name": "Ventura \u003c13.6.8",
"product": {
"name": "Apple macOS Ventura \u003c13.6.8",
"product_id": "T036493"
}
},
{
"category": "product_version",
"name": "Ventura 13.6.8",
"product": {
"name": "Apple macOS Ventura 13.6.8",
"product_id": "T036493-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:ventura__13.6.8"
}
}
}
],
"category": "product_name",
"name": "macOS"
}
],
"category": "vendor",
"name": "Apple"
},
{
"branches": [
{
"category": "product_name",
"name": "Dell PowerProtect Data Domain",
"product": {
"name": "Dell PowerProtect Data Domain",
"product_id": "T047351",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:-"
}
}
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-27952",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2023-27952"
},
{
"cve": "CVE-2023-38709",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2023-38709"
},
{
"cve": "CVE-2023-52356",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2023-52356"
},
{
"cve": "CVE-2023-6277",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2023-6277"
},
{
"cve": "CVE-2024-2004",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-2004"
},
{
"cve": "CVE-2024-23261",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-23261"
},
{
"cve": "CVE-2024-23296",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-23296"
},
{
"cve": "CVE-2024-2379",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-2379"
},
{
"cve": "CVE-2024-2398",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-2466",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-2466"
},
{
"cve": "CVE-2024-24795",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-24795"
},
{
"cve": "CVE-2024-27316",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27316"
},
{
"cve": "CVE-2024-27826",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27826"
},
{
"cve": "CVE-2024-27862",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27862"
},
{
"cve": "CVE-2024-27863",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27863"
},
{
"cve": "CVE-2024-27871",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27871"
},
{
"cve": "CVE-2024-27872",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27872"
},
{
"cve": "CVE-2024-27873",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27873"
},
{
"cve": "CVE-2024-27877",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27877"
},
{
"cve": "CVE-2024-27878",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27878"
},
{
"cve": "CVE-2024-27881",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27881"
},
{
"cve": "CVE-2024-27882",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27882"
},
{
"cve": "CVE-2024-27883",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-27883"
},
{
"cve": "CVE-2024-40774",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40774"
},
{
"cve": "CVE-2024-40775",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40775"
},
{
"cve": "CVE-2024-40776",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40776"
},
{
"cve": "CVE-2024-40777",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40777"
},
{
"cve": "CVE-2024-40778",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40778"
},
{
"cve": "CVE-2024-40779",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40779"
},
{
"cve": "CVE-2024-40780",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40780"
},
{
"cve": "CVE-2024-40781",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40781"
},
{
"cve": "CVE-2024-40782",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40782"
},
{
"cve": "CVE-2024-40783",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40783"
},
{
"cve": "CVE-2024-40784",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40784"
},
{
"cve": "CVE-2024-40785",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40785"
},
{
"cve": "CVE-2024-40786",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40786"
},
{
"cve": "CVE-2024-40787",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40787"
},
{
"cve": "CVE-2024-40788",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40788"
},
{
"cve": "CVE-2024-40789",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40789"
},
{
"cve": "CVE-2024-40793",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40793"
},
{
"cve": "CVE-2024-40794",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40794"
},
{
"cve": "CVE-2024-40795",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40795"
},
{
"cve": "CVE-2024-40796",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40796"
},
{
"cve": "CVE-2024-40798",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40798"
},
{
"cve": "CVE-2024-40799",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40799"
},
{
"cve": "CVE-2024-40800",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40800"
},
{
"cve": "CVE-2024-40802",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40802"
},
{
"cve": "CVE-2024-40803",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40803"
},
{
"cve": "CVE-2024-40804",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40804"
},
{
"cve": "CVE-2024-40805",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40805"
},
{
"cve": "CVE-2024-40806",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40806"
},
{
"cve": "CVE-2024-40807",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40807"
},
{
"cve": "CVE-2024-40809",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40809"
},
{
"cve": "CVE-2024-40810",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40810"
},
{
"cve": "CVE-2024-40811",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40811"
},
{
"cve": "CVE-2024-40812",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40812"
},
{
"cve": "CVE-2024-40814",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40814"
},
{
"cve": "CVE-2024-40815",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40815"
},
{
"cve": "CVE-2024-40816",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40816"
},
{
"cve": "CVE-2024-40817",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40817"
},
{
"cve": "CVE-2024-40818",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40818"
},
{
"cve": "CVE-2024-40821",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40821"
},
{
"cve": "CVE-2024-40822",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40822"
},
{
"cve": "CVE-2024-40823",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40823"
},
{
"cve": "CVE-2024-40824",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40824"
},
{
"cve": "CVE-2024-40827",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40827"
},
{
"cve": "CVE-2024-40828",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40828"
},
{
"cve": "CVE-2024-40829",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40829"
},
{
"cve": "CVE-2024-40832",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40832"
},
{
"cve": "CVE-2024-40833",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40833"
},
{
"cve": "CVE-2024-40834",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40834"
},
{
"cve": "CVE-2024-40835",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40835"
},
{
"cve": "CVE-2024-40836",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-40836"
},
{
"cve": "CVE-2024-44141",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44141"
},
{
"cve": "CVE-2024-44185",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44185"
},
{
"cve": "CVE-2024-44199",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44199"
},
{
"cve": "CVE-2024-44205",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44205"
},
{
"cve": "CVE-2024-44206",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44206"
},
{
"cve": "CVE-2024-44305",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44305"
},
{
"cve": "CVE-2024-44306",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44306"
},
{
"cve": "CVE-2024-44307",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-44307"
},
{
"cve": "CVE-2024-4558",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-4558"
},
{
"cve": "CVE-2024-54551",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-54551"
},
{
"cve": "CVE-2024-54564",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-54564"
},
{
"cve": "CVE-2024-6387",
"product_status": {
"known_affected": [
"T036491",
"T036492",
"T036493",
"T047351"
]
},
"release_date": "2024-07-29T22:00:00.000+00:00",
"title": "CVE-2024-6387"
}
]
}
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.